• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Components::componentUpdate() failed

P

pmartina

Guest
I have the following error when I try to connect on my plesk server via web :

ERROR: PleskFatalException
Components::componentUpdate() failed: Unable to exec utility packagemng: Empty error message from utility.

0: /usr/local/psa/admin/auto_prepend/auth.php3:480

Any ideas ?
 
Try to run packagemng utility directory on your server:
$ PRODUCT_ROOT_D/admin/sbin/packagemng
Aslo check log file for any errors:
PRODUCT_ROOT_D/admin/logs/httpsd_error_log
If it doesn't help try to enable display errors in Plesk. By default Plesk does not show PHP errors for security reason. To enable PHP error reporting you can edit $PRODUCT_ROOT_D/admin/conf/php.ini and set display_errors = On, then restart Plesk CP.
 
Back
Top