• When I login to my website through ftp, I find error_log files in several different folders. They are different sizes but they all contain the exact same error message:
    [04-Nov-2021 19:05:45 America/Chicago] PHP Warning: Version warning: Imagick was compiled against Image Magick version 1650 but version 1654 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0.(different dates & times of course)
    I searched and discovered Imagick is related to the ImageMagick PHP extension. But when I check WordPress and cPanel for any installation of ImageMagick, I can find no trace of it. I am on the latest version of WordPress and ver. 7.4.25 of PHP. Anyone have any idea why this error and how to fix it when I can not find ImageMagick installed on my site?
    Thanks.

    • This topic was modified 4 years, 6 months ago by Yui. Reason: moved to fixing wordpress
Viewing 3 replies - 1 through 3 (of 3 total)
  • ImageMagick is a command-line utility for creating and modifying images.

    Imagick is a native PHP extension to create and modify images using the ImageMagick API.

    So Imagick needs ImageMagick.

    Both are server software provided by your host. WordPress merely uses whatever is loaded by your webserver.

    So unless you’re running your own private server, you have no control over these at all, and the only thing you can do is contact your host.

    Moderator Yui

    (@fierevere)

    永子

    There is a version mismatch, PHP Imagick has to be compiled against same version of ImageMagick, if versions differ – there will be this warning.

    You can ignore it as its just noisy, but harmless.

    Solution:
    – Report this to your webhosting support

    Thread Starter batbytes

    (@batbytes)

    Thank you both. I will contact my host.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Getting errors about an image…’ is closed to new replies.