PDA

View Full Version : Error after Upgrading Profile Viewing



Jenius85
Mon 13th Oct '08, 1:25am
Hey there fellow Vbulletiners

I upgraded today to the 3.7.3 the upgrade went smoothly phew!!

everything seems to be working except for when we try to view anyones profile we get this error

Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php(1385) : eval()'d code on line 3

Warning: require_once([path]/includes/blog_functions_shared.php) [function.require-once (http://www.vbulletin.com/forum/function.require-once)]: failed to open stream: No such file or directory in [path]/includes/functions.php(1385) : eval()'d code on line 47

Fatal error: require_once() [function.require (http://www.vbulletin.com/forum/function.require)]: Failed opening required '/home/jenius/public_html/includes/blog_functions_shared.php' (include_path='.:/usr/local/php52/pear') in /home/jenius/public_html/includes/functions.php(1385) : eval()'d code on line 47



im not really sure what this means??? Thankyou in advance to anyone who can shed some light!!:)


Jen

Steve Machol
Mon 13th Oct '08, 1:45am
This error is from a plugin you've installed. You need to disable each of your plugins then turn one at a time to see which one is causing this.

If you cannot log into the Admin CP then to disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

This will disable all hooks and allow you to log in properly with no hooks running.

http://www.vbulletin.com/docs/html/disable_plugins

Jenius85
Mon 13th Oct '08, 1:51am
Thankyou heaps for that Steve, i could kiss ya!!

Steve Machol
Mon 13th Oct '08, 1:57am
That would not sit well with my wife, but you're welcome. :)