Articles in this section

Unable to activate suspended customer or subscription in Plesk: The subscription is suspended because its subscriber was suspended

kb: technical Plesk Onyx for Linux ABT: Group A Plesk Onyx for Windows

Applicable to:

  • Plesk Onyx for Linux
  • Plesk Onyx for Windows

Symptoms

  • Cannot activate suspended customer/subscription:

    PLESK_ERROR: Error: Some of the selected customers were not activated.
    The account is still suspended due to the following reason: The account is suspended because its owner was suspended.

    PLESK_ERROR: Error: Some of the selected subscriptions were not activated.
    The subscription is still suspended due to the following reason: The subscription is suspended because its subscriber was suspended.

    PLESK_ERROR: Error: The account is still suspended due to the following reason: The account is suspended because its owner was suspended.

  • The subscription owner (customer) is active
  • The customer owner (reseller) is active
  • Cannot export database dump:

    PLESK_ERROR: Unable to export dump: The subscription is suspended

  • In some cases, domain's status is 0 (active) but subscription's status is 2 (suspended):

    MYSQL_LIN: mysql> select status, webspace_status from domains where name='example.com'\G
    *************************** 1. row **************************
    status: 0
    *************************** 2. row **************************
    webspace_status: 2

  • MySQL server hung during the subscription activation.

Cause

Inconsistency in Plesk database.

Resolution

Note: This article may require additional administrative knowledge to apply. If any help required, contact server’s administrator or hosting support.

  1. Connect to a Plesk server via SSH/RDP.

  2. Create a dump of Plesk database:

    • For Linux:

      # plesk db dump psa > /root/psa_backup.sql

    • For Windows Server:

      C:\> plesk db dump psa > C:\psa_backup.sql

  3. Access the Plesk database:

    # plesk db

  4. Activate the customer or subscription (replace the John Doe/example.com with actual name):

    • Activating the customer:

      MYSQL_LIN: mysql> UPDATE clients SET status=0 WHERE pname='John Doe';

    • Activating the subscription:

      MYSQL_LIN: mysql> UPDATE domains SET status=0, webspace_status=0 WHERE name='example.com';

  5. Once done, log in to Plesk, then suspend the customer or subscription from the step 4 and activate it back:

    mceclip8.png

    mceclip6.png

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.