Jump to content

Recommended Posts

Posted

This error is so annoying! I have also tried the google recaptcha and that does not work either! Not sure what to do, no one can join my VA either. I have looked at all other forms too. My site is not a subdomain.

ERROR for site owner:

Invalid domain for site key

Posted

This has been posted around many times before.

Go to here

http://www.google.com/recaptcha/intro/index.html

get another site key for your website

then go into your core/local.config.php

and copy the following (if it's not already there)

/* Keys for recaptcha, you can change these if you want to your own but it's
a global key so it should just work */
Config::Set('RECAPTCHA_PUBLIC_KEY', 'PASTEPUBLICKEYHERE');
Config::Set('RECAPTCHA_PRIVATE_KEY', 'PASTEPRIVATEKEYHERE');

and edit the PASTEPUBLICKEYHERE and PASTEPRIVATEKETHERE to match the ones you just got from Google.

Source:

-------------------

http://forum.phpvms.net/topic/22280-recaptcha-problem/

http://forum.phpvms.net/topic/22870-catcha-error/

Posted

yes put this whole thing

/* Keys for recaptcha, you can change these if you want to your own but it's
a global key so it should just work */
Config::Set('RECAPTCHA_PUBLIC_KEY', 'PASTEPUBLICKEYHERE');
Config::Set('RECAPTCHA_PRIVATE_KEY', 'PASTEPRIVATEKEYHERE');

and edit the PASTEPUBLICKEYHERE and PASTEPRIVATEKETHERE to match the ones you just got from Google.

And put it preferably a line or two before this one

# Page encoding options

And make sure it's after the <?php because I suspect that's why your page went white.

  • 1 year later...

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