HeavyB
Member
New setup; PHP 5.5, Microsoft Windows Server 2012 Standard, mySQL 5.6.24. Just about everything is going smoothly. Learning a lot on day 1, etc. However, with Google integration I'm having a couple of problems.
1. Have a Google Client ID and Client Secret, and double checked to make sure both were correctly copied, but "Log in with Google" generates the following in the google log in pop-up.
No error in the error log, just the page load error quoted here.
2. I have reCAPTCHA configured, and it works 'correctly' in the registration process (I do note that after clicking "sign up" it's very slow to move on). After registration process, error log lists the following.
On the up side, the user is able to register and the confirmation email goes out.
Appreciate any guidance.
1. Have a Google Client ID and Client Secret, and double checked to make sure both were correctly copied, but "Log in with Google" generates the following in the google log in pop-up.
401. That’s an error.
Error: invalid_client
The OAuth client was not found.
No error in the error log, just the page load error quoted here.
2. I have reCAPTCHA configured, and it works 'correctly' in the registration process (I do note that after clicking "sign up" it's very slow to move on). After registration process, error log lists the following.
Zend_Http_Client_Adapter_Exception: ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl://www.google.com:443. Error #0: - library\Zend\Http\Client\Adapter\Socket.php:235
Generated By: Unknown Account, 1 minute ago
On the up side, the user is able to register and the confirmation email goes out.
Appreciate any guidance.