View Full Version : Upgrade Plesk : everything work fine except Plesk
karicom.com
20th July 2007, 10:28 AM
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:
danliker
20th July 2007, 11:26 AM
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 ?
Mark N.
20th July 2007, 02:33 PM
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''
giganet.wireles
20th July 2007, 03:16 PM
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}
karicom.com
20th July 2007, 05:27 PM
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:
Mark N.
23rd July 2007, 10:19 AM
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
dredding
27th July 2007, 02:28 PM
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.
vBulletin® v3.6.12, Copyright ©2000-2008, Jelsoft Enterprises Ltd.