Symptoms
After detaching a site from WP Toolkit for troubleshooting and re‑adding it, the website no longer appears in the WP Squared (WP2) interface.
Cause
WP Squared relies on stored WordPress installation IDs within the user's userdata files.
If an installation is detached/reattached in WP Toolkit or undergoes document root/structure changes, the stored WP2 reference IDs can become invalid, causing the site to disappear from the WP Squared interface.
Resolution
There are a few steps involved to resolve the issue.
- Remove the
.wp-toolkit-ignorefile in the website’s document root if applicable. Ensure the domain is listed in wp-toolkit:
Note: Please replace domain.tld with your actual domain name.
# wp-toolkit list | grep domain.tld
If the domain is not listed, then you will need to re-register it:
# wp-toolkit --register -domain-name domain.tld
Then run the following script:
# /scripts/verify_wptk_userdata --repair
Comments
0 comments
Article is closed for comments.