• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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