• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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