XF 1.3 Mysql server error?

Liam W

in memoriam 1998-2020
Loads of these in the error log:

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Incorrect key file for table './xfliam_xenforo/xf_session.MYI'; try to repair it - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Staxed, Today at 10:26 AM
Stack Trace
#0 /home/xfliam/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/xfliam/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/xfliam/public_html/library/Zend/Db/Adapter/Abstract.php(632): Zend_Db_Adapter_Abstract->query('UPDATE `xf_sess...', Array)
#3 /home/xfliam/public_html/library/XenForo/Session.php(775): Zend_Db_Adapter_Abstract->update('xf_session', Array, 'session_id = '7...')
#4 /home/xfliam/public_html/library/XenForo/Session.php(527): XenForo_Session->saveSessionToSource('73e4ad06808b32c...', true)
#5 /home/xfliam/public_html/library/XenForo/Controller.php(412): XenForo_Session->save()
#6 /home/xfliam/public_html/library/XenForo/Controller.php(356): XenForo_Controller->updateSession(Object(XenForo_ControllerResponse_View), 'LiveUpdate_Cont...', 'Index')
#7 /home/xfliam/public_html/library/XenForo/FrontController.php(354): XenForo_Controller->postDispatch(Object(XenForo_ControllerResponse_View), 'LiveUpdate_Cont...', 'Index')
#8 /home/xfliam/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/xfliam/public_html/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
  ["url"] => string(40) "https://xf-liam.com/index.php?liveupdate"
  ["_GET"] => array(1) {
    ["liveupdate"] => string(0) ""
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(39) "/categories/identify-official-posts.75/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom