• My site has the Imagick Module installed, recognizes it, but still appears to be using WP_Image_Editor_GD.

    Under Site Health -> Media Handling, I see this:
    Active editor	WP_Image_Editor_GD
    ImageMagick version number	1690
    ImageMagick version string	ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org

    I tried de-activating all my plugins, didn’t help.
    I installed the ImageMagick Engine plugin, didn’t help.
    I aimed ImageMagick Engine plugin at the the module and the command line, it didn’t help.
    I added code to the function.php to remove WP_Image_Editor_GD from options, it left me with no image editor being active.

    Any other de-bugging tips I can try?

    I’m running PHP 8, on a LiteSpeed server, with the lsphp80-imagick installed.

    • This topic was modified 3 years, 4 months ago by David Degner.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello David,

    Are you using the same PHP version 8.0 on your website? Try to check if your website running on another PHP version or not?

    And, make sure the ImageMagick extension is properly installed by running this command as root:

    phpX.Y-sp -i | grep imagick

    Thread Starter David Degner

    (@ddegner)

    Yep, Everything is PHP 8.0 ( PHP version 8.0.7 according ti Site Health)

    After running that command it looks like the module is installed and enabled.

    It’s really confusing.

    localhost:~# php8.0 -i | grep imagick
    /etc/php/8.0/cli/conf.d/20-imagick.ini,
    imagick
    imagick module => enabled
    imagick module version => 3.4.4
    imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
    imagick.locale_fix => 0 => 0
    imagick.progress_monitor => 0 => 0
    imagick.set_single_thread => 1 => 1
    imagick.shutdown_sleep_count => 10 => 10
    imagick.skip_version_check => 1 => 1

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Imagick Module recognized, but not used’ is closed to new replies.