Log in

View Full Version : Php 5


Chadi
01-14-2006, 04:15 PM
I just upgraded from 4.4.1 php to 5.05

After I got a bunch of people getting this error

Fatal error: Cannot use object of type vB_Session as array in /home/chadi/public_html/showthread.php(1907) : eval()'d code on line 33

How do I correct this without needing to go back to 4.4.1?

Here is the entire list of plugins installed (see attached)

Can someone please hint me on this? Thank you

Chadi
01-20-2006, 03:42 PM
Any update appreciated

Delphiprogrammi
01-20-2006, 04:12 PM
that error is caused by a plugin / hook on your system to know which one you would have to disable and renable all of them seperated

try this open config.php


define('DISABLE_HOOKS',true);


upload it

is the error gone ?