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:<[email protected]> 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…

How to reset Magento Admin Password

Unintentionally forgetting the admin password to your Magento shop can be harmful. Fortunately, security password restoration is a relatively easy process! In this post, we will move you through the procedure of recovering a Magento admin password. In this example we are using MySQL from the PHPMyAdmin. To change your Magneto admin password: Open your phpMyAdmin […]

Continue Reading…

Plesk ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: common_func.php

Sometimes we may face the error while trying to access the Plesk control panel: ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: /usr/local/psa/admin/plib/common_func.php3:190 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’) 1: /usr/local/psa/admin/auto_prepend/auth.php3:93 Usually this error comes because because the password in the file /etc/psa/.psa.shadow used to access […]

Continue Reading…

403 Forbidden Error

There are many different kinds of errors that can occur when creating a web page. One of the more typical ones is the 403 Forbidden Error. Here we talk about this error and what you can do about it. The 403 Forbidden error  means that the web page or source you were trying to access […]

Continue Reading…