Usually this error occurs when the maximum allowed connection limit of the database has exceeded. It also means that the database already has enough number of open connections and cannot allow anymore. In that case you can either wait for someone to disconnect or if incase a specific script has opened too many connections to […]
Category: Plesk Windows
Enable/Disable firewall through command line
This command can be used when we are working with windows network: Open command prompt This command gets into the firewall section. netsh firewall set opmode enable “To enable firewall” netsh firewall set opmode disable “To disable firewall” Done. […]
Revealing the email accounts password in Plesk
We might sometimes forget the password for the email accounts on the server. We can easily find out the email accounts and their passwords existing on the server with the following command: […]
Error while deleting MSSQL database from SQL management studio.
While deleting MSSQL database from SQL management studio you may receive the below error: […]
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 […]
Plesk log files
Plesk log files locations are as follows: HTTPD LOGS /etc/httpd/logs/error_log EMAIL LOG /usr/local/psa/var/log/maillog PLESK ERROR LOG /var/log/sw-cp-server/error_log If you don’t know about cpanel log location you check our article on cPanel log locations. […]
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: 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 /dev/md0 / ext3 defaults,usrquota 1 1 Now run the following: # mount -o remount / # […]
ASP.NET 4.0 error – The relative virtual path ‘aspnet_client/WebForms.js’ is not allowed here
Sometimes when hen we try to convert ASP.NET application from .NET framework 2.0 to latest 4.0. It goes all good with .NET framework 4.0 but whenever we try to execute the application, we get the following error. […]
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: This error occurs when the Parallels Plesk Panel database has inconsistencies due to corrupted certificates in the IIS configuration. To resolve this error: Log in your server. Click on run >> CMD 3 ) Run the following query […]
Redirecting Domains on plesk server
In this post we are going to explain how to Redirect domains on plesk for Windows shared and dedicated server. Create a Domain Forwarder with an Existing Domain To create a forwarder for existing domain,Go to Websites & Domains tab and scroll down to select the domain name in the list. Go to hosting settings and […]