jooDatabase Forum
Welcome Guest   [Register]  [Login]
 Subject :Re:BUG - Warning parsing language file en-GB.com_joodb.sys.ini .. 2012-03-27 12:20:11 
StyrianOak
Joined: 2012-03-13 17:28:56
Posts: 3
Location

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

IP Logged
 Subject :BUG - Warning parsing language file en-GB.com_joodb.sys.ini .. 2011-09-05 15:32:20 
j1dias
Joined: 2011-09-05 13:27:20
Posts: 1
Location

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.

IP Logged
Page # 


Powered by ccBoard