imagick, is not installed, or has been disabled

I'm getting this error in the WordPress Site Health Status , and I found that this could related with the hosting service, my website hosted in Google Cloud service:

"PHP modules perform most of the tasks on the server that make your site run. Any changes to these must be made by your server administrator.

The WordPress Hosting Team maintains a list of those modules, both recommended and required, in the team handbook (opens in a new tab).

Warning The optional module, imagick, is not installed, or has been disabled. Warning The optional module, zip, is not installed, or has been disabled."

Did anybody already experienced something similar and managed to fix it ?

Solutions

You're on the Google Cloud Platform, you should have access to the VM. You'll have to "SSH" into the VM and use the command.

sudo apt-get install php-imagick

Similar questions

Function in WordPress Plugin Not Looking in Path for Imagick
I have inherited a site with a custom plugin that is supposed to decrypt member information and a captured signature and put it into a PDF. The function uses (in this order) TCPDF to create the document; jSignature to convert the decrypted signature to Base30->Base64->Native->SVG; and Imagick to convert the signature to a JPG. Everything works up t...
Fatal error: Uncaught Error: Class 'Imagick' not found in wordpress custom plugin
I am creating wordpress custom plugin and in that i will use 'imagick' class. Here are the sample code that is use in my custom plugin php file: but in that code i have an error like: Fatal error: Uncaught Error: Class 'Imagick' not found...
is it possible to replace the use of gd_lib with imagick or ImageMagick?
i'm looking around for a solution since weeks and can't make anything work yet. the problem is that my server is running debian/lenny and it's not supporting the bundled gd_lib which i need for thumbnailing/cropping stuff. but i could make use of imagick or imagemagick (package vs plugin). my question is: is there any way to replace the gd function...
How to upload imagick resource to media in wordpress
I have above code.. i have successsfully generated image.. $im But i have to save image to.. media in wordpress as a featured image ? Any idea.. tried every thing
How to install Imagick or resolve issue
I am running Site on Wordpress latest version. when I do Site health Check it gives me following errors, The WordPress Hosting Team maintains a list of those modules, both recommended and required, in the team handbook (opens in a new tab). Warning The optional module, imagick, is not installed, or has been disabled. I search and try to install but...
Imagick or header issue in wordpress and save that image to specific directory
Hi i write some code for images to be put side by side.I use Imagick library for that purpose.This is my code. But the output is not what i suppose to be.this is output.I write this code under the plugin/ files.Also i want to save that image to directory like "localhost/wordpress/uplaod_pic/".

Also ask

We use cookies to deliver the best possible experience on our website. By continuing to use this site, accepting or closing this box, you consent to our use of cookies. To learn more, visit our privacy policy .