imagick module

0

Hi, started a Lightsail Wordpress stack a few days ago.

Is this standard for Wordpress Menu > Tools >Site Health to say the following?:

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

Active editor WP_Image_Editor_GD
ImageMagick version number Not available
ImageMagick version string Not available
GD version bundled (2.1.0 compatible)
Ghostscript version 9.05

ADDT´L INFO:

I´ve installed a few plugins having to do with images: TinyPNG & Safe SVG

What should I do next?

Thanks!
Sofia

Edited by: SOFI on Nov 14, 2019 8:10 AM

Edited by: SOFI on Nov 14, 2019 8:12 AM

Edited by: SOFI on Nov 14, 2019 8:28 AM

Edited by: SOFI on Nov 14, 2019 8:29 AM

Edited by: SOFI on Nov 14, 2019 8:31 AM

SOFI
posta 4 anni fa690 visualizzazioni
6 Risposte
1

Hi, David:

I contacted Bitnami as well and this is the response, in case anybody else needs it:

"imagick extension is included in our WordPress solution. In order to enable it, you should follow these steps:

Access your instance via SSH
Edit your /opt/bitnami/php/etc/php.ini file and change
;extension=imagick.so

by

extension=imagick.so

Restart php-fpm:
sudo /opt/bitnami/ctlscript.sh restart php-fpm

Since it is recommended, I'm going to enable it by default for future releases."

Thank you for your help. Have a great day.

Sofia

SOFI
con risposta 4 anni fa
  • It worked. Thanks!

0

What blueprint did you use?

You probably need to install the php imagemagick module. Something like php71-pecl-imagick (for the version of PHP you are using).

profile picture
David G
con risposta 4 anni fa
0

Appreciate your response, David.

The Lightsail instance description says the following:

WordPress Certified by Bitnami and Automattic 5.2.2-3
Bitnami, the leaders in application packaging, and Automattic, the experts behind WordPress, have teamed up to offer this official WordPress image. This image is a pre-configured, ready-to-run image for running WordPress on Amazon Lightsail.

I´m trying to figure out if this module is truly optional. Will my site´s functionality be compromised without it?

SOFI
con risposta 4 anni fa
0

Well, if Wordpress says it's optional, then it's probably optional.

That said, if you want to install it, try this command:

sudo apt-get install php-imagick

david

profile picture
David G
con risposta 4 anni fa
0

Thank you for the above info. I have two Lightsail instances. It worked perfectly on one of my Lightsail wordpress instances. However for the other one, the one ending in kilimler, it gave me the

"Unable to load dynamic library '/opt/bitnami/php/lib/php/extensions/imagick.so"

error because it was not installed in that instance... I looked into installing it, but it looks like a complicated process that would need manual upgrades etc...

Can bitnami engineers install this on my instance?

con risposta 3 anni fa
0

Bitnami doesn't support the instances, they just created the blueprint. They can't fix it.

You'll have to make sure imagick is installed.

Try running sudo apt-get install php-imagick

That should install the php module and dependent packages.

profile picture
David G
con risposta 3 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande