coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: Kitn on September 14, 2005, 09:28:54 PM

Title: The previous file could not be placed. You have successfully placed all the file
Post by: Kitn on September 14, 2005, 09:28:54 PM
I am getting an error when trying to upload files. The dirs are 777 as needed and I am uploading into an album I created. This is the error I get.

The previous file could not be placed.
You have successfully placed all the files.

I have created a test account on my site. Could someone please take a look? I would really appreciate it.
http://www.cheshrkitn.com/copper
login: test
pw: test

Thanks :)
Title: Re: The previous file could not be placed. You have successfully placed all the file
Post by: Nibbler on September 14, 2005, 09:55:36 PM
Error executing ImageMagick - Return value: 127

Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 44x100 'albums/userpics/10003/avatar.png' 'albums/userpics/10003/thumb_avatar.png'


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


You need to determine and specify the correct path to imagemagick in config or switch to GD2 if available.
Title: Re: The previous file could not be placed. You have successfully placed all the
Post by: Kitn on September 14, 2005, 10:14:16 PM
Ok I'll try to figure it out. Thanks Nibbler! :)