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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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