Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Printer Friendly Tell a Friend

Connect failed: User ".." already has more than 'max_user_connections' active connections

It seems, there is in place a restriction for maximum number of connections to database and they are all already used. So, no more connections can be opened until previous connections are closed. Such situation may occur if persistent connections are used or some script opens too many connections at once.

You can switch off the persistent connections by editing the 'includes/var_definition.php' file and change the line of the code to be like this one:

$db_persistent = false;

If the problem persists, please send us the valid Admin/FTP to your site so we can check and give you some piece of advice.