Server Error Logs

Nirjonadda

Well-known member
I am getting Server Error Logs. Please let me know that how to fix?

Code:
Error Info
Zend_Db_Adapter_Mysqli_Exception: No such file or directory - library/Zend/Db/Adapter/Mysqli.php:333
Generated By: Unknown Account, Sunday at 10:10 PM
Stack Trace

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

Request State

array(3) {
  ["url"] => string(41) "http://www.nirmoladda.com/threads/114861/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Is this error happening regularly or has it only happened once?

Does the time the error occurred coincide with any other changes you made, such as upgrading XF?
 
This error happen regularly. Today i am get Admin CP blank page then fixed to run /install/index.php?upgrade/rebuild. But why happen admin CP blank page?
 
Last edited:
Top Bottom