PDA

View Full Version : Fatal Error after upgrade fr. 3.6.8 >> 3.7 b5


Zingu
Tue 4th Mar '08, 10:47pm
couldn't figure this one out.... (where its coming from)

I get this error when I try to go to a profile.

Fatal error: Call to a member function query_read() on a non-object in /home/*******/public_html/forums/includes/functions.php(1344) : eval()'d code on line 9


also... all my drop down menus disappeared!! (only see menu but no drop downs)

www.unrealaddicts.com/forums

any help would be greatly appreciated.

Onimua
Wed 5th Mar '08, 1:00am
This is probably due to one or more modifications you have installed on your forum. Try using the default style without plugins by disabling them globally by putting this beneath the <?php in your config.php file:

define('DISABLE_HOOKS', true);See if you still have problems.

Zingu
Wed 5th Mar '08, 1:29am
yah.. did that.

I kinda works. when I do that. the page loads but is all messed up (no images templates outta wack etc).

eg: http://www.unrealaddicts.com/forums/members/risingfury.html
(that's with default template)

not sure what's up... I reverted all the templates even. +_+


now I have to do the one-by-one disable each product thing to figure out which one is doing fatal error...but that still leaves me with that messed up profiles page. :/
this is going to take a whiiillleeee. :(

Zachery
Wed 5th Mar '08, 1:39am
Look at functions.php go to line 1344, that is your problem.

Zingu
Wed 5th Mar '08, 2:40am
Look at functions.php go to line 1344, that is your problem.

($hook = vBulletinHook::fetch_hook('member_customfields')) ? eval($hook) : false;


I have no idea what that means. :/ :(

Jose Amaral Rego
Wed 5th Mar '08, 3:40am
($hook = vBulletinHook::fetch_hook('member_customfields')) ? eval($hook) : false;


I have no idea what that means. :/ :(

Faulty modification that is using that hook...