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
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.
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
Please try what Carsten said, either "/usr/bin/" or "/usr/local/bin/", NOT "/usr/bin/convert" or "/usr/local/bin/convert".