tags:

views:

91

answers:

3

I am tring to get a form working on a new server but the captcha does not appear!

http://www.perfectclaims.com/ppiclaimsnew/

I know that the url for the captcha is right as it creates the session!

Does anyone know whats going on?

Thanks

A: 

The image generator is producing this error: Error in imagettfbbox function

Have you checked your logs?

UpTheCreek
+1  A: 

I ran the url directly and this is what I get

"Error in imagettfbbox function"

URL

Shoban
A: 

When writing code to generate an image it's often best to put the URL of the image generator directly into your browser until you know it's working for sure. As the other answers have pointed out, if you don't you're really stumbling in the dark when debugging.

Matthew Iselin