Knowledgebase: General Questions
Captcha not displayed
Posted by Nick Costa on 16 December 2014 07:25 AM

If the captcha is broken on your server it is more likely that the php function "imagettftext" isn't available which is needed to convert a text into a captcha image file.
Basic GD functionality should be enabled on the server which is needed for image transformations.
For captcha functionality (rendering a text to an image file using a specific font file) you also need FreeType :
According to the php manual at: http://php.net/manual/en/function.imagettftext.php
"This function requires both the GD library and the » FreeType library."

(1 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).