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

  • j1dias
12 years 7 months ago #454 by j1dias
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******te 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.

More
11 years 2 months ago #1504 by Midge

j1dias wrote:
Suggested fix:
Replace # with ;
The parser recognizes ; in the first column as comments.


Thanks j1dias for your fix, in the Frontend Language-Files is the same problem.

This image is hidden for guests.
Please log in or register to see it.

Please Log in to join the conversation.

Moderators: Dirkjoest