coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: eudora on February 12, 2004, 10:47:50 AM

Title: Help in installing.. path to convert in ImageMagick
Post by: eudora on February 12, 2004, 10:47:50 AM
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
Title: Re: Help in installing.. path to convert in ImageMagick
Post by: Carsten on February 12, 2004, 12:32:12 PM
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.
Title: Re: Help in installing.. path to convert in ImageMagick
Post by: eudora on February 12, 2004, 06:10:00 PM
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
Title: Help in installing.. path to convert in ImageMagick
Post by: Casper on February 12, 2004, 06:24:43 PM
Please try what Carsten said, either "/usr/bin/" or "/usr/local/bin/", NOT "/usr/bin/convert" or "/usr/local/bin/convert".