Applicable to:
- Plesk for Linux
Symptoms
-
Plesk update fails. The following error can be found in the output of Plesk installer in in
/tmp/autoinstaller3.log
:CONFIG_TEXT: Fatal error during packages installation: [u'ERROR with rpm_check_debug vs depsolve:', 'perl(MIME::Lite) is needed by perl-SOAP-Lite-0.710.10-4.el6.noarch', u'Please report this error at http://bugs.centos.org/set_project.php?project_id=19&ref=http://bugs.centos.org/bug_report_page.php?category=yum']
YumRPMCheckError: [u'ERROR with rpm_check_debug vs depsolve:', 'perl(MIME::Lite) is needed by perl-SOAP-Lite-0.710.10-4.el6.noarch', u'Please report this error at http://bugs.centos.org/set_project.php?project_id=19&ref=http://bugs.centos.org/bug_report_page.php?category=yum'] -
Plesk is inaccessible. The following error can be produced in a browser:
PLESK_INFO: ERROR: Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.ServiceInstallations' doesn't exist
Additionally, an exception has occurred while trying to report this error: Zend_Db_Statement_Exception
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.ServiceInstallations' doesn't exist (Pdo.php:234) -
CentOS base repository is configured properly and missing package is available for installation:
# yum search perl-SOAP-Lite | grep Lite
========================= N/S Matched: perl-SOAP-Lite ==========================
perl-SOAP-Lite.noarch : Client and server side SOAP implementation
Cause
System package manager inconsistency. 'perl-MIME-Lite' package, which is required by installed 'perl-SOAP-Lite' package, is missing.
Resolution
-
Connect to the server via SSH.
-
Install the missing package:
# yum install perl-MIME-Lite -y
-
Re-run Plesk update:
# plesk installer update
Comments
0 comments
Please sign in to leave a comment.