Whenever you get an error before that of course you would also get symptoms or warning. You might have ignored it unconsciously!
We have a responsibility to highlight those symptoms while you couldn’t activate the suspended subscription in Plesk.
1. You couldn’t activate subscription or customers suspended account in Plesk
2. Customer or owner subscription might be active still
3. Reseller or owner account is active
4. There is no possibility to follow database export
5. You can see the status of subscription is 2 but the status of the domain is 0
6. While doing activation for subscription, the MySQL server may get connected or not
Till now, you would have seen symptoms below is the solution for your problem:
Step 1: You can use RDP or SSH to connect Plesk server
Step 2: Use the below commands for creating the dump database in Windows server and Linux:
Windows server:
Linux:
Step 3: Access the Plesk database using the command:
Here’s the command to activate the customer:
Subscription activation:
Now, login to the Plesk to make changes in status. Tap on “Change status” either suspend or activate.
Your error will be sorted out now!
We have a responsibility to highlight those symptoms while you couldn’t activate the suspended subscription in Plesk.
1. You couldn’t activate subscription or customers suspended account in Plesk
2. Customer or owner subscription might be active still
3. Reseller or owner account is active
4. There is no possibility to follow database export
5. You can see the status of subscription is 2 but the status of the domain is 0
6. While doing activation for subscription, the MySQL server may get connected or not
Till now, you would have seen symptoms below is the solution for your problem:
Step 1: You can use RDP or SSH to connect Plesk server
Step 2: Use the below commands for creating the dump database in Windows server and Linux:
Windows server:
Code:
C:\> plesk db dump psa > C:\psa_backup.sql
Code:
# plesk db dump psa > /root/psa_backup.sql
Code:
# plesk db
Code:
mysql> UPDATE clients SET status=0 WHERE pname='Customer name';
Code:
mysql> UPDATE domains SET status=0, webspace_status=0 WHERE name='example.com';
Your error will be sorted out now!