Closed (duplicate)
Project:
AutoPilot
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2007 at 02:59 UTC
Updated:
7 Sep 2007 at 04:13 UTC
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
Comment #1
jbrauer commentedThe 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 $Comment #2
jbrauer commentedhttp://drupal.org/node/169371