• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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