Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: ed44rf on December 29, 2021, 12:35:34 PM

Title: unsuspend account not works
Post by: ed44rf on December 29, 2021, 12:35:34 PM
after unsuspend account all domains still show
Quote
Account Suspended
Please contact your hosting provider to correct issues causing your website to be offline.
how to fix it?
Title: Re: unsuspend account not works
Post by: Nagytalp on December 29, 2021, 05:21:12 PM
Hi,

I have similar problem on my CWP servers!

All accuont is enabled but every vhost conf contains the suspended html page path as document root.
Suspending and unsuspending are not working. :(

Title: Re: unsuspend account not works
Post by: emsystems on December 29, 2021, 06:56:56 PM
Similar problem on my CWP servers!

accuont is enabled but vhost conf contains the suspended html page path as document root.
Suspending and unsuspending are not working.
Title: Re: unsuspend account not works
Post by: Netino on December 29, 2021, 09:53:10 PM
To solve, as reported by CWP team today, issue the following commands:
Code: [Select]
rm -f /usr/local/cwp/users/suspended/*.bandwidth
/scripts/cwp_api webservers rebuild_all

The first command remove bandwidth limits from sites, and the second rebuild all sites configurations in your webservers.

Regards,
Netino