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

CommentFileSizeAuthor
#1 captcha_0.diff555 bytesjon@jony.net
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jon@jony.net’s picture

Status: Active » Fixed
FileSize
555 bytes

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.

jon@jony.net’s picture

Status: Fixed » Active

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.

jon@jony.net’s picture

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.

arnabdotorg’s picture

Fixed.

arnabdotorg’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)