O onki Regular Pleskian Sep 3, 2018 #1 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
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
Brujo Silver Pleskian Plesk Guru Sep 3, 2018 #2 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: Sep 5, 2018
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