Closed (fixed)
Project:
reCAPTCHA
Version:
7.x-2.0
Component:
reCAPTCHA Captcha
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2015 at 15:26 UTC
Updated:
26 Aug 2015 at 12:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
daniel_j commentedComment #2
daniel_j commentedSee also: https://www.drupal.org/node/2476237
Comment #3
daniel_j commentedThis patch is an interim fix.
Comment #4
hass commentedFix your broken drupal settings file as noted in https://www.drupal.org/node/2476237, please.
Comment #5
liam morlandComment #6
xurizaemonI can't speak for why sites might need alternate arg_separator.output values, but the reality is that it's a supported use case both of PHP and of reCAPTCHA, and we can resolve the issue with a small patch to this module. The solution was considered valid enough for the upstream library to add it.
If reCAPTCHA supports this, I think we can too. Since reCAPTCHA requires a specific arg_separator.output setting, this module can / should enforce that in the request generation.
Is there a downside you see to that approach @hass?
Comment #7
xurizaemonComment #8
xurizaemonI see this patch above is interim, pending an update of the reCAPTCHA library which is bundled. So there are a few solutions - patch the module, patch the bundled lib, or upgrade the bundled lib, or existing solution (document that reCAPTCHA module requires specific php config / tell people to fix their settings).
Current bundled version is 1.1.1 (#2472811: Upgrade lib to latest version), 2015-03-10, while the fix for this issue was committed to upstream library a couple of weeks after 1.1.1.
Comment #9
hass commentedRemove the incorrect arg seperator from your core config file. It is NOT used by core and an invalid leftover. I'm only committing final versions of the recaptcha lib.
Comment #11
ariane commentedI have used the patch and the reCAPTCHA still fails on submission.
It is a D7, in the settings.php there is not the line ini_set('arg_separator.output', '&'); and I have checked the phpinfo().php and the values for arg_separator.output and arg_separator.output are &
I have also used another reCaptcha like Math Challenge and works fine.
Comment #12
hass commentedCreate a new site key and secret.