• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Wordpress Installation "broken"

Thera

Regular Pleskian
Hi,
i got 2 Webseites who are broken, everday we get the message:
1647866034843.png
if i list the installations plesk ext wp-toolkit --list:

1647865999118.png
Wordpress Toolkit says that the installation is on "trash" but that's not true. I Copied the ID 70 to a new Wordpress Toolkit installation and now it Works. But the Message from the Old is nevertheless available
The Trash Folders are empty.
I Also tried to Install new with WP core Download.

thx for Help
 
Hello, Thera!
Do you want to get rid of repeating messages?
Can you just remove those broken installations, or do you have some reason to keep them?
 
And after you've removed it, it still in the output of the plesk ext wp-toolkit --list? And in the WPT's web UI too?
 
In the WPT Only the new site is visible, the old is not available

The screenshot from ssh is after moving the installation
 
Thanks for your answers! Let me clarify for myself.

After you've removed (broken) WordPress installation using "Remove" option from the Web UI:
1647939957837.png

This installation is no longer visible in the Web UI, but still returned from the plesk ext wp-toolkit --list CLI command?

You can try to detach broken instance using CLI:
Code:
plesk ext wp-toolkit --detach -instance-id <your-instance-id>

This will remove record about this instance from the internal WPT database and prevent appearing it again after WPT's scan operation.
 
When you detach a WordPress website from the WordPress Toolkit, a file named .wp-toolkit-ignore is added in the root-folder of the WordPress website. That prevents it from adding it back to the WordPress Toolkit.

Just remove the file using the Filemanager (make sure you skip the Trash) and a new scan will attach the WordPress website to the WordPress Toolkit.
 
Back
Top