*** SOLVED *** Captcha problem

Issues related to forms.
Post Reply
jdd99
 
 
Posts: 15
Joined: Sat Mar 09, 2024 12:45 am

*** SOLVED *** Captcha problem

Post 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.
User avatar
Pablo
 
Posts: 22252
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Captcha problem

Post 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?
jdd99
 
 
Posts: 15
Joined: Sat Mar 09, 2024 12:45 am

Re: Captcha problem

Post 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.
Post Reply