Plesk showing offline management error

ARUN Posted in PLESK BACKEND, PLESK FRONTEND
0

Solution :

[   vzctl set VEID --save --offline_management yes --offline_service vzpp   ]

ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect.

ARUN Posted in PLESK FRONTEND
0

While trying to access the plesk admin page we get the below error :

ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect.

Solution :

Try resetting the admin password from within mysql.

You can get the details about resetting root mysql password using the link below. Change the commands accordingly an reset the password for  user  “admin”

http://forum.webhostingdevelopment.com/index.php/2011/07/how-to-reset-mysql-root-password-in-linux-centos/

This frame was blocked because it contains some insecure content.

ARUN Posted in PLESK FRONTEND, SSL
0

Getting the below message while trying to access a website thats having self signed ssl certificate in google chrome :

This frame was blocked because it contains some insecure content.   chrome

Temp Solution :

Open the URL in Chrome >> right click on the error page >> 

1 ) Click on View Frame Source. After loading the frame source, close the frame source page.
2 ) When loading the frame source if it shows an warning, click “proceed anyway”.
3 ) Back to your error frame’s page ant reload it

 

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.

ARUN Posted in FIREWALL, PLESK BACKEND, PLESK FRONTEND
0

Getting the below bounce message while trying to send emails to plesk server with drweb enabled.

================

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.

================

Or

==================================

Getting the below message while trying to stop drweb from within plesk >> service management

Unable to make action: Unable to manage service by dr mgr: Empty error message from utility. (‘–stop’, ‘drweb’)

====================================

Solution :

/etc/init.d/drwebd restart

If that doesnot work kill all drweb process.

pgrep drwebd | xargs kill -9
Then check emails and if that work try enabling dr web again using
/etc/init.d/drwebd restart

 

View files in server using IP in PLESK server

ARUN Posted in PLESK BACKEND, PLESK FRONTEND
0

/var/www/vhosts/default/htdocs/

You can call using  IP/file.txt

Domain expires in plesk automatically even when we set expiry period as unlimited.

ARUN Posted in PLESK BACKEND, PLESK FRONTEND
0

Domain aotomatically expires even if we have setup unlimited expiry period in plesk.

SOLUTION :

for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e “select name from domains”`; do /usr/local/psa/bin/domain_pref -u $i -expiration -1;done

NOTE: All the domains will be changed to unlimited domain expiry.

How to remove an IP address from plesk panel

ARUN Posted in PLESK BACKEND, PLESK FRONTEND
0

After a VPS migration if you happen to see old IP address in plesk even after the migration, you first need to remove the old IP address from VPS. For that login to NODE server.

 

/usr/local/psa/bin/ipmanage.sh -r OLD_IP

How to upgrade php in plesk safely

ARUN Posted in PHP, PLESK BACKEND, PLESK FRONTEND
0

wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh

[      yum update php* --exclude=php*5.3*     ]

Plesk webmail shows default psa page on 9.5 version

ARUN Posted in MAIL, PLESK FRONTEND
0

Solution :

/usr/local/psa/admin/bin/autoinstaller –select-release-current –install-component horde

Plesk shows incorrect disk quota

ARUN Posted in DISK RELATED, PLESK BACKEND, PLESK FRONTEND
0

Plesk shows incorrect disk space usage while accessed through control panel

/usr/local/psa/admin/sbin/statistics –calculate-one –domain-name=<domain_name>

Plesk auto package updates when everything is completely broken

ARUN Posted in PLESK BACKEND, PLESK FRONTEND
0

Use the below at your own risk. I have not done this before.  This can be used to install the plesk base packages when everything is broken

/usr/local/psa/admin/sbin/autoinstaller –select-product-id plesk –select-release-id PLESK_10_1_1 –install-component base

Or

/usr/local/psa/admin/bin/autoinstaller –select-product-id plesk –select-release-id PLESK_10_1_1 –install-component base

ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: common_func.php3:95 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’) 1: auth.php3:124

ARUN Posted in ERROR, PLESK FRONTEND
0
ERROR: PleskFatalException
Unable to connect to database: saved admin password is incorrect.
0: common_func.php3:95
psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’)
1: auth.php3:124

ERROR: PleskFatalExceptionUnable to connect to database: saved admin password is incorrect.
0: common_func.php3:95 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’)1: auth.php3:124

Solution :

# cd /usr/local/psa/admin/bin/

# export PSA_PASSWORD=’newpass’

# echo $PSA_PASSWORD

# ./ch_admin_passwd

# export PSA_PASSWORD=

# cat /etc/psa/.psa.shadow

Error: Connection to the database server failed: Table ‘mysql.servers’ doesn’t exist on plesk server

ARUN Posted in MYSQL, PLESK BACKEND, PLESK FRONTEND
0

Getting the error  Error: Connection to the database server failed:  Table ‘mysql.servers’ doesn’t exist

when I try to add a database user to a database.

Solution :

Execute the command after login to shell
mysql_fix_privilege_tables --user=admin --password=<admin passord> --verbose
Now try adding the users

VPS Plesk 10 upgrade error “This Panel instance is installed in a PVC Container. The current Container offline management settings make the Panel unavailable.”

ARUN Posted in PLESK BACKEND, PLESK FRONTEND
0

“This Panel instance is installed in a PVC Container. The current Container offline management settings make the Panel unavailable. If you have sufficient privileges to modify the Container configuration, change the offline management settings. Otherwise, contact your provider to do this.”

SOLUTION :

Disable offline management and try

vzctl set VEID –offline_management=no –save

If it dont fix then try adding the VPS IP to node Server firewall.

There was an error sending your message: sendmail returned error code 111

ARUN Posted in PLESK BACKEND, PLESK FRONTEND, QMAIL
0

While trying to send mails using QMAIL and PLESK I am getting the error below :

There was an error sending your message: sendmail returned error code 111

Solution :

If any error try stopping QMAIL.

cd /var/qmail/bin

cp -p qmail-local.moved qmail-local
cp -p qmail-remote.moved qmail-remote
cp -p qmail-queue.moved qmail-queue
killall qmail-remote qmail-queue qmail-local
ls -la qmail-queue qmail-local qmail-remote
-r-xr-xr-x 1 root qmail 44060 Jun 13 2006 qmail-local
-r-s--x--x 1 qmailq qmail 15784 Jan 26 14:06 qmail-queue
-r-xr-xr-x 1 root qmail 43364 Jun 13 2006 qmail-remote
Or for other email errors like :
Plesk Qmail error – 451 qq internal bug (#4.3.0)
or
qmail-inject: fatal: qq internal bug (#4.3.0)
we can try the above fix