Warning: mysql_connect() [function.mysql-connect]: Too many connections

Warning: mysql_connect(): Too many connections in /home/httpd/vhosts/example.com/public-html/connect.php on line 2 Too many connections This error means that all available connections are in use by other clients.It is possible that you have extremely high traffic on your website, however it is more likely that there connections to your database have been remaining open. The variety of […]

Continue Reading…

550 “REJECTED – Bad HELO exim error

We have a client having his email rejected from some mail server with the following error: SMTP error from remote mail server after MAIL FROM:<user@userdomain.org.br> SIZE=1655: host mydomain.com [xxx.xxx.xxx.xxx]: 550 “REJECTED – Bad HELO – Host impersonatin [main.mydomain.com.br]” This error may cause for some websites those MX record pointed to different server/domain. In this situation […]

Continue Reading…