Skip to main content

imagick installation error?

Comments

11 comments

  • andrew.n
    Go to WHM then Module Installers then PECL and there type "imagick" then click on install. Do it for all of the PHP versions you want and this way it will work fine :)
    0
  • ffeingol
    Depending on your install you may also need: yum install ImageMagick-devel
    You'll know because the PECL install will fail (if it needs the devel libraries).
    0
  • jdn1976
    Go to WHM then Module Installers then PECL and there type "imagick" then click on install. Do it for all of the PHP versions you want and this way it will work fine :)

    I try to install using WHM > Modules Installers > PECL and imagick but did not solve the issue. It shows the same error on WHMCS. This is odd, because it only happens on WHMCS script. Wordpress, etc, seems to be fine. Any ideas?
    0
  • ffeingol
    Are you running 'vanilla' cPanel/WHM/CentOS or are you running CloudLinux and/or LiteSpeed Web server? I have you check the phpinfo (Utilities, System, PHPInfo) to see if says anything about imagick?
    0
  • jdn1976
    Are you running 'vanilla' cPanel/WHM/CentOS or are you running CloudLinux and/or LiteSpeed Web server? I have you check the phpinfo (Utilities, System, PHPInfo) to see if says anything about imagick?

    Are you running 'vanilla' cPanel/WHM/CentOS or are you running CloudLinux and/or LiteSpeed Web server? A: No. It is a CentOS 7. No vanilla or LiteSpeed or CloudLinux. It is Apache web server. I have you check the phpinfo (Utilities, System, PHPInfo) to see if says anything about imagick? A: Yes I see: php72/root/etc/php.d/imagick.ini, /opt/cpanel/ea-php72/root/etc/php.d/zzzzzzz-pecl.ini imagick
    imagick module enabled
    imagick module version 3.4.4
    imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel
    Imagick compiled with ImageMagick version ImageMagick 6.9.10-68 Q16 x86_64 2020-04-01 ImageMagick
    Imagick using ImageMagick library version ImageMagick 6.9.10-68 Q16 x86_64 2020-04-01 ImageMagick
    ImageMagick copyright " 1999-2019 ImageMagick Studio LLC
    ImageMagick release date 2020-04-01
    ImageMagick number of supported formats: 230
    0
  • ffeingol
    Based on the phpinfo, it's installed and PHP "sees" it just fine. I'd suggest opening a ticket with WHMCS support.
    0
  • jdn1976
    Hello, I solve the issue! I just removed the file: /opt/cpanel/ea-php72/root/etc/php.d/imagick.ini from all ea-php, and restart php-pfm and solve the issue!
    0
  • andrew.n
    nice one, congrats!
    0
  • cPJeremy
    Hello! I am glad that you were able to resolve this, and you were able to receive positive help from others!
    0
  • Gino Viroli
    Out of curiosity, why is imagick missing in EasyApache 4 available PHP extensions in WHM?
    0
  • cPRex Jurassic Moderator
    ImageMagick, or any variation of that such as Imagick, has never been part of the EasyApache 4 configuration. These always get installed through yum or pecl.
    0

Please sign in to leave a comment.