Posted by ponkarthik on January 12, 2006 at 12:43pm
| Project: | CAPTCHA |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Version: Drupal 4.7 beta 3
I have GD without TTF support. Captcha outputs following error in administer>settings>captcha
# Your image library does not seem to have TrueType font support. Captcha will work, but will use the default inbuilt font.
# The settings have not been saved because of the errors.
I am not able to save the settings. But still captcha works for comments. But it does not work for user registration.
Karthik
Comments
#1
I fixed the form, well, at least I was able to get it to save, I changed form_set_error() to drupal_set_message($message,'status'). form_set_error() should not be used to display status messages. Maintainer / author may want to check code for other incorect uses of form_set_error() that will proabably result in more people not able to save form, but for other reasons.
#2
Sorry, sorta screwed up, I fixed the form, but not the issue with captchas not showing up at registration, also I did not check the box to show capcha's to registered users, but registered users are still getting them.
#3
Scratch that, captchas are working at registration, as long as anon gets the the permision to access capcha's from access control. Registered user comments still getting captcha'ed despite module settings.
#4
Fixed.
#5
#6