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…

A message with the following attributes was not delivered because it contains an object which cannot be checked by antivirus. Relaying such messages is blocked by administrator.

Getting the below delivery failure message while trying to send emails to plesk server with drweb enabled. [wpfmb type=’error’ theme=2]A message with the following attributes was not delivered because it contains an object which cannot be checked by antivirus. Relaying such messages is blocked by administrator.[/wpfmb] To resolve this error: /etc/init.d/drwebd restart  If that doesn’t […]

Continue Reading…

warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.

[wpfmb type=’error’ theme=2]warning: date() [function.date]: It is not safe to rely on the system’s time zone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.[/wpfmb] […]

Continue Reading…