Log in

View Full Version : php 5 issues


Chadi
09-16-2007, 03:18 AM
I upgraded to php 5.2.4 and now 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

How do I debug this or trace the cause?

($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

Opserty
09-16-2007, 08:37 AM
You should have a plugin which has a hook location: "showthread_complete" Thats what seems to be causing the problems.