Help in installing.. path to convert in ImageMagick Help in installing.. path to convert in ImageMagick
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Help in installing.. path to convert in ImageMagick

Started by eudora, February 12, 2004, 10:47:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

eudora

I am on shared hosting. I am certain I have ImageMagick installed.
But CPG keeps telling me the path
The installer can not find the '/usr/local/bin/convert/' directory you have specified for ImageMagick or it does not have permission to access it. Check that your typing is correct and that you have access to the specified directory.

here is my php info page. I have added one more line to display the paths to 'convert'

http://www.fakedevil.com/testpath.php

Can anyone help? thanks

Carsten

Quote from: "eudora"The installer can not find the '/usr/local/bin/convert/'
So many people with the same problem (see http://forum.coppermine-gallery.net/index.php?topic=3709) ... the right directory is "/usr/bin/" or "/usr/local/bin/", with a file named "convert" in it.

eudora

Quote from: "Carsten"
Quote from: "eudora"The installer can not find the '/usr/local/bin/convert/'
So many people with the same problem (see http://forum.coppermine-gallery.net/index.php?topic=3709) ... the right directory is "/usr/bin/" or "/usr/local/bin/", with a file named "convert" in it.

i tried
/usr/bin/convert
/usr/local/bin/convert

both cannot

Casper

Please try what Carsten said, either "/usr/bin/" or "/usr/local/bin/", NOT "/usr/bin/convert" or "/usr/local/bin/convert".
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here