Quote:
Originally Posted by Zaiaku
Seeing this error on my friends site now that he has i installed.
Messing up Archive display
|
I get the same error in archive.
Code:
Fatal error: Call to undefined method stdClass::called() in /home/path/to/forums/includes/class_core.php on line 3829
Tracked it down to this plugin: Init Startup (includes/init.php)
Tracked it down to this file: /fbb/hook_init_startup.php
And now down to this code
Code:
'vb4' => $vbulletin->options['templateversion'] >= '4.',
I removed that line and all is well in archive.
But then on index I get a template error in hook_global_start
fetch template should be replaced.
Still digging
I don't know what or why this is happening.