While starting Remote Access and routing services from Windows 2008 server, The following error is observed in the Event Viewer: […]
Posts by seemab:
Server Error in ‘/’ Application. Parser Error Message: Could not load type ‘XXXXX’.
This usually happens when you do not have a Virtual directory set up for your program. One more purpose for it could be when an application has not been efficiently compiled. […]
Plesk showing error: “\’Server error (code 500): Exception with message….”
When try to access the Plesk control panel in windows server error occurs: This error occurs due to no free space available on the server.You need to check the server drives and remove the unwanted files. […]
Error: Unable to remove domain: The parameter is incorrect
When tried to remove the domain from Plesk Control Panel, the following error message received: […]
Plesk Error: The user account was not found.
When you try to change an email id password from a subscription (for example yourdomain.com) you may receive an error: […]
“Cannot connect: invalid settings” : phpMyAdmin error
When you try to get connected to database through web administration in the Plesk panel, you might get the below error : […]
MSSQL Database showing in “suspect mode”
This error can occur, however, most often due to defective hardware or operational errors . This post will explain how to restore from suspect mod.however, but still go through your SQL-server error logs and find out the root cause of the error. […]
How to add alternate SMTP port in plesk
We can do this by using 2 methods. 1- Login to Plesk >> Mail Server Settings >> Check “Enable message submission”. Click OK. Open that port 587 in csf or apf firewall. You should now be able to send mail through your server on port 587 2- Make a copy of “smtp_psa” and rename that to “smtp_alternate” […]
Error: Connection to the database server failed: Table ‘mysql.servers’ doesn’t exist on plesk server
When the mysql version on plesk server get’s upgraded we get an error while adding an user to the database: […]
How to enable open_basedir for particular domain in plesk
SSH into your Plesk machine as “root” and go to the conf directory for the domain. Create a “vhost.conf” file in: /var/www/vhosts/<domain name>/conf/ Rebuild the domain configs for the particular host via::– /usr/local/psa/admin/sbin/websrvmng -u –vhost-name=<domain name> or rebuild all via : /usr/local/psa/admin/sbin/websrvmng -a service httpd reload Done. […]