imagemagick return error = 127? imagemagick return error = 127?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

imagemagick return error = 127?

Started by shellie, September 23, 2005, 09:21:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shellie

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!

Aditya Mooley

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.
--- "Its Nice 2 BE Important but its more Important 2 Be NICE" ---
Follow Coppermine on Twitter

shellie

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