• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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