Skip to main content

Version warning: Imagick was compiled against ImageMagick version 1692 but version 1693 is loaded.

Answered

Comments

7 comments

  • cPRex Jurassic Moderator

    Hey there!  There was a recent Imagick update that caused this issue.  You'll just want to reinstall the PECL package using the specific PHP version.  For example, if you're using PHP 8.1, you'd run these commands:

    /opt/cpanel/ea-php81/root/usr/bin/pecl uninstall imagick
    /opt/cpanel/ea-php81/root/usr/bin/pecl install imagick

    Just repeat that for every PHP version you're using and that should resolve the issue for you. 

    1
  • Mark Hudson

    That worked, thanks!

    0
  • cPRex Jurassic Moderator

    I'm glad that did the trick!

    0
  • jimlongo

    When I run the install, I get this prompt, which I just leave empty and hit return.  The installation then proceeds.  Is that ok?

    Please provide the prefix of ImageMagick installation [autodetect] :
    0
  • cPRex Jurassic Moderator

    jimlongo- correct!

    0
  • dexter2323

    Hello I have same problem I unistalled imagick and reinstalled but continue same problem

    AlmaLinux v8.10.0 STANDARD standard
    cPanel Version

    [10-Dec-2024 03:59:07 UTC] PHP Warning: Version warning: Imagick was compiled against ImageMagick version 1692 but version 1693 is loaded. 

    $ /opt/cpanel/ea-php74/root/usr/bin/pecl uninstall imagick

    $ /opt/cpanel/ea-php74/root/usr/bin/pecl install imagick

     

    [10-Dec-2024 03:59:07 UTC] PHP Warning: Version warning: Imagick was compiled against ImageMagick version 1692 but version 1693 is loaded. Imagick will run but may behave surprisingly in Unknown  on line 0 





    0
  • cPRex Jurassic Moderator

    dexter2323 - if the reinstall isn't fixing the issue we would likely need to see a ticket.  Could you submit one so this can be investigated?

    0

Please sign in to leave a comment.