PHP 4.3.10 & Xoops incompatibility?

Hi All-

Just upgraded to php 4.3.10 and immediately had a user report his xoops install no longer working:

Fatal error: Call to a member function on a non-object in /home/djsesgr1/public_html/kernel/config.php on line 222
Unknown Condition []: in file line
Code on that line is:
Code:
$ret[$configs[$i]->getVar('conf_name')] = $configs[$i]->getConfValueForOutput();
Any ideas how to fix this?

Thanks.

 

 

 

 

Top