PHP Warning: Version warning: Imagick was compiled against ImageMagick version 1799 but version 1802 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
2
votes
2 Answers
3
votes
Try to use this version ImageMagick-7.0.7-25-Q16-x64-dll.exe
you can download from here https://sourceforge.net/projects/imagemagick/files/im7-exes/
It's because the version that you installed from https://imagemagick.org/script/download.php#windows is different from https://windows.php.net/downloads/pecl/deps/, so you need to downgrade the version to ImageMagick-7.0.7-25-Q16-x64-dll.exe
NB: make sure that you using x86 or x64