Error executing ImageMagick - Return value: 1 Error executing ImageMagick - Return value: 1
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Error executing ImageMagick - Return value: 1

Started by debstl, September 03, 2005, 08:45:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

debstl

I get this error when I try to upload photos:

The file 'albums/userpics/10001/rent01~0.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 1


Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 100x91 'albums/userpics/10001/rent01~0.jpg' 'albums/userpics/10001/thumb_rent01~0.jpg'



The convert program said:
mkdir: cannot create directory `/usr/bin/.libs': Permission denied
/usr/bin/convert: line 1: /usr/bin/gcc: Permission denied



File: /home/debstl/public_html/gallery/db_input.php - Line: 305

I created a test account
Username: Test User
Password: test

Thanks in advance

Joachim Müller

Go to coppermine's config and switch "Method for reszing Images" to "GD2". Report if this works for you.

debstl