A warning is generated on some pages:

warning: Error parsing sites/all/modules/relatedcontent/relatedcontent.info on line 3 in /var/alternc/html/s/spc/drupal-5.5/includes/module.inc on line 195.

Pages include:

/admin/logs/updates
/admin/logs/status

Note: module Update status 5.x-2.0 was used

CommentFileSizeAuthor
#3 relatedcontent.info363 bytesica

Comments

TBarregren’s picture

Assigned: Unassigned » TBarregren

This is probably due to the fact that I used escaped quotation marks on line 3. I will checkin a new version later today without these.

TBarregren’s picture

I haven't been able to reproduce your error. Which version of Drupal and PHP are you running?

My guess is that it is an older version of the PHP function parse_ini_file() that doesn't like the escaped quotation marks I used. I will remove them. You can try it yourself. Does it help to remove the two \" on line in relatedcontent.info?

ica’s picture

StatusFileSize
new363 bytes

precisely, " the double quote should not be used within description as " defines decription begining and the end

a single quote can be used instead

i attach the corrected .info for review -works for me

TBarregren’s picture

Status: Active » Fixed

Fixen in 1.5.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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