Hi All, I am trying to install a script that requires Imagemagick, which the script is saying its not installed... I did look at the main website for Imagemagick, but im not sure what effects this will have on my ISPConfig configuration, will it?? Anyone know how to or know of a site that will show me how to install it... Cheers guys, SiMiE
Imagemagick does not interfere with ISPConfig. The easiest way to install it is when you install the imagemagick package from your linux distribution.
Ok I have installed both Imagemagick and the magickwand for php, but I assume php configuration needs to be modified to use it, right? How do I do this??
The question is if your application needs imagemagick as php module or the imagemagick binary. Please install the imagemagick package from your linux distribution too and not only the imagemagick PHP module.
Yeh, i have installed both imagemagick 6.2.8 and imagemagick PHP module from fedora. The script requires the binary
The script says that safe_mode is on but when i go to php.ini (/etc/php.ini) its says safe_mode = Off ???
Also i have looked in the Vhosts_ispconfig.conf file and set safe mode flag to off, restarted ispconfig and httpd; script still saying safe mode is on...
You must disable safemode in the website settings, its the checkbox right below the PHP checkbox where you enabled PHP. Which of the binarys from the imagemagick suoite is used by your script, you will have to set the correct path to the imagemagick binaries in your script as this path varies from one linux distribution to another. What is the output of the command: which convert