OK I've been doing a little research on this:
Code:
Fatal error: Call to undefined method stdClass::called() in /home/xxx/public_html/includes/class_core.php on line 3700
For everyone getting this problem. From what I understand this is a common problem with the JSON wrapper. PHP doesn't like the line:
Code:
$obj = new stdClass();
It's actually suppose to be used with Zend from what I could find. And since this mod is globally used its causing problems in certain places over the site. I have tried replacing the line and the error has vanished so far without any draw baccs yet. Hopefully the auther will be able to figure out something for an official fix.