XF 1.3 I got this captcha server error please help!

RAHSTYLES

Active member
Server Error Log
Error Info
Zend_Http_Client_Adapter_Exception: Unable to Connect to tcp://api-verify.recaptcha.net:80. Error #110: Connection timed out - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Unknown Account, Yesterday at 7:17 PM
Stack Trace
#0 /home/rahstyl1/public_html/forum/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('api-verify.reca...', 80, false)
#1 /home/rahstyl1/public_html/forum/library/Zend/Service/ReCaptcha.php(487): Zend_Http_Client->request('POST')
#2 /home/rahstyl1/public_html/forum/library/Zend/Service/ReCaptcha.php(502): Zend_Service_ReCaptcha->_post('03AHJ_Vuvd_GG7b...', 'aim')
#3 /home/rahstyl1/public_html/forum/library/XenForo/Captcha/ReCaptcha.php(53): Zend_Service_ReCaptcha->verify('03AHJ_Vuvd_GG7b...', 'aim')
#4 /home/rahstyl1/public_html/forum/library/XenForo/Captcha/Abstract.php(129): XenForo_Captcha_ReCaptcha->isValid(Array)
#5 /home/rahstyl1/public_html/forum/library/XenForo/ControllerPublic/Register.php(200): XenForo_Captcha_Abstract::validateDefault(Object(XenForo_Input))
#6 /home/rahstyl1/public_html/forum/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Register->actionRegister()
#7 /home/rahstyl1/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/rahstyl1/public_html/forum/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(48) "http://www.rahstyles.net/forum/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(16) {
["username"] => string(4) "GIwj"
["email"] => string(24) "ciciaisling2@outlook.com"
["password"] => string(8) "********"
["password_confirm"] => string(8) "********"
["dob_month"] => string(1) "8"
["dob_day"] => string(2) "12"
["dob_year"] => string(4) "1972"
["gender"] => string(0) ""
["custom_fields"] => array(3) {
["Orientation"] => string(1) "1"
["marital_status"] => string(1) "1"
["how_did_you_find_us"] => string(0) ""
}
["custom_fields_shown"] => array(3) {
[0] => string(11) "Orientation"
[1] => string(14) "marital_status"
[2] => string(19) "how_did_you_find_us"
}
["timezone"] => string(19) "America/Los_Angeles"
["recaptcha_response_field"] => string(3) "aim"
["recaptcha_challenge_field"] => string(249) "03AHJ_Vuvd_GG7bYndRXnLpR1FEka3Ghuw4yJW1fABbX_XYoi0zuubGOhgO-VgRH8YEJfRAftjCQMjgvD0JbF_YRxUfcghZf9L7y5M5-Nj8gsseMIod7rkOsFVqQNTWs9REob3gQfytA9UW29a2d-2s4H52KIsEzQ8UiPvMZWKJ0NQCPcXDvbM7IzbvsiTPQdIOQdgBhz6JsWHIbIzLfRk-OzRUPF8zRGVQWJVZ2S4_pBzV1NFPZT7AGo"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "88e3ff6082d784fccbdffde2be5dac9b"
}
}

I have no idea what that is?
 
This is saying it couldn't connect to ReCAPTCHA. It can be ignored if it happens very rarely. If it happens more frequently, then you may need to consider an alternative CAPTCHA method as you're having connectivity problems to their server.
 
This is saying it couldn't connect to ReCAPTCHA. It can be ignored if it happens very rarely. If it happens more frequently, then you may need to consider an alternative CAPTCHA method as you're having connectivity problems to their server.
Okay so thats not my server thats recptchas server right?
 
Top Bottom