convert path ok
convert CLI check out ok
when uploading an image
we get the following error:
ImageMagick is not properly configured. Please check your settings and then try again.
path_to_convert has been set to /usr/bin/convert and /usr/local/bin/convert
and both produce the error.
odd thing is that in the httpd error.log file we see
sh: /convert: No such file or directory
seems that the convert path setting is being parsed out as only the last string in the path.
messing around with the convert path - i entered /usr/bin/mysterious-error
and had
sh: /mysterious-error : No such file or directory
we're a bit stymied.
anybody have any ideas.
thanks.

