Page 1 of 1

ImageMagick: Coppermine or Gallery and PLesk 9.x

Posted: 2010-09-26T19:41:02-07:00
by exrace
Has anyone been successful getting ImageMagick to work under plesk 9.x?
I have tried removing all open_basedir restrictions using "php_admin_value open_basedir none" but both Gallery and Coppermine which want to use the "\convert" to do the conversions can't either find or run it.

When I run "which convert" in ssh shell as root it returns "/usr/bin/convert" and the convert tests work fine.
# convert logo: logo.gif
# identify logo.gif
logo.gif GIF 640x480 640x480+0+0 8-bit PseudoClass 256c 38.3KB 0.000u 0:00.000

GD works fine on this setup but I would like to use the faster ImageMagick for the galleries I am setting up.
Any help or hints appreciated.