coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: shellie on September 23, 2005, 09:21:38 AM

Title: imagemagick return error = 127?
Post by: shellie on September 23, 2005, 09:21:38 AM
i've seen return error =1 but the one i'm getting is this:

**
Error executing ImageMagick - Return value: 127

Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 100x56 'albums/vicki/1.jpg' 'albums/vicki/thumb_1.jpg'


The convert program said:
sh: /usr/bin/convert: No such file or directory
**

the server i'm on is linux. can someone suggest what i can do? i've tried the troubleshooting tips in config and it didn't work.

all the folders are chmod to 777. i've tried 755 too and that made it worse.

here is the link: http://vicki-zhao.com/photos

thank you!
Title: Re: imagemagick return error = 127?
Post by: Aditya Mooley on September 23, 2005, 09:48:24 AM
Quote
The convert program said:
sh: /usr/bin/convert: No such file or directory

convert program is not available in the path you have specified. Please recheck and add the correct path otherwise use GD.
Title: Re: imagemagick return error = 127?
Post by: shellie on September 23, 2005, 04:09:34 PM
Quote from: Aditya Mooley on September 23, 2005, 09:48:24 AM
Quote
The convert program said:
sh: /usr/bin/convert: No such file or directory

convert program is not available in the path you have specified. Please recheck and add the correct path otherwise use GD.

thank you so much! that worked! :D