Error executing ImageMagick - Return value: 127 Error executing ImageMagick - Return value: 127
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Error executing ImageMagick - Return value: 127

Started by flowtography, June 07, 2007, 08:25:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

flowtography

Help!

I've been trying to upload some images, changed all the size parameters and stuff so that the image I'm trying to upload fits all the specs, but I keep getting this message:

Critical error
The file 'albums/userpics/tn_DSC_7753~2.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Don't know what to do

flowtography

The file 'albums/userpics/tn_DSC_7753~2.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 66x100 'albums/userpics/tn_DSC_7753~2.jpg' 'albums/userpics/thumb_tn_DSC_7753~2.jpg'


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


File: /home/trixxy/public_html/b/db_input.php - Line: 402

Nibbler

Either you don't have ImageMagick installed or it is not where you told Coppermine it was. Either get it installed and set the path correctly or use GD2 if available. Search before posting.