Articles in this section

SEO Toolkit is stuck: Site Audit is in progress. Please wait until it has been completed.

Plesk for Windows Plesk for Linux kb: technical ABT: Group B

Applicable to:

  • Plesk for Linux
  • Plesk for Windows

Symptoms

SEO Toolkit's Site Audit hangs and no actions can be performed after manually canceling its task in Plesk

Site Audit is in progress. Please wait until it has been completed.

Please wait. We are currently crawling...

Cause

After removing the task from Plesk, SEO Toolkit hangs because it does not update the running audits until the tasks finish or fail. Manually canceling the task makes it wait indefinitely for a status change.

Resolution

  1. Connect to the server via SSH or RDP

  2. Back up the Plesk database

    # plesk db dump > psa_backup.sql

    plesk db dump > psa_backup.sql

  3. Find the affected domain's ID

    # plesk db "SELECT d.id, d.name FROM domains d WHERE d.name = 'example.com';"
    +----+-------------+
    | id | name |
    +----+-------------+
    | 13 | example.com |
    +----+-------------+

  4. Remove ext-xovi-site_audit_state for this domain using the ID from the previous step

    # plesk db "DELETE FROM dom_param WHERE param = 'ext-xovi-site_audit_state' AND dom_id = 13;"

Was this article helpful?

Comments

1 comment
Date Votes
  • Tried that multiple times along with uninstall. reinstall.

    Over 24 hours hanging scanning crawling whatever

    When I check the db there is nothing in there for ext-ovi

    Delete the piece of junk.

     

    0

Please sign in to leave a comment.