i am using arvixe
--------------- Added [DATE]1330303775[/DATE] at [TIME]1330303775[/TIME] ---------------
Quote:
Originally Posted by Lynne
The server has maxed out the number of MySQL connections it allows. You can try turning persistent connections off by adding this to your config.php:
PHP Code:
$config['MasterServer']['usepconnect'] = 0;
But, if you still have the problem you will have to talk to your host about raising that limit. Also, see this Common MySQL Error Messages
|
thank you for this respons
i tried this, but its not working lynne