• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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