coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: debstl on September 03, 2005, 08:45:24 AM

Title: Error executing ImageMagick - Return value: 1
Post by: debstl on September 03, 2005, 08:45:24 AM
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
Title: Re: Error executing ImageMagick - Return value: 1
Post by: Joachim Müller on September 03, 2005, 12:39:47 PM
Go to coppermine's config and switch "Method for reszing Images" to "GD2". Report if this works for you.
Title: Re: Error executing ImageMagick - Return value: 1
Post by: debstl on September 03, 2005, 08:58:55 PM
It worked, thanks for your help!