• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Upgrade Plesk : everything work fine except Plesk

K

karicom.com

Guest
Hi my web site work fine webmail and D.B SSh ,but i can t use my controle panel .
I have plesk 8.1 and i upgrading to 8.2 and promotion ended successfully .after re-booting my server and whene i try to log in i have a page error .

is there a solution !!
and how can i restart my pelsk
:confused:
 
to stop psa:
/etc/init.d/psa stopall

to start psa:
/etc/init.d/psa startall


(that's for debian, maybe its different on other os)


i think you have to tell us more information, have you an error message, what os do you use ?
 
I seem to be having the same problem, after update to 8.2 I get the following message when I try to access my domain.

'Service is not available now, probably your Plesk is misconfigured.
Contact Your provider for details.

Internal Plesk error occurred: MySQL query failed: Unknown column 'uid' in 'field list''
 
Originally posted by danliker
to stop psa:
/etc/init.d/psa stopall

to start psa:
/etc/init.d/psa startall


(that's for debian, maybe its different on other os)


i think you have to tell us more information, have you an error message, what os do you use ?

I know FC uses:
/etc/rc.d/init.d/psa {start|stop|startall|stopall|restart|status}
 
special thanks to giganet.wireles and danliker
i use F.C
i restart Plesk with /etc/rc.d/init.d/psa start
now Plesk work fine :cool: :cool:

what about you Mark N. :confused:
 
karicom.com:

Re-starting psa didn't work. I think there's an internal database error, something must have gone wrong during upgrade, but thanks for asking.

I found a work around by using the Plesk desktop dashboard - it must use a different database - rather than trying to manage my domains directly from their built in menu.

It's not a perfect solution, but it beats the alternative provided to date. i.e. re-install and start from scratch.

Regards,
Mark
 
Originally posted by Mark N.
karicom.com:

Re-starting psa didn't work. I think there's an internal database error, something must have gone wrong during upgrade, but thanks for asking.

I found a work around by using the Plesk desktop dashboard - it must use a different database - rather than trying to manage my domains directly from their built in menu.

It's not a perfect solution, but it beats the alternative provided to date. i.e. re-install and start from scratch.

Regards,
Mark

Use these statements in your mysql command line:

use psa;
ALTER TABLE clients ADD uid VARCHAR(36);
ALTER TABLE clients ADD ownership ENUM('true','false') default "true";


This should take care of that.
 
Back
Top