File cannot be placed File cannot be placed
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

File cannot be placed

Started by obess, August 29, 2007, 12:33:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

obess

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

Nibbler

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.

obess


Joachim Müller

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?