• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

WordPress was installed with errors: WordPress was installed with errors:

mtamosh

New Pleskian
Hello, please help me. When i want to install wordpress (via wordpress toolkit) i get this error

WordPress was installed with errors:
  • PHP Fatal error: Call to undefined function WP_CLI\json_decode() in /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php on line 833
I see my plesk last update october 6
 

Attachments

  • 1.png
    1.png
    18.5 KB · Views: 3
The possible cause: disabled json PHP extension. This is a typical case for alternative PHP handler on CloudLinux. If this is the case, I suggest to add the following into the PHP configuration:

extension=json.so
extension=mysqli.so
 
Back
Top