XF 1.1 Server did not respond in time

This happens when people are making threads or posts. It throws up the error but still makes the thread or post anyway.

Any help appreciated.
 
That can be the result of a failed or slow SMTP connection (when sending notification emails on reply). A failed SMTP connection will normally show in the log:

Admin CP -> Tools -> Server Error Log

If the log contains mail errors then you need to check your SMTP info:

Admin CP -> Home -> Options -> Email Options

You can also try adding this line to your library/config.php file to disable mail functions:

Code:
$config['enableMail'] = 0;

Does that fix the problem? If so then we know it's a mail problem.
 
Error 2
Server Error Log

Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Data truncated for column 'game_hours' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Yesterday at 11:04 PM
Stack Trace
#0 /home/travisty/public_html/thoclan.com/forum/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/travisty/public_html/thoclan.com/forum/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/travisty/public_html/thoclan.com/forum/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/travisty/public_html/thoclan.com/forum/library/Steam/Cron.php(38): Zend_Db_Adapter_Abstract->insert('xf_user_steam_g...', Array)
#4 [internal function]: Steam_Cron::update(Array)
#5 /home/travisty/public_html/thoclan.com/forum/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#6 /home/travisty/public_html/thoclan.com/forum/library/XenForo/Cron.php(29): XenForo_Model_Cron->runEntry(Array)
#7 /home/travisty/public_html/thoclan.com/forum/library/XenForo/Cron.php(64): XenForo_Cron->run()
#8 /home/travisty/public_html/thoclan.com/forum/cron.php(12): XenForo_Cron::runAndOutput()
#9 {main}
Request State
array(3) {
["url"] => string(44) "http://thoclan.com/forum/cron.php?1349406254"
["_GET"] => array(1) {
[1349406254] => string(0) ""
}
["_POST"] => array(0) {
}
}

Error 1
Server Error Log

Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Data truncated for column 'game_hours' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Yesterday at 11:08 AM
Stack Trace
#0 /home/travisty/public_html/thoclan.com/forum/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/travisty/public_html/thoclan.com/forum/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/travisty/public_html/thoclan.com/forum/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/travisty/public_html/thoclan.com/forum/library/Steam/Cron.php(38): Zend_Db_Adapter_Abstract->insert('xf_user_steam_g...', Array)
#4 [internal function]: Steam_Cron::update(Array)
#5 /home/travisty/public_html/thoclan.com/forum/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#6 /home/travisty/public_html/thoclan.com/forum/library/XenForo/Cron.php(29): XenForo_Model_Cron->runEntry(Array)
#7 /home/travisty/public_html/thoclan.com/forum/library/XenForo/Cron.php(64): XenForo_Cron->run()
#8 /home/travisty/public_html/thoclan.com/forum/cron.php(12): XenForo_Cron::runAndOutput()
#9 {main}
Request State
array(3) {
["url"] => string(44) "http://thoclan.com/forum/cron.php?1349363284"
["_GET"] => array(1) {
[1349363284] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
Ill go through them one at a time. I was using my hotmail as the site email but changed it to an on server email. If i still get it ill change the settings from default and put in the info manually. If i still get it ill change the config. If im still getting it ill report back.
 
Top Bottom