Help to install ImageMagick

No, I'm not using Centmod.
Nimbus Hosting setup it for me.
I just tried to install imagick myself.
 
might want to check php module listing too, in SSH you can type

Code:
php -m

i.e.

Code:
php -m

[PHP Modules]
apc
bcmath
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
filter
ftp
gd
gettext
hash
iconv
igbinary
imagick
imap
json
libxml
mbstring
mcrypt
memcache
memcached
mhash
mysql
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
zip
zlib
 
All I have is this:
Code:
root@phcorner-net [~]# php -m
[PHP Modules]
apc
bcmath
calendar
Core
ctype
curl
date
dom
ereg
filter
ftp
gd
hash
iconv
imap
ionCube Loader
json
libxml
mysql
mysqli
openssl
pcre
Phar
posix
Reflection
session
SimpleXML
sockets
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
zlib

[Zend Modules]
the ionCube PHP Loader

root@phcorner-net [~]#
 
Everything was fine until I upgraded to php7.1.

Is there somewhere to add more memory for the actual ImageMagick PECL Extension or what could this be?

I can't upload very large images even though I have upped my php memory to 256 meg, in ACP upped my Maximum Attachment File Size (KB) to 40000.

If I switch in ACP to PHP built-in GD image library, I have no issues.
 
Top Bottom