• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Server Error: 500 Zend_Db_Statement_Exception

jjonsson

New Pleskian
Server operating system version
Debian 10
Plesk version and microupdate number
Obsidian 18.0.50
If I try to enter Wordpress in the menu I get the following error:
1675757770195.png

If I check Wordpress database, it's corrupt. How do I recover it ?


Code:
root@plesk:/usr/local/psa/var/modules/wp-toolkit# sqlite3 /usr/local/psa/var/modules/wp-toolkit/wp-toolkit.sqlite3
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
sqlite> pragma integrity_check;
Error: database disk image is malformed
sqlite>

I don't have a backup :oops:
 
Without a backup this will be a problem. I am not aware of a way to restore the SQLite DB. In my documentation here it is suggested to remove the module affected (which would be WP Toolkit) from the server and reinstall it. This however will mean that the WP Toolkit configuration data will be lost. Before doing this I also recommend to create a full server backup, because a corrupt file is mostly seen on a corrupt file system. It can mean that there are general underlying issues with the file system.
 
# ll /usr/local/psa/var/modules/wp-toolkit/wp-toolkit.sqlite3
Does it still exist? Could you try to rename it if still exists?
 
Back
Top