BUG - Warning parsing language file en-GB.com_joodb.sys.ini

12 years 7 months ago #455 by
JooDB Version: com_joodb-v1.6.1
Joomla V1.6.4
Bug:
file:administrator/language/en-GB/en-GB.com_joodb.sys.ini has comments starting with # which causes warnings in line
$strings = @parse_ini_file($filename);
called by libraries/joomla/language/language.php (around line 714).
Suggested fix:
Replace # with ;
The parser recognizes ; in the first column as comments.
r******te error:
To r******tete the error, just log into the backend.
Note: you may need to set error reporting to report on all errors. In my case I set error_reporting = 2147483647 in php.ini.

Please Log in to join the conversation.

12 years 4 weeks ago #670 by
Bug still exists in 1.7.
Thx for the hint, had different behaviour on different systems (?) with language de-DE. Your solution did it!
StyrianOak

Please Log in to join the conversation.

Moderators: Dirkjoest