When I go to the registration form, I get a broken image link. When I paste tahat link directly into the browser, I get this:
CODE
Image error: Exception 425: Corrupt image `/my/web/htdocs/mt/images/captcha-source/j.png'
I've done all the basic checks I can think of:
- Image::Magick is installed and CaptchaSourceImageBase is correct in mt-config.cgi
- That path does indeed point to the right location.
- I've tested it several times, with 7 different letters. Same result each time.
- The image files check out fine in my art package, and also on the command line using the imagemagick tool identify.
- I've even copied and pasted the 4-5 lines of code from Captcha.pm where this error is occuring, and run it in a new cgi script, where it runs without any errors.
Any ideas how I might proceed now will be gratefully received!
