studioforty9-dev / Recaptcha

Magento Module for the most recent version of Google reCAPTCHA. (This module is no longer actively supported)
BSD 3-Clause "New" or "Revised" License
50 stars 45 forks source link

The secret parameter is missing on Magento 1.9.3 #52

Open venkat-korampalli opened 5 years ago

venkat-korampalli commented 5 years ago

Hi There,

Hope you are doing good.

We're are getting below error with our website.

"There was an error with the recaptcha code, please try again".

Actually we've been using reCaptcha from couple of years. Suddenly it stops working and throwing this error.

when we dig this further, below is the Response we are getting.

Studioforty9_Recaptcha_Helper_Response Object ( [_success:protected] => 1 [_errorCodes:protected] => Array ( ) [_errorDescriptions:protected] => Array ( [missing-input-secret] => The secret parameter is missing. [invalid-input-secret] => The secret parameter is invalid or malformed. [missing-input-response] => The response parameter is missing. [invalid-input-response] => The response parameter is invalid or malformed. ) [_moduleName:protected] => [_request:protected] => [_layout:protected] => )

Could you please help us asap, All the registrations are stopped working due to this..!

aingham commented 4 years ago

Hi @venkat-korampalli - Did you ever manage to resolve this issue? I think we've been experiencing the same thing.