• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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