XF 1.2 Zend_Db_Adapter_Mysqli_Exception

xenTheory

Active member
Checked the admins logs today and saw one error, this one:

Zend_Db_Adapter_Mysqli_Exception: Lost connection to MySQL server at 'sending authentication information', system error: 32 -library/Zend/Db/Adapter/Mysqli.php:333
Generated By: Unknown Account, Today at 10:55

#0 /home/************/public_html/library/Zend/Db/Adapter/Abstract.php(315): Zend_Db_Adapter_Mysqli->_connect()
#1 /home/************/public_html/library/XenForo/Application.php(643): Zend_Db_Adapter_Abstract->getConnection()
#2 [internal function]: XenForo_Application->loadDb(Object(Zend_Config))
#3 /home/************/public_html/library/XenForo/Application.php(880): call_user_func_array(Array, Array)
#4 /home/************/public_html/library/XenForo/Application.php(911): XenForo_Application->lazyLoad('db', NULL)
#5 /home/************/public_html/library/XenForo/Application.php(1294): XenForo_Application::get('db')
#6 /home/************/public_html/library/XenForo/Model.php(161): XenForo_Application::getDb()
#7 /home/************/public_html/library/XenForo/Model/DataRegistry.php(138): XenForo_Model->_getDb()
#8 /home/************/public_html/library/XenForo/Model/DataRegistry.php(97): XenForo_Model_DataRegistry->_getMultiFromDb(Array)
#9 /home/************/public_html/library/XenForo/Dependencies/Abstract.php(143): XenForo_Model_DataRegistry->getMulti(Array)
#10 /home/************/public_html/library/XenForo/FrontController.php(127): XenForo_Dependencies_Abstract->preLoadData()
#11 /home/************/public_html/index.php(13): XenForo_FrontController->run()
#12 {main}

array(3) {
["url"] => string(58) "http://vondroid.com/forums/firmware-roms.293/?prefix_id=12"
["_GET"] => array(1) {
["prefix_id"] => string(2) "12"
}
["_POST"] => array(0) {
}
}

Am I correct in thinking it's a prefix problem, or something related to that? Or am I totally wrong.
 
Top Bottom