• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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