• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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