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
질문됨 4년 전689회 조회
6개 답변
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
답변함 4년 전
  • 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
답변함 4년 전
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
답변함 4년 전
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
답변함 4년 전
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?

답변함 3년 전
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
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠