What can I do about this server error?

dutchbb

Well-known member
Error Info
Zend_Db_Adapter_Mysqli_Exception: No such file or directory - library/Zend/Db/Adapter/Mysqli.php:333
Generated By: Unknown Account, Saturday at 3:07 AM

Stack Trace
#0 /home/(mylocation)/public_html/library/Zend/Db/Adapter/Abstract.php(315): Zend_Db_Adapter_Mysqli->_connect()
#1 /home/(mylocation)/public_html/library/XenForo/Application.php(730): Zend_Db_Adapter_Abstract->getConnection()
#2 [internal function]: XenForo_Application->loadDb(Object(Zend_Config))
#3 /home/(mylocation)/public_html/library/XenForo/Application.php(973): call_user_func_array(Array, Array)
#4 /home/(mylocation)/public_html/library/XenForo/Application.php(1004): XenForo_Application->lazyLoad('db', NULL)
#5 /home/(mylocation)/public_html/library/XenForo/Application.php(1609): XenForo_Application::get('db')
#6 /home/(mylocation)/public_html/library/XenForo/Session.php(236): XenForo_Application::getDb()
#7 /home/(mylocation)/public_html/library/XenForo/Session.php(323): XenForo_Session->__construct()
#8 /home/(mylocation)/public_html/library/XenForo/Session.php(257): XenForo_Session::getPublicSession(Object(Zend_Controller_Request_Http))
#9 /home/(mylocation)/public_html/library/XenForo/Controller.php(293): XenForo_Session::startPublicSession(Object(Zend_Controller_Request_Http))
#10 /home/(mylocation)/public_html/library/XenForo/Controller.php(306): XenForo_Controller->_setupSession('Index')
#11 /home/(mylocation)/public_html/library/XenForo/FrontController.php(350): XenForo_Controller->preDispatch('Index', 'XenForo_Control...')
#12 /home/(mylocation)/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /home/(mylocation)/public_html/index.php(13): XenForo_FrontController->run()
#14 {main}

Request State
array(3) {
["url"] => string(53) "http://forum.(mydomain)/members/soobored.151726/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
That error appears to be an issue with your credentials for the datababase, if you can reliably reproduce it you could troubleshoot it be editing library/Zend/Db/Adapter/Mysqli.php directly and getting it to spit out the error code and parameters used. This is something that I would really only suggest for people who really know what they are doing.
 
Top Bottom