Server Error - Mysqli prepare error - HELP ME

guncelmakale

New member
When I go to the admin panel, I get an error like this. When I look at the table phpMyAdmin I have not seen false statements. Does anyone know the solution?

Server Error

Mysqli prepare error: Table '--dbname--.xf_error_log' doesn't exist
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 825
  5. Zend_Db_Adapter_Abstract->fetchOne() in XenForo/Model/Log.php at line 33
  6. XenForo_Model_Log->countServerErrors() in XenForo/ControllerAdmin/Home.php at line 37
  7. XenForo_ControllerAdmin_Home->actionIndex() in XenForo/FrontController.php at line 347
  8. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  9. XenForo_FrontController->run() in /home/--subdomain--/admin.php at line 13
 
A table is missing from your database.

What changes were made prior to the problem starting?

Tables don't disappear for no reason.
 
Top Bottom