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