• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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