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

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

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