Quote Originally Posted by grynmoors
But, I am still waiting to hear back about whether or not the script is opening SQL database queries and not closing them, causing the "max user connection" error which is what all started this to begin with. :/
On few pages there was open connections, this will be fixed on vshare 2.6. MySQL server have a setting "connect_timeout" that will close all open connection after some time. Most cpanel servers by default allow 500 connections, and an open connection will not use much resources. It seems the web host have some limits per user, that create the problem. Anyway we will make sure all connections are closed on next release.