image upload problem

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.

I am having the same problem with the "ImageMagick is not properly configured. Please check your settings and then try again." message. Haven't looked into it in any more depth yet. Does anyone have any ideas?

Being curious, I emailed my server people, who said,

"Probably your CMS [Omeka] requires forceful path for ImageMagick. The location of ImageMagick on our server: /usr/bin/convert"

So, does anyone know where to go from here?

Thanks!

Did you put '/usr/bin/convert' in as your Path To Convert setting?

Also, if you're using the latest Omeka (1.0), keep in mind that this has changed to be only the directory containing ImageMagick, so in your case, /usr/bin

Let us know if that helps.