The script gets a fatal error max_user_connections have been reached. Is there somewhere in the script in which this can be changed? None of the other php scripts I use have this issue.
1. Download file amember/config.inc.php 2. Edit it using text editor, add line before closing ?> $config['use_mysql_connect'] = 1; 3. Remove file amember/config.inc.php on the FTP server. 4. Upload your local (changed) copy of the file to FTP server.
Still getting the same error. Cannot connect to MySQL: User bizadvic_member has already more than 'max_user_connections' active connections Fatal error: Call to a member function on a non-object in /home/bizadvic/public_html/ecourse/private/common.inc.php on line 132
Oops - sorry, my mistake. Put line in config.inc.php $config['use_mysql_connect'] = 1; BEFORE line $config['db']['mysql'] = $pc; If it happens anyway, ask your webhosting support to to restart Apache webserver and send them error messsage as explanation why it is necessary.
already try this method but not working. also many sleep process in less 1 second. this will make connection increase. how to fix this issue?