imagick installation error?
Hello I have installed the imagick from a tutorial that I found on google:
ImageMagick
Copyright: " 1999-2019 ImageMagick Studio LLC
License: ImageMagick
Features: Cipher DPC Modules OpenMP(3.1)
Delegates (built-in): bzlib cairo fontconfig freetype gslib jng jpeg lcms ltdl lzma openexr pangocairo png ps rsvg tiff wmf x xml zlib
[root@host07 etc]#
(seems to be still installed even I remove using yum)
and here:
[root@host07 modules]# pwd
/opt/cpanel/ea-php73/root/usr/lib64/php/modules
[root@host07 modules]#
[root@host07 modules]# ls
bcmath.so gettext.so pdo_mysql.so sqlite3.so
bz2.so gmp.so pdo_pgsql.so tidy.so
calendar.so iconv.so pdo.so tokenizer.so
ctype.so imap.so pdo_sqlite.so wddx.so
curl.so intl.so pgsql.so xmlreader.so
dba.so ioncube_loader_lin_7.3.so phar.so xmlrpc.so
dom.so json.so posix.so xml.so
enchant.so ldap.so pspell.so xmlwriter.so
exif.so mbstring.so simplexml.so xsl.so
fileinfo.so mysqli.so snmp.so zip.so
ftp.so mysqlnd.so soap.so
gd.so opcache.so sockets.so
[root@host07 modules]
I already checked the WHM > MultiPHP INI Editor > Editor Mode
and try to find "imagick" but did not find anything.
What I am missing?
-
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 -
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 -
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 -
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 -
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 imagickimagick 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 -
Based on the phpinfo, it's installed and PHP "sees" it just fine. I'd suggest opening a ticket with WHMCS support. 0 -
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 -
nice one, congrats! 0 -
Hello! I am glad that you were able to resolve this, and you were able to receive positive help from others! 0 -
Out of curiosity, why is imagick missing in EasyApache 4 available PHP extensions in WHM? 0 -
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.
Comments
11 comments