Imagick issues after migration

I believe you need a later version of imagick to be fully compatible with PHP 7.2+

My version 7

imagick.jpg
 
Have you tried running command "pecl install imagick" to get the actual imagick php extension build?
 
For PHP 7.2 I had to compile my own imagemagick from the source rather than via yum as the repo versions are version 6, but you need version 7.
 
I'm guessing this is centos? try yum install php-pear and after that the pecl command. Not that familiar with CentOS myself, but pecl should get installed via that package according to my quick google search.

Hmmm. The plot thickens!

F0E5539F-AFBC-4F13-B3DF-89305597C3A3.webp
 
Back
Top Bottom