• 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.

Plesk 8.1 Clean Install : BUG with webstatmng

T

thedust2010

Guest
We can no longer update any site's hosting setup (Domains > domain.com > Setup). When we try the following error pops up:

Unable to update hosting preferences: hosting update failed: webstatmng is failed --unset-config --domain-name=domain.com --stat-prog= webstatmng is failed --unset-config --domain-name=domain.com --stat-prog=

Any advice on how to remedy this issue?
 
Correction: Problem is NOT fixed.

This is an issue with Migration Manager. Every site that I port over from our Plesk 7.5 server is obviously missing some information in the Plesk DB that is restored by running some of the commands in the SQL file mentioned earlier.

SWSoft, please fix this.
 
We recently started managing a server running Plesk 8.1 which was running Plesk 7.5 before and changing the hosting setup for some domains failed with:

Unable to update hosting preferences: hosting update failed: webstatmng is failed
--unset-config --domain-name=<domain_name> --stat-prog= webstatmng is failed
--unset-config --domain-name=<domain_name> --stat-prog=

We checked the psa.hosting database table and it seems some domains had 'none' in the webstat column and some had '' (nothing).

We fixed it by running the following SQL query:

Code:
UPDATE psa.hosting SET webstat = 'none' WHERE webstat = '';
 
Thank you

Thank you I had the same problem:

Unable to update hosting preferences: hosting update is failed: webstatmng is failed --unset-config --domain-name=audiomatik.co.za --stat-prog=

and your query sorted it out.
 
Back
Top