• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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