Skip to main content

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

Comments

4 comments

  • cPRex Jurassic Moderator

    Hey there!  Unfortunately the Pecl hasn't been released for PHP 8.3, so there isn't a way to get that working at this time.  There are more details about this here:

    https://support.cpanel.net/hc/en-us/community/posts/19653628594071

    but ultimately they just haven't released that tool for PHP 8.3 yet, so it is beyond our control.  You can see the last update was over 2 years ago here:

    https://pecl.php.net/package/imagick

    Now, with that being said, are you just getting that warning or is that actually keeping your work from being processed?  To me, that error message looks like a non-fatal warning and may be able to be ignored.

    0
  • PatrickVeenstra

    It is being processed, but emails are bounced back and because of this they're not sent anymore. So yes, it prevents the work from being processed.

    The "solution" -even though very ugly- would be to not output anything. I guess in Linux that would be to output to null. My current command (in the email filter) is: | php -q /home/account/script.php

    Can you provide me the exact command to output to null? (something like > NUL).

    0
  • cPRex Jurassic Moderator

    So I guess the question behind the question - why does email piping care about ImageMagick at all?  What specific call is leading to that error showing up?

    0
  • quietFinn

    does it help if you use:
    | /opt/cpanel/ea-phpXX/root/usr/bin/php -q /home/account/script.php
    where XX is the PHP version you want to use.

     

    0

Please sign in to leave a comment.