Upload problem without IM error message Upload problem without IM error message
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Upload problem without IM error message

Started by TerryG, May 02, 2005, 08:21:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TerryG

Hey Folks,

Here's a variation on having problems with uploads that I just solved.  I thought I'd post it in case anyone else gets stuck in the same way.

Users were unable to upload files all of a sudden.  I was getting an error message "can't place photo XYZ in album"  and "couldn't create thumbnail" but I was NOT receiving any ImageMagick errors (like error number 127)

My problem was that I had bad (or unknown) parameters specified for the IM command, so IM was aborting WITHOUT any error message.  I meant to specify in my configuraiton "-antialias  -strip" but I confused -strip with -profile '*' and so erroneously put "-antialias  -strip '*' "

So if you seem to have an IM error but no error message, check your command line arguments.

Terry