XF 1.3 Server error

gavpeds

Active member
Any ideas why i keep getting this?

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 6:24 AM
Stack Trace
#0 /home/window/public_html/library/Zend/Http/Client/Adapter/Socket.php(330): Zend_Http_Client_Adapter_Socket->_checkSocketReadTimeout()
#1 /home/window/public_html/library/Zend/Http/Client.php(989): Zend_Http_Client_Adapter_Socket->read()
#2 /home/window/public_html/library/Zend/Service/ReCaptcha.php(487): Zend_Http_Client->request('POST')
#3 /home/window/public_html/library/Zend/Service/ReCaptcha.php(502): Zend_Service_ReCaptcha->_post('03AHJ_VusMZVa3E...', '????????')
#4 /home/window/public_html/library/XenForo/Captcha/ReCaptcha.php(53): Zend_Service_ReCaptcha->verify('03AHJ_VusMZVa3E...', '????????')
#5 /home/window/public_html/library/XenForo/Captcha/Abstract.php(129): XenForo_Captcha_ReCaptcha->isValid(Array)
#6 /home/window/public_html/library/XenForo/ControllerPublic/Register.php(200): XenForo_Captcha_Abstract::validateDefault(Object(XenForo_Input))
#7 /home/window/public_html/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Register->actionRegister()
#8 /home/window/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/window/public_html/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
  ["url"] => string(51) "http://domain.co.uk/register/register"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(17) {
    ["username"] => string(12) "xrwtgibhxfdl"
    ["email"] => string(20) "lentan24@hotmail.com"
    ["password"] => string(8) "********"
    ["password_confirm"] => string(8) "********"
    ["dob_month"] => string(1) "5"
    ["dob_day"] => string(1) "1"
    ["dob_year"] => string(4) "1978"
    ["gender"] => string(4) "male"
    ["custom_fields"] => array(1) {
      ["cleaningmethod"] => string(3) "wfp"
    }
    ["custom_fields_shown"] => array(1) {
      [0] => string(14) "cleaningmethod"
    }
    ["timezone"] => string(14) "America/Belize"
    ["recaptcha_response_field"] => string(8) ""
    ["recaptcha_challenge_field"] => string(249) "03AHJ_VusMZVa3EhTNllcAdLqcEAQ3yFpAjAY0_0BUhjvieEuGlmJ5GNPc5sPWH5BIlpifLSTUVe3-XayWDDIoMzt1mIRz8Vla3stuMZ1BK7yYMUUD1x1QDNO55EAzXEItddtl3PAw3q8SoiBxgTc34kovYK2aMVGtj_TXmcijBJCBtpcPnV-QmWZbVXXLZkenAIeJwWmKPnIV2zau0ypbfgpE4qhniXAepg3nqyhx8OZase6CtS9JZCw"
    ["agree"] => string(1) "1"
    ["submit"] => string(7) "Sign up"
    ["_xfToken"] => string(8) "********"
    ["reg_key"] => string(32) "bc85a19abcb81bc75054238832cb1fbb"
  }
}
 
I don't understand.

Care to explain? What I see here, and assume it to be is an error in registration on his own domain, so why would it be routing anywhere else?
 
Top Bottom