• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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