Server Error in ‘/’ Application. Parser Error Message: Could not load type ‘XXXXX’.

[wpfmb type=’error’ theme=2]Server Error in ‘/’ Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type ‘XXXXX’.[/wpfmb] This usually happens when you do not have a […]

Continue Reading…

Plesk showing error: “\’Server error (code 500): Exception with message….”

When try to access the Plesk control panel in windows server error occurs: [wpfmb type=’error’ theme=2]”\’Server error (code 500): Exception with message\’SQLSTATE[HY000]: General error: 10 disk I/O error\’ caught at top level.\”[/wpfmb] This error occurs due to no free space available on the server.You need to check the server drives and remove the unwanted files. [wpfmb type=’info’ […]

Continue Reading…

Error: Unable to remove domain: The parameter is incorrect

When tried to remove the domain from Plesk Control Panel, the following error message received: [wpfmb type=’error’ theme=2]Error: Unable to remove domains: Problems occurred while removing domains: Unable to remove hosting: Unable to delete system user: SysUser->systemRemove() failed: usermng failed: Empty input path: (87) The parameter is incorrect.[/wpfmb] […]

Continue Reading…

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/ [wpfmb type=’success’ theme=2]<Directory /var/www/vhosts/<domain name>/httpdocs> php_admin_value safe_mode on php_admin_value open_basedir none </Directory>[/wpfmb] 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 […]

Continue Reading…