I have a cfm file that has been working for years on a remote shared server, which saves an uploaded image, crops it, resizes it and then saves it to a different folder as a thumbnail.
The upload save, get image metadata, resize, and save of resized file all work fine, but if I include the imageCrop line, then it fails silently at that point with no error.
It looks as though the imageCrop function is failing to load the image to manipulate it. But since everything else works, I can't think how this could be.
Anyone got any clues where I can look.
Doug