Plesk Update Fails- MySQL Error

When Plesk update itself, it connects to local MySQL server.If it can not connect, then update fails. Most of the time it happens because of wrong credentials. First check if you can manually connect to local MySQL server: “%plesk_dir%Databases\MySQL\bin\mysql.exe” -uadmin -p<type password here> -localhost If you can not connect then you may reset the password by […]

Continue Reading…

Warning: include(Mail.php) Error

If you are getting the error: [wpfmb type=’error’ theme=2]“Warning: include(Mail.php) [function.include]: failed to open stream: No such file or directory in /home/user/public_html/mailfiles/testmail.php on line 13 [/wpfmb] In that case open php.ini file and check if the below include functions are there. allow_url_fopen = On allow_url_include = On safe_mode = Off […]

Continue Reading…

Plesk Error:disk quota is not supported due to configuration of server file system in plesk”

Some times we often come across this error of plesk: [wpfmb type=’error’ theme=2]disk quota is not supported due to configuration of server file system in plesk[/wpfmb] For this error just do the following steps: /etc/fstab At first it will look like: /dev/md0 / ext3 defaults 1 1 Just Add ‘usrquota’ to the options in fstab […]

Continue Reading…

Error in Parallels Plesk Panel: “Internal error: is out of webspace”

When one of my clients go to Website & Domains they receive an 500 Internal Server Error: [wpfmb type=’error’ theme=2]Internal error: is out of webspace Message is out of webspace File Webspace.php Line 334 Type PleskFatalException[/wpfmb] This error occurs when the Parallels Plesk Panel database has inconsistencies due to corrupted certificates in the IIS configuration. […]

Continue Reading…

IIS : An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode

The following error occurs, when browsing a website on Parallels Plesk server: HTTP Error 500.24 – Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. 0x80070032 The website was designed in Classic pipeline mode, but an application pool assigned to the site is in Integrated pipeline […]

Continue Reading…