Posted by KMNL on January 5, 2007 at 9:05pm
Jump to:
| Project: | Help Tip |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Dave Cohen |
| Status: | closed (fixed) |
Issue Summary
warning: Error parsing modules/helptip/helptip.info on line 3 in /home/public_html/includes/module.inc on line 195.
Comments
#1
PHP
Version 5.1.6
Drupal
Version 5.0-RC-1
Error seen after module is uploaded to server, but before activating on modules page.
#2
I think this was caused by including the CVS version in the description field. Did not cause a problem on my machine, but I've removed it anyway.
If you checked out of CVS, a cvs update should fix it. Otherwise wait until the package is automatically rebuilt. In the meantime just delete the "Version: ..." from helptip.info.
#3
#4
In my case (drupal 5.23 & PHP 5.3.0 - not supported, I know !), I solved the same problem on different .info files by surrounding the description string with double quotation mark char.