Php upgrade and missing module

Today I upgraded the letsencrypt container to v1.5.0-ls128 Build-date:- 2020-06-20T11:30:38-04:00

After the upgrade all my wordpress websites are complaining about these 2 things.

Basically php needs to be upgraded, and module imagick is missing.

I’m assuming that at some point the letsencrypt container will be upgraded to use a later version of php, so that would fix the first issue.

The second is, do I want to enable the imagick module? I’m assuming it was disabled for a reason. And if I want to enable it, how do I go about that?

Thanks

Php is coming from the alpine repo: https://pkgs.alpinelinux.org/packages?name=php7&branch=v3.12

Imagick php module was broken, so we removed it: https://gitlab.alpinelinux.org/alpine/aports/-/issues/11522

I’ll create a mod for imagick. Stay tuned

1 Like

Try this to install imagemagick: https://github.com/linuxserver/docker-mods/tree/letsencrypt-imagemagick

1 Like

just wanted to mention that I am now using the swag container and wordpress 5.5 and a new item appeared on the list of recommended improvements

I imagine you’re going to need to share the config you used for wordpress as we dont have a reverse proxy config, just a default template… what changes did you make?

I can tell you that I am on 5.5.1 and have no such error, while running via our RP container.

Actually after upgrading 12 websites to 5.5.1, the message is gone. Only the other 2 remain.

cool, so issue was on wordpress’s end and we’re good to go :slight_smile:
glad you got it solved