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:
and
and
finally, I have enabled the extension in php.ini
My system is a VPS with Ubuntu 20.04 and Plesk Obsidian.
This my phpinfo: PHP 8.0.1 - phpinfo()
Any idea?
Thanks!
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!