PDA

View Full Version : Database error in vBulletin


[email protected] vbmenu_register("postmenu_900863", true);
02-15-2006, 10:49 AM
I have been emailed this error various times, What Do I have to do to fix it?

Database error in vBulletin :

mysql_connect(): User tog_tog has already more than 'max_user_connections' active connections
/home/tog/public_html/forum/includes/class_core.php on line 279

MySQL Error :
Error Number :
Date : Wednesday, February 15th 2006 @ 07:44:34 AM
Script : http://www.t-og.net/forum/member.php?u=11
Referrer :
IP Address : 66.154.103.133
Username :
Classname : vb_database

Can anyone help please :)

Stone Cold 3:16
02-15-2006, 10:51 AM
I have been emailed this error various times, What Do I have to do to fix it?



Can anyone help please :)

Whats line 279 on classcore?

[email protected] vbmenu_register("postmenu_900868", true);
02-15-2006, 10:55 AM
$link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password);

I haven't edited this file

atleast i don't think so... not recently anyway

Paul M
02-15-2006, 01:44 PM
What's on line 279 is irrelevant, the error is a system error - you have too many mysql connections - i.e. more than is allowed in your servers mysql config. Contact your host.