Log in

View Full Version : VB or Server Error, please help!


shunx91
03-18-2008, 06:47 PM
Hi Guys,

I got the following message over the weekend and we've gotten reports of the site just not loading as if the files weren't there. Is there anything that I should do to prevent it from happening again? Thanks.

Warning: Unknown(./includes/vba_global_error.php): failed to open stream: No such file or directory in /includes/functions.php(2658) : eval()'d code on line 1

Fatal error: (null)() [function.require]: Failed opening required './includes/vba_global_error.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/clubwrx/public_html/forums/includes/functions.php(2658) : eval()'d code on line 1

Lynne
03-18-2008, 06:56 PM
Linke 2658 in functions.php is:
($hook = vBulletinHook::fetch_hook('error_generic')) ? eval($hook) : false;

So, this error is from a plugin using the 'error_generic' hook. The file, vba_global_error.php is not a standard vbulletin file at all. It looks like it is from vbadvanced.

SEOvB
03-18-2008, 07:03 PM
reupload all the vbadvanced files and see if that helps

Brandon Sheley
03-18-2008, 07:23 PM
You might have better luck at the vba support site as well ;)