Closed (fixed)
Project:
Shared Sign-On
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jan 2007 at 22:21 UTC
Updated:
8 Feb 2007 at 04:48 UTC
Error parsing sites/all/modules/singlesignon/singlesignon.info on line 4 in/home/user/public_html/includes/module.inc on line 195
The double quotes in the description are causing the error.
Comments
Comment #1
danielc commentedI don't get a parse error when doing this:
var_dump(parse_ini_file('./singlesignon.info'));
Though it removes the quotes and spaces next to them. I'm using PHP 5.2.0RC5-dev. Which version of PHP are you using?
When I modify line 4 as follows I get the expected results:
description = "Enables 'Single Sign-Ons' between related Drupal sites on one server with a shared databse."
What happens if you use that line (unwrap if necessary)?
Thanks.
Comment #2
danielc commentedOops. Closed by mistake.
Comment #3
CloudCuckoo commentedIt's PHP 4.4.3 and using that line gives the expected results.
Comment #4
danielc commentedCommitted a fix a moment ago.
Comment #5
danielc commentedComment #6
(not verified) commented