PDA

View Full Version : Getting this error


darrenjdoc
04-22-2010, 05:54 PM
Hi

I woke up this morning to this error on my site -

Fatal error: Call to a member function set_thankscache() on a non-object in /home/rslocato/public_html/includes/functions_forumdisplay.php on line 176

It had been running fine up until this. I can access the site through ftp but for some reason when i try to access it through cPanel i get this error -

Firefox can't find the server at :2082.

I have emailled my hosting company but they said they would get back to me and they haven't.

I am a newbie so any help would be most appreciated.

Many thanks
Darren

Lynne
04-22-2010, 08:29 PM
set_thankscache is not a default vbulletin function, so this error is from a modification. Disable the modification and the error should go away.

darrenjdoc
04-23-2010, 01:31 PM
Thanks for the reply.

How would i disable mods if i cant get access to the admin panel ?

Lynne
04-23-2010, 02:01 PM
To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

darrenjdoc
04-23-2010, 03:09 PM
Tried that and now i am getting this -

Fatal error: Call to undefined function print_portal_output() in /home/rslocato/public_html/index.php on line 46

Any ideas ??

Thanks

borbole
04-23-2010, 03:48 PM
Tried that and now i am getting this -

Fatal error: Call to undefined function print_portal_output() in /home/rslocato/public_html/index.php on line 46

Any ideas ??

Thanks

Do you have installed the vbadvanced portal mod by any chance? I have seen several threads with the same error and the culprit has been the vbadvanced portal.