As a new drupal user I have been managing most of the problems I have encountered so far. However I find it difficult to overcome the message "The specified ImageMagic path /usr/bin/convert does not exist".

I have created this directory in several different places of my website trying to see if it helps, but it does not want to accept it. I even tried to change back to the built in toolkit with no success. All in all I have not been able to visualise any picture, yet although they are definitely uploaded, imported and HTML has been changed to full HTML.

When responding, please acknowledge, that I am a beginner. Thank you very much.

Best wishes

Martin

Comments

ScottBaetz’s picture

Martin,

This caused me great pain as well. What I've determined is that you MUST know what OS your server is running. The ImageMagic module is attempting to access libraries that are effectively unique to each OS. For me, we are on a MAC OS X, and for us /usr/bin/ worked great.

So, the key, find out your server type, and then locate the libraries you are attempting to access on the server.

You should be all set.

Best regards,

Scott Baetz
Web Developer
sbaetz@admininternet.net

Scott Baetz
Web Developer
sbaetz@admininternet.net
AdminInternet
http://www.admininternet.net

baxterjones’s picture

i had the same problem as stated above, except i solved by using the GD library instead.

what you could do to find the ImageMagick dir on the server is simply type in "locate imagemagick" (without ") then it should display the installed libraries with the name "imagemagick".

hope this helps

Anandyrh’s picture

Hi,
Even i am facing the same problem.Could any one please explain more about how to fix this below error.

Error it shows "The specified ImageMagick path /usr/bin/convert does not exist."

Regards,
Anand

Alberts24’s picture

I have the same problem.

dimitrix’s picture

Just install the Imagemagick on your server, it's all ;)
ie. Debian

apt-get install imagemagick
lipinponmala007’s picture

stierlitz......

as you said.... it was the solution.....adipoly(means marvelous in Malayalam)

pydubreucq’s picture

Hi,
I have the same problem, but the imagemagick package is installed...
The php5-imagick package is installed too
It's strange...
Thanks by advance

pydubreucq’s picture

Hi,
Sorry, I'm stupid, I had the safe_mode enable
Bye

jillianredwitch’s picture

Hi, mine is doing the same, it was running fine and then just stopped? We've changed server but don't understand why that would have changed it...

leilla’s picture

Jillianredwitch hello, I had the same problem, we changed server and it happens more to upload images to our site, if you knew how to solve the problem, I would appreciate your help

whistle’s picture

Hi,
We are having the same problem on our site, what did you to get it resolved?
Thanks very much.
Regards,
Adam

anthonyvz’s picture

I couldn't figure out how to add URLs to stop the blocking from open_basedir

So I just SSH'd into my server and copied the 'convert' file to 'domain.com/sites'

Everything is working fine now.