greengeeks drupal install imagemagik 'path /usr/bin/convert' does not exists error
- by letapjar
I just signed up with greengeeks.
I have a drupal install (6.19) on my public_html directory.
The ImageMagic Toolkit can't find the binary - the error I get is "the path /usr/bin/convert"
does not exist.
when I use a terminal and do 'which convert' it shows /usr/bin/convert
also, I have a second drupal install in an addon domain - it's home directory is above the public_html directory (in a directory called '/home/myusername/addons/seconddomain')
The drupal install in the addon domain finds the imagemagick binary just fine.
I am at a total loss as to why the original install cannot find the binary.
The tech support guys at greengeeks have no clue either.
Any ideas of things to try?