abdfahim
Well-known member
Suddenly since this morning, I am receiving below error regularly. This is happening during registration. Is it a Google error or XF error?
I never had this error in last few years, and I have always been using ReCAPTCHA (No CAPTCHA) since it was introduced.
I never had this error in last few years, and I have always been using ReCAPTCHA (No CAPTCHA) since it was introduced.
Error Info
Zend_Http_Client_Adapter_Exception: ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl://www.google.com:443. Error #0: php_network_getaddresses: getaddrinfo failed: Name or service not known - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Unknown Account, 1 minute ago
Stack Trace
#0 /home/example.com/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('ssl://www.googl...', 443, true)
#1 /home/example.com/library/XenForo/Captcha/NoCaptcha.php(76): Zend_Http_Client->request('POST')
#2 /home/example.com/library/XenForo/Captcha/Abstract.php(129): XenForo_Captcha_NoCaptcha->isValid(Array)
#3 /home/example.com/library/XenForo/ControllerPublic/Register.php(355): XenForo_Captcha_Abstract::validateDefault(Array)
#4 /home/example.com/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionRegister()
#5 /home/example.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/example.com/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
["url"] => string(47) "https://www.example.com/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(12) {
["username"] => string(0) ""
["................................................"] => string(5) "test5"
["................................................"] => string(0) ""
["................................................"] => string(26) "example@outlook.com"
["password"] => string(8) "********"
["................................................"] => array(1) {
["over_13_years"] => array(1) {
[1] => string(1) "1"
}
}
["custom_fields_shown"] => array(1) {
[0] => string(13) "custom_field"
}
["................................................"] => string(16) "Australia/Sydney"
["g-recaptcha-response"] => string(356) "................................................GOOGLE_KEY................................................"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "................................................"
}
}
Last edited: