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. […]

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. To resolve this error: /etc/init.d/drwebd restart  If that doesn’t work kill all drweb process. pgrep drwebd | xargs kill -9  Now check emails and if that start work try enabling dr web again by using: /etc/init.d/drwebd restart […]

Continue Reading…

Plesk ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: common_func.php

Sometimes we may face the error while trying to access the Plesk control panel: ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: /usr/local/psa/admin/plib/common_func.php3:190 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’) 1: /usr/local/psa/admin/auto_prepend/auth.php3:93 Usually this error comes because because the password in the file /etc/psa/.psa.shadow used to access […]

Continue Reading…

Handling “access to path is denied” errors in IIS / Plesk

Error: Access to the path ‘C:\Inetpub\vhosts\yourdomainname.com\httpdocs\ProductImages\Matrimonial_Grooms_nothing_8FE9D5F472.jpg’ is denied There can be many reasons for “Error: access to path is denied” but the most common one is the directory where you are trying to upload do not have write permissions. Make sure the folder where you are trying to upload files have the necessary rights to […]

Continue Reading…

Plesk Error: “The domain is still suspended for the following reason: Domain is expired”

If your web page is offline and when try to unsuspend through the Plesk control panel you may be receiving the following message by email: [box style=’error’] Error: The subscription is still suspended due to the following reason: The subscription is suspended because its subscriber was suspended. [/box] This happens because the domain was set to […]

Continue Reading…