Hi,
I forgot to test my new set up in Internet Explorer and realized after a couple of weeks that the captcha image is a no show. (I just get a red cross) It does work perfect in Firefox.
Would anyone know if I have to adjust some kind of image code to make it display in IE because I've tried all sorts and have had no luck what so ever.
Any help would be appreciated.
Thanks,
Terry
I cannot reproduce this error.
Have you recently edited anything?
What version of IE and Firefox are you running?
Hi Vincent,
I have changed a few things cosmetically but that's it. Still works perfect in FF which is why I thought it was a little odd.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv.9.1.5) Gecko/20091102 Firefox/3.5.5
IE 8.0.7600.16385
Thanks
I also got such problems, but then in the opposite way.
I cannot create tickets in FF, but I can in IE...
I also just changed the template...
Then I don't know the fix, sorry :(
Thanks anyway Vincent. I appreciate you looking into it.
It's certainly an odd one, especially if yours works the other way :
I've disabled 'Captcha' for now but don't want to leave it off for too long.
The trial and errors continue ..............
At this point, when I call captcha.php, it APPEARS from the output that its trying to parse a PNG file.
But no image shows up on the form online at all...
Perplexed...
Have you tried to change the header?
include.class.php:#48
change
Header ("(captcha-content-type:) image/png");
to
header ("content-type: image/png");