Quote:
Originally Posted by Lynne
what do you have entered into AdminCP > Settings > Options > image settings > ImageMagick Binary Path ?
(I don't even have a test version of 3.6, but I assume that is there.)
|
/usr/local/bin
I've also tried..
/usr/bin
and ...
/ (I moved convert to / just on whim to try)
--------------- Added [DATE]1344704173[/DATE] at [TIME]1344704173[/TIME] ---------------
We figured it out. We're in a plesk based system and had to dig out where the safe_mode was set since I had turned it off in the php.ini.
For reference for those who also use plesk type systems (dedicated Parallels virtual servers) try to find the following path:
/var/www/vhosts/<domain>/conf
And look for httpd.include file. Edit that file with vi or a similar edit and set the safe_mode from on to off. (there are two locations for it in the file)
My headache can finally go away.