Closed (fixed)
Project:
CAPTCHA
Version:
5.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 09:31 UTC
Updated:
18 Apr 2008 at 12:11 UTC
Jump to comment: Most recent file
When I enable the mollom module I get the error 'Cookies should be enabled in your browser for CAPTCHA validation.' every time.
I, also, had a user report that in IE he got the error 'invalid CAPTCHA token. The answer you entered for the CAPTCHA was not correct.' even when he entered the correct answer.
These errors only come up once the mollom module has been enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 241248_prerender_overwriting.patch | 1.01 KB | soxofaan |
Comments
Comment #1
mfer commentedAlso see http://drupal.org/node/241249
Comment #2
soxofaan commentedThe Mollom module and CAPTCHA module are not supposed to work together for the moment.
I'll have to look into this.
You should not enable both Mollom and a CAPTCHA from the CAPTCHA module on the same form for now.
Is there any reason you do so?
Comment #3
mfer commentedThis isn't just a matter of the same form. It could be just on the same site.
For example, I could have captcha running for my registration form and mollom for my comments. This won't work. As long as the mollom module is installed all captchas on the site stop working for me. It doesn't seem to relate to the forms they are on.
Comment #4
soxofaan commentedthe problem is caused by an overwriting bug of the #pre_render functions
around line 504 of captcha.module:
should be
fixed in CVS for 5.x-3.x (http://drupal.org/cvs?commit=108997 and http://drupal.org/cvs?commit=109001)
Comment #5
soxofaan commented(just for the record: this issue does not occur in 6.x-1.x nor HEAD, so no porting is needed)
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.