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

chrisyates’s picture

Status: Active » Fixed

Good catch. I guess the packaging system adds the wrong comment type?

Also fixed another bug and made a stable release.

-chris

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.