Jump to content

Recapture not working


keat

Recommended Posts

I'm using V1 of recapture, but it appears to have stopped working.

I see a message saying 'The verification codes were incorrect. Please verify that you are human.'

I know recapture works, as I have it running on a test site, but for some reason it's not working on my main site.

 

any ideas ?

 

 

Edited by keat
Link to comment
Share on other sites

It can be really tough to solve. However you could debug this by changing this line https://github.com/cubecart/v6/blob/master/includes/lib/recaptcha/recaptchalib.php#L74 to:

		$request->skiplog(false);

will show the request and response in the request log in the admin control panel of your store. 

 

You may need to enable allow_url_fopen in the MultiPHP INI Editor of WHM. 

Link to comment
Share on other sites

I found this in debug.

curl_exec() has been disabled for security reasons - Unable to reach reCAPCHA server

I tested disabling some PHP functions early this morning, and then re-enabled them, I suspect something has been left behind.

 

although i've no idea why it still works on the test site, maybe inheritance of php

Edited by keat
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...