I want to display captcha image instead of math question

enabled the module, can't find entry on access control page.

only option I have is

none
captcha/math

when setting which captcha to use on which node.

Am I missing something?

Any help is appreciated.

Thanks you,

Mark

Comments

diovi’s picture

same here

pug’s picture

Same problem here,

I have the latest versions of both textimage, and form_store modules installed, and permissions set to allow users access to textimage. But the only options available to me for all groups (incl a super user group that has full access to everything) is none or captcha/math.

pathscollide’s picture

Priority: Normal » Critical

I need this functionality too but apparently it's a problem with the textimage module, not with captcha:

There is a fix that apparently works for some people but not others, here:

http://drupal.org/node/143778

pug’s picture

Thanks for that, textimage seems to be at fault alright, the patch linked allows the captcha images become available as an option, but unfortunately the first time I try to use it it causes an error and doesn't validate :(. Ah well just have to wait for patch v2 I guess.

pug’s picture

Just a quick update I applied the patch at http://drupal.org/node/142624 and that fixed the errors I was having after patching textimage (PHP Fatal error: Cannot use string offset as an array in /path/to/site/modules/captcha/captcha.module on line 169) which caused any page with a user input to give an error.

But now i'm seeing the same error on line 200 instead (Fatal error: Cannot use string offset as an array in /path/to/site/modules/captcha/captcha.module on line 200) at least it's localised only to pages that use the textimage captcha challenge now, the maths challenge is working fine again.

cercamon’s picture

same here

robloach’s picture

Please use the 3.x branch of Captcha. It is much improved from 2.x.

robloach’s picture

Priority: Critical » Normal
Status: Active » Fixed

Since this feature is provided with Captcha itself now, I'm setting this to fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)