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

Can not reactivate an abo which was automatically closed by system

PietroV

Basic Pleskian
Can not reactivate an subscription which was automatically suspended by system

Hi!

Following problem:
The system suspended an subscription automaticly, because the limits was reached.
So, i tried to activate it. But it only says "Error: Cannot activate the subscription, cause the subscription was suspended."

What i tried?
I tried:
Hosting Services -> subscriptions -> choose the subscription -> click on activate

Then i got the error message: "Error: Cannot activate the subscription, cause the subscription was suspended."

Any idea?!? How can I reactivate it?

Thanks!

Best wishes
Pietro
 
Last edited:
I solved the problem without reboot or restarts. If the domain suspended because the domain limits are reached, i got this solution.
But i don't recommend it to everyone, who have no detail knowledge of handling mysql database!
here my way (please read till end):

first thing to do, is to set new limits for the subscription, which are enough to run the subscription, e.g. more webspace or more traffic or allow overuse.

then:

Login Plesk Panel -> serveradmin -> tools -> database server -> local mysql server -> choose folder databases -> webadmin

then:

in mysql choose database "psa", then the table "domains".
edit the domain which is suspended.
set for:
Status = 0
overuse = false
webspace status = 0

In Plesk the domain will show as active, but if you go to domain (www.domain.com), then you will see, it isn't active.
So now you set in Plesk "suspend" for the subscription.
So, now it stand again, that the subscription is suspend.
And nowset "active" in Plesk for the subscription.
Now the domain work and all was shown correctly in plesk.


Thats all, now it works with all limits correctly.
 
Last edited:
As a workaround you can try to enable these suspended subscriptions via CLI:

/usr/local/psa/bin/domain --webspace-on <susbcription-name>
 
Back
Top