confusing uploading error. confusing uploading error.
 

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

confusing uploading error.

Started by scotallan, October 16, 2008, 06:56:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scotallan

I've had coppermine for eight months, and I've never had a problem uploading.  Today however, I've been getting strange messages.

As soon as I pick the image I want to upload, I get this message:

Quote1 uploads were successful.

Please click 'Continue' to add the files to albums.

I click continue and everything is normal except the thumbnail of the photo I uploaded is a little red X box, so I go on and get this message:

QuoteThe previous file could not be placed.

You have successfully placed all the files.

And then no files were uploaded.

Fabricio Ferrero

Read Docs and Search the Forum before posting. - Soporte en espaƱol
--*--
Fabricio Ferrero's Website

Catching up! :)

scotallan

QuoteCritical error
The file 'albums/userpics/10001/Picture5~1.jpg' can't be inserted in the album

Error executing ImageMagick - Return value: 127


Cmd line :
convert -quality 80 -antialias -geometry 100x75 'albums/userpics/10001/Picture5~1.jpg' 'albums/userpics/10001/thumb_Picture5~1.jpg'



The convert program said:
sh: convert: command not found



Nibbler

Enter the path to 'convert' in config. If you don't have ImageMagick on the server then try GD2 instead.

scotallan

I've always had ImageMagick but the GD2 works now.

Thank you!