XF 1.3 Read timed out after 10 seconds?

OakleyForum

Well-known member
Just started getting an abudance of these errors after upgrading to 1.3.3:

Code:
Zend_Http_Client_Adapter_Exception: Read timed out after 10 seconds - library/Zend/Http/Client/Adapter/Socket.php:512
Generated By: Unknown Account, Today at 12:19 PM
Stack Trace
#0 /home/oakleyfo/public_html/library/Zend/Http/Client/Adapter/Socket.php(330): Zend_Http_Client_Adapter_Socket->_checkSocketReadTimeout()
#1 /home/oakleyfo/public_html/library/Zend/Http/Client.php(989): Zend_Http_Client_Adapter_Socket->read()
#2 /home/oakleyfo/public_html/library/Zend/Service/ReCaptcha.php(487): Zend_Http_Client->request('POST')
#3 /home/oakleyfo/public_html/library/Zend/Service/ReCaptcha.php(502): Zend_Service_ReCaptcha->_post('03AHJ_VutEWuYn8...', '\x00\x00\x00\x00\x00\x00\x00\x00')
#4 /home/oakleyfo/public_html/library/XenForo/Captcha/ReCaptcha.php(53): Zend_Service_ReCaptcha->verify('03AHJ_VutEWuYn8...', '\x00\x00\x00\x00\x00\x00\x00\x00')
#5 /home/oakleyfo/public_html/library/XenForo/Captcha/Abstract.php(129): XenForo_Captcha_ReCaptcha->isValid(Array)
#6 /home/oakleyfo/public_html/library/XenForo/ControllerPublic/Register.php(200): XenForo_Captcha_Abstract::validateDefault(Object(XenForo_Input))
#7 /home/oakleyfo/public_html/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Register->actionRegister()
#8 /home/oakleyfo/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/oakleyfo/public_html/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
  ["url"] => string(44) "http://www.oakleyforum.com/register/register"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(15) {
    ["username"] => string(8) "dbushjou"
    ["email"] => string(23) "qmrtchvh739@hotmail.com"
    ["password"] => string(8) "********"
    ["password_confirm"] => string(8) "********"
    ["dob_month"] => string(1) "6"
    ["dob_day"] => string(2) "18"
    ["dob_year"] => string(4) "1980"
    ["gender"] => string(4) "male"
    ["timezone"] => string(14) "Asia/Singapore"
    ["recaptcha_response_field"] => string(8) ""
    ["recaptcha_challenge_field"] => string(249) "03AHJ_VutEWuYn8Y3Lu747ImN3-_pATvxljUdWUH751b-UuLWR0PIjrlZLO_bpaSiHXQ9SA5q178EPXZG5Xc7fPHemsUwZNY5r_Epgp4KzxbMsSU_-tiY6OBIAGOCn2enwqg07oYq9PefsjfAcRBKxAUVSii8YI3ghgitc0vjvpArsfdL5gh9K76uWtcn30IgcwbR60ugUaRYWK9f-wbU6plPCPVWUopMeMsEm294IEVqqWlpoIBS5Wgs"
    ["agree"] => string(1) "1"
    ["submit"] => string(7) "Sign up"
    ["_xfToken"] => string(8) "********"
    ["reg_key"] => string(32) "e52cebe7aab94a5980721fdf39a7b725"
  }
}
 
Looks like an issue with the ReCaptcha service.
It's more than likely down/experiencing problems.

Try switching it off or to Q&A.
 
Top Bottom