jooDatabase Forum
Welcome Guest   [Register]  [Login]
 Subject :BUG - Warning parsing language file en-GB.com_joodb.sys.ini.. 2011-09-05 15:26:39 
j1dias

Guest

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.

 

IP Logged
Page # 


Powered by ccBoard