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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | relatedcontent.info | 363 bytes | ica |
Comments
Comment #1
TBarregren commentedThis 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.
Comment #2
TBarregren commentedI 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?Comment #3
ica commentedprecisely, " 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
Comment #4
TBarregren commentedFixen in 1.5.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.