Another error log bug...

Also noticed this one in my XF server error log...

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Data truncated for column 'score' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Yesterday at 5:44 PM
 
Stack Trace
#0 /*/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /*/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /*/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /*/library/Arcade/Model/Session.php(11): Zend_Db_Adapter_Abstract->insert('xf_arcade_sessi...', Array)
#4 /*/library/Arcade/ControllerPublic/ArcadeUgly.php(196): Arcade_Model_Session->saveSession(Array, Array, Array)
#5 /*/library/XenForo/FrontController.php(310): Arcade_ControllerPublic_ArcadeUgly->actionIpbSaveScoreLegacy()
#6 /*/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /index.php(13): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
  ["url"] => string(54) "http://forums.wtf.com/index.php?act=Arcade&do=newscore"
  ["_GET"] => array(2) {
    ["act"] => string(6) "Arcade"
    ["do"] => string(8) "newscore"
  }
  ["_POST"] => array(0) {
  }
}
 
Back
Top