Front End Login Recaptcha
-
I’ve been going round and round trying to get Google reCaptcha to work on the front end login module.
It’s always returning – There was an error validating your form.
My PHP debug.log shows the following:
[DATE] PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1375
[DATE] PHP Warning: file_get_contents(): Failed to enable crypto in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1375
[DATE] PHP Warning: file_get_contents(https://www.google.com/recaptcha/api/siteverify): failed to open stream: operation failed in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1375
[DATE] PHP Notice: Trying to get property ‘success’ of non-object in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1379I’ve checked ym SSL certificate and all appears to be working fine and I don’t get these errors if I use an alternative reCaptcha plugin on the normal WP login page.
Any help in getting this working would be greatly appreciated.
The topic ‘Front End Login Recaptcha’ is closed to new replies.