Plesk korrupt after upgrading PHP!?

F

freq9

Guest
Hello,

I have a root server with debian on it. Yesterday I wanted to update PHP, so I used:

Code:
apt-get update

after that

Code:
apt-get install libapache2-mod-php5 libapache2-mod-perl2 php5 php5-cli php5-common php5-curl php5-dev php5-gd php5-imap php5-ldap php5-mhash php5-mysql php5-odbc php5-xslt

then

Code:
/etc/init.d/apache2 restart

and now I cannot access Plesk anymore. I tried to restart it via

Code:
/etc/init.d/psa stopall
/etc/init.d/psa start

but I get an error

Code:
MNH001:~# /etc/init.d/psa stopall
-bash: /etc/init.d/psa: No such file or directory

What to do now? :( I haven't changed anything else except changing maxClients in apache2.conf and max_connections in the mysql config.

Thanks
 
Hello,

You could get the rpm.tra.gz pakages from plesk and force a reinstall of the plesk.

Or if you have backup simply restore the necessary files.
 
No, I have no backup. It was a rfesh server, and I upgraded to PHP5 directly without doing a backup. Where to get this file and how to install it correctly? Please help me step-by-step because I don't want to do a mistake. thanks!!
 
Back
Top