• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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