Jump to content

Recommended Posts

Posted

Hello,

a few days ago i was having problem with my recaptcha in registration, i (think/thought) that was because i moved from http to https and stop working.

I made a search and found some links, at least for the registration starts working again.

In recaptchalib.php

Find this line and //comment:

define("RECAPTCHA_API_SECURE_SERVER", "http://api-secure.recaptcha.net");

After add:

define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api");

For me it works, hope works for you

Sorry my english

Posted

All sorted now. I didn't need to change anything other than get new Google captcha keys. Once I entered those in the local.config.php and uploaded them, the form worked fine.

Thanks again for the support and help :D

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.   Restore formatting

  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.

Loading...
×
×
  • Create New...