Hello community,
since "apt-get update; apt-get upgrade -y" I can't login to plesk panel via browser. It shows this error:
ERROR: Call to a member function getServiceStatus() on a non-object (class.ServiceControl.php:312)
Search for related Knowledge Base articles
The knowledge base articel didn't solve the problem (Link: http://kb.parallels.com/de/120503 )
here the consol output from the mysql querys in the articel
Here some information about the server
OS: Debian 7.5 x64
Plesk Panel: 12
Aapache2: Server version: Apache/2.2.22 (Debian) / Server built: Feb 1 2014 21:26:04
Mysql: Ver 5.5.37-0+wheezy1 for debian-linux-gnu on x86_64 ((Debian))
Please help, I need access to my websites
Thank you!
since "apt-get update; apt-get upgrade -y" I can't login to plesk panel via browser. It shows this error:
ERROR: Call to a member function getServiceStatus() on a non-object (class.ServiceControl.php:312)
Search for related Knowledge Base articles
The knowledge base articel didn't solve the problem (Link: http://kb.parallels.com/de/120503 )
here the consol output from the mysql querys in the articel
Code:
mysql> select * from ServiceNodeEnvironment where name='httpd';
+---------------+--------------------+-------+------------------+
| serviceNodeId | section | name | value |
+---------------+--------------------+-------+------------------+
| 1 | componentsPackages | httpd | 2.2.22-13+deb7u1 |
+---------------+--------------------+-------+------------------+
1 row in set (0.00 sec)
Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e"insert in to ServiceNodeEnvironment values(1,'componentsPackages','httpd','`dpkg-query -W -f='${Versio n} ${Release}\n' apache2`')"
ERROR 1062 (23000) at line 1: Duplicate entry '1-componentsPackages-httpd' for key 'PRIMARY'
Here some information about the server
OS: Debian 7.5 x64
Plesk Panel: 12
Aapache2: Server version: Apache/2.2.22 (Debian) / Server built: Feb 1 2014 21:26:04
Mysql: Ver 5.5.37-0+wheezy1 for debian-linux-gnu on x86_64 ((Debian))
Please help, I need access to my websites
Thank you!