I uploaded the module and I got this error and the auto pilot module didn't show up in the list:
warning: Error parsing modules/autopilot/autopilot.info on line 1 in /home/waiting4/public_html/includes/module.inc on line 195

Comments

jbrauer’s picture

The fix is a missing semi-colon on the first line of the autopilot.info file

$Id: autopilot.info,v 1.1 2007/08/20 23:38:07 acstewart Exp $

should be:

; $Id: autopilot.info,v 1.1 2007/08/20 23:38:07 acstewart Exp $

jbrauer’s picture

Status: Active » Closed (duplicate)