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
-
Back up the Plesk database
# plesk db dump > psa_backup.sql
plesk db dump > psa_backup.sql
-
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 |
+----+-------------+ -
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;"
Comments
0 comments
Please sign in to leave a comment.