Page 1 of 1

*** SOLVED *** Captcha problem

Posted: Wed Apr 17, 2024 7:22 am
by jdd99
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.

Re: Captcha problem

Posted: Wed Apr 17, 2024 8:07 am
by Pablo
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?

Re: Captcha problem

Posted: Thu Apr 18, 2024 2:13 am
by jdd99
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.