• 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.

Question How to install ImageMagick with 17.8 and ubuntu 16.04?

onki

Regular Pleskian
Hi,

I need ImageMagick to do image manipulation through a cron job and PHP based. As far as I understand these are two different modules so that the server side version must be installed in ubuntu while the PHP part of Plesk?

Best regards

Onki
 
If not installed yet, it can be installed like this on Debian and Ubuntu for example:
# sudo apt-get install imagemagick

the php part "imagick" should be available by default on the PHP Verisons of Plesk
How to install additional PHP versions provided by Plesk

you can check this via Plesk Panel > Domain > your Domain > PHP Settings > View the phpinfo() page

verify also Plesk Panel > Tools & Settings > PHP Settings > select the php Version > check that the imagick modul is enabled
 
Last edited:
Back
Top