Closed (fixed)
Project:
reCAPTCHA
Version:
6.x-1.7
Component:
reCAPTCHA Captcha
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 22:55 UTC
Updated:
15 Aug 2012 at 14:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
mr.j commentedNote comment #1 in the linked issue which was not implemented:
http://drupal.org/node/764796#comment-2818538
Comment #2
daroz commentedConfirming this issue. Seems to affect unauthenticated users mostly.
Reverted patch from #764796: $_SERVER['REMOTE_ADDR'] incorrectly used when performing validation restored normal operation.
Comment #3
sebas5384 commentedThe reCaptcha isn't validating because it seems to need the remote ip adress from where the submission was made.
So with this patch that was resolve.
Cheers!
Comment #4
tpainton commentedI'm getting the same error with authenticated user.
Applied patch and the problem appears to be solved.
Comment #5
mr.j commentedPatch seems to work for me too.
Comment #6
robloachThanks a lot for the help on this!!!
Drupal 6: http://drupalcode.org/project/recaptcha.git/commit/1d24fcc
Drupal 7: http://drupalcode.org/project/recaptcha.git/commit/a9b010c
Think a version 1.8 is in order?
Comment #7
mr.j commentedI think so. It can lead to users thinking our website is broken and prevent comments, registrations etc.
Comment #8
colan+1 for a 1.8!
Comment #10
geekgirlweb commentedPatch still needs to be added.
Comment #11
liam morlandThe patch has been committed and will appear in the next release.