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...
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 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...
Also ask