The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Capatcha - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Capatcha (/showthread.php?tid=985)



Capatcha - medtrans - 02-28-2018

Has anyone seen this error. I added the keys, turn on for registration only and get this message on registration page

Cannot contact reCAPTCHA. Check your connection and try again.


Capatcha - mudmin - 02-28-2018

Try clearing your cookies or running something like ccleaner.

It could also be a misconfigured key. You'll need a recaptcha v3 key. An old one won't work.



Capatcha - Brandin - 02-28-2018

Hmm...interesting. Although this is not the implementation we used, try some of the solutions posted here:
https://github.com/szchenghuang/react-google-invisible-recaptcha/issues/5

Brandin.


Capatcha - medtrans - 02-28-2018

I was using version 2, changed to version 3 and it works great.

Thanks


Capatcha - mudmin - 02-28-2018

Awesome! Sorry. Google doesn't give a very descriptive error message there. We all figured that out the hard way.



Capatcha - mudmin - 02-28-2018

I might need to write something to detect if someone is using a v2 key. I need to check to see if there's a difference in key length or something.



Capatcha - mudmin - 02-28-2018

Actually they're both the same length and all begin with 6L. Beyond that, I don't see any distinguishing features. If someone knows how to tell, I'd love to know.