Status
Not open for further replies.

anti-human

Active Member
153
2008
0
0
I'm willing to paid if someone fix this errors.

This error...

Warning: require_once([path]/includes/class_activecache.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(294) : eval()'d code on line 141

Fatal error: require_once() [function.require]: Failed opening required '/home/xboxunio/domains/xbox360union.com/public_html/includes/class_activecache.php' (include_path='.:/usr/local/lib/php') in /home/xboxunio/domains/xbox360union.com/public_html/includes/init.php(294) : eval()'d code on line 141
and this...

Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections
/home/xboxunio/domains/xbox360union.com/public_html/forums/includes/class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Monday, June 22nd 2009 @ 12:35:40 PM
Error Date : Monday, June 22nd 2009 @ 12:35:41 PM
Script : http://xbox360union.com/forums/showthread.php?t=3574
Referrer :
IP Address : xxxxxxxxxxx
Username :
Classname : vB_Database
MySQL Version
 
6 comments
Open your config.php and under
Code:
<?
Press enter and add
Code:
define('DISABLE_HOOKS', true);

Then save the file and upload it. Then see if your forum works. If your forum system works without the error. Then you have a problem with one of your plugins. I would remove that code in your config.php then remove all the plugins 1 by 1 and check to see if the error comes up after removing certain plugins.
 
Status
Not open for further replies.
Back
Top