• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue imagemagick installed but not detected

nornagest

New Pleskian
Hi
i installed imagemagick but the extension is not detected!
I have done several tests and it seems installed correctly, for example:

Code:
root@server:/# convert -version
Version: ImageMagick 7.0.10-61 Q16 x86_64 2021-01-30 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP(4.5)
Delegates (built-in):

and

Code:
root@server:/# apt search php-imagick
Sorting... Done
Full Text Search... Done
php-imagick/focal,now 3.4.4-4 amd64 [installed]
  Provides a wrapper to the ImageMagick library

and

Code:
root@server:/# php -m | grep imagick
imagick

finally, I have enabled the extension in php.ini

Code:
extension=imagick

My system is a VPS with Ubuntu 20.04 and Plesk Obsidian.

This my phpinfo: PHP 8.0.1 - phpinfo()

Any idea?

Thanks!
 
The same story - Issue - memcached installed but not detected
As far as I know, Imagick is not supported by PHP8
But you can use it for Plesk PHP7.4:

# rpm -qa | grep -i imagick
plesk-php74-imagick-3.4.4-1centos.7.210111.1153.x86_64
plesk-php73-imagick-3.4.4-1centos.7.210111.1153.x86_64
 
Back
Top