warning: Error parsing modules/helptip/helptip.info on line 3 in /home/public_html/includes/module.inc on line 195.

Comments

KMNL’s picture

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.

Dave Cohen’s picture

Assigned: Unassigned » Dave Cohen
Status: Active » Fixed

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)
micheld88’s picture

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.