• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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