coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: obess on August 29, 2007, 12:33:35 AM

Title: File cannot be placed
Post by: obess on August 29, 2007, 12:33:35 AM
Hello everyone, I hope I can get some help with the problem I am having. I have read through the other topics but none seem to be about the same problem I am having. I can upload the pictures I want but when I go to place the picture in a folder is keeps telling me the file could not be placed. I have been using this photo gallery for over a year and just recently have I been getting this error.

This is the error I get when trying to place a file
The file 'albums/userpics/10009/P8052677~0.JPG' can't be inserted in the album

Error executing ImageMagick - Return value: 127

Cmd line :
/usr/bin/convert -quality 80 -antialias -geometry 100x75 'albums/userpics/10009/P8052677~0.JPG' 'albums/userpics/10009/thumb_P8052677~0.JPG'


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


File: /home/cayde2/public_html/db_input.php - Line: 391

I have created a test account

user: testuser
pass: testuser1

if any could help me out I would appreciate it.

Thanks
Title: Re: File cannot be placed
Post by: Nibbler on August 29, 2007, 12:39:36 AM
I don't have time to sit here and guess the url to your gallery, sorry.

Error 127 means you either don't have imagemagick installed or it is not where you told Coppermine it is. Either enter the correct path to imagemagick in config or use GD2 if available.
Title: Re: File cannot be placed
Post by: obess on August 30, 2007, 01:00:26 AM
my apologies

http://www.caydenonline.com/login.php

thanks again for any help
Title: Re: File cannot be placed
Post by: Joachim Müller on September 04, 2007, 10:06:10 AM
Quote from: Nibbler on August 29, 2007, 12:39:36 AM
Error 127 means you either don't have imagemagick installed or it is not where you told Coppermine it is. Either enter the correct path to imagemagick in config or use GD2 if available.
Did you do as Nibbler suggested?