imagick still not dettect

kang28ivan

Verified User
Joined
Mar 16, 2017
Messages
39
Hello

after wordpress update and have Site Health Status, he always gives a notification "The optional module, imagick, is not installed, or has been disabled."

I try install imagick with custom build and build php but no luck.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set imagick yes
./build imagick

on php info still not available, this makes me dizzy because some users are concerned about this.
Please help to resolve this issue.

Thank you
 
Are you using CloudLinux

What's the output of:
Code:
php -i | grep -i imagick
 
Back
Top