Closed (fixed)
Project:
Public Preview
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2008 at 22:39 UTC
Updated:
11 Sep 2008 at 05:33 UTC
When I attempted to enable this module through admin/build/modules, I got the following error.
"Error parsing sites/all/modules/public_preview/public_preview.info on line 1 in /home/mot/public_html/dev/includes/module.inc on line 195."
The first line of the public_preview.info file contains two forward slashes instead of a semicolon to denote the comment, which causes an error when the module system tries to parse it.
changing the "//" to ";" fixed it.
Comments
Comment #1
chrisyates commentedGood catch. I guess the packaging system adds the wrong comment type?
Also fixed another bug and made a stable release.
-chris
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.