I think there is a php 5 specific bug in this mod.
I upgraded to php 5 today and was not able to view any threads at all.
I get this when attempting to view threads
Fatal error: Cannot use object of type vB_Session as array in /home/user/public_html/showthread.php(1963) : eval()'d code on line 35
($hook = vBulletinHook::fetch_hook('showthread_complete')) ? eval($hook) : false;
Thats like 1963 from showthread.php
I disabled every plugin one by one, still go the error
Then, I unchecked (disabled) in plugin hooks this line:
Who Viewed This Thread? / showthread_complete
After I did that, everything on my forum was normal, odd enough even the who viewed this thread STILL shows up fine in thread view. I do not understand, but perhaps you can debug this.
|