I have a Signup form and I try to enable the Default Captcha (letter pattern). After I publish (to my local server for testing), the Captcha only shows a broken image link. I must be missing some file or something, I don't get any error messages or warnings. I also tried the Math pattern with the same broken result. Any idea what I could be missing?
Thanks.
*** SOLVED *** Captcha problem
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Captcha problem
I need more information to help you.
Does your server support the gd-library (see the help)?
What are your exact settings?
Did you check the PHP error log of the server?
Does your server support the gd-library (see the help)?
What are your exact settings?
Did you check the PHP error log of the server?
Re: Captcha problem
I knew it was simple, you were right. Turns out the GD extension in php.ini was commented out. Since the generated Signup code tests for the missing GD Library and I did not get that error, I had assumed that was not the problem. I said the word I loathe, "assumed", my bad.
Thanks for the quick reply and excellent support, Pablo.
Thanks for the quick reply and excellent support, Pablo.