Quote:
Originally Posted by Chuck S well we simply connect and grab stuff standard mysql connect with username password host
errors such as these are from your server setup directly not our code. |
Ah yes, but does the database connection close straight after getting the information from the database, or does it leave the connection open to use with other scripts?
We submitted a ticket to our host on this issue and received the following in response:
If you are getting that error then it means your script is using up more connections to mysql than we allow (15). You will need to contact your developer to code your site so that it does not require as many connections. I would have them possibly take a look at this:
PHP: mysql_pconnect - Manual
Sounds to me like its a server restriction placed by the host, and all the requests for help on this are thrown back to the software developers, which is rather irritating.