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

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