XF 2.0 Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error

Surendra.S

Active member
Hi All,
I just upgraded from XenForo 1.5 to 2.0.10 successfully.
It did not throw any errors on screen during upgrade.
The latest XF 2.0 forum seems to be working fine.

However, there are multiple pages of server errors similar to below were logged. (I can see them in Server Error logs of XF Admin Panel)

Should I be concerned about those or can I ignore them safely ?

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'xftest_testxfdb.xf_route_prefix' doesn't exist library/Zend/Db/Statement/Mysqli.php:77

Generated by: Unknown account Sep 16, 2018 at 9:06 PM



Stack trace :

#0 /home/xftest/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('\n\t\t\tSELECT rout...')
#1 /home/xftest/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '\n\t\t\tSELECT rout...')
#2 /home/xftest/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('\n\t\t\tSELECT rout...')
#3 /home/xftest/public_html/library/XenForo/Model.php(219): Zend_Db_Adapter_Abstract->query('\n\t\t\tSELECT rout...', 'public', 2)
#4 /home/xftest/public_html/library/XenForo/Model/RoutePrefix.php(41): XenForo_Model->fetchAllKeyed('\n\t\t\tSELECT rout...', 'original_prefix', 'public')
#5 /home/xftest/public_html/library/XenForo/Model/RoutePrefix.php(54): XenForo_Model_RoutePrefix->getPrefixesByRouteType('public', true)
#6 /home/xftest/public_html/library/XenForo/Link.php(487): XenForo_Model_RoutePrefix->getPrefixesForRouteCache('public')
#7 /home/xftest/public_html/library/XenForo/Link.php(404): XenForo_Link::_loadHandlerInfoForGroup('public')
#8 /home/xftest/public_html/library/XenForo/Link.php(370): XenForo_Link::_getPrefixHandler('public', 'members', true)
#9 /home/xftest/public_html/library/XenForo/Link.php(97): XenForo_Link::_buildLink('public', 'members', Array, Array, 'members')
#10 /home/xftest/public_html/forum/member.php(31): XenForo_Link::buildPublicLink('canonical:membe...', Array)
#11 {main}




Request state:

array(3) {
  ["url"] => string(86) "https://www.test.com/forum/member.php?s=41116b2655508c56eabef0c3a561e4c2&u=21104"
  ["_GET"] => array(2) {
    ["s"] => string(32) "41116b2655508c56eabef0c3a561e4c2"
    ["u"] => string(5) "21104"
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom