skip to Main Content

I have Installed Imagick in my WHM with php pecl. But when i using imagick it through error "You need to install the imagick extension to use this back end"

I treid to enable extension in my cpanel. But in my cpanel does not have this tool "Select PHP Versions"

2

Answers


  1. Chosen as BEST ANSWER

    I fixed this by restart apache using this comand /scripts/restartsrv_apache_php_fpm


  2. If its Linux based and you have command line access in cpanel then you can try installing it via the command line using the following command

    sudo yum install php-imagick
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search