XF 1.5 Mysqli prepare error: Table 'xxx.xf_resource' doesn't exist

snoopy5

Well-known member
Hi,

I am preparing for an upgrade. I deinstalled in my XF1.5.24 installation RM. But I get now in ACP this error:

Code:
Mysqli prepare error: Table 'xxx.xf_resource' doesn't exist

    Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
    Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
    Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
    Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 825
    Zend_Db_Adapter_Abstract->fetchOne() in DailyStats/Model/DailyStats.php at line 141
    DailyStats_Model_DailyStats->getTotalResource() in DailyStats/Model/Counters.php at line 40
    DailyStats_Model_Counters->getBoardTotalsCounter() in XenForo/Model/Counters.php at line 37
    XenForo_Model_Counters->rebuildBoardTotalsCounter() in DailyStats/Model/Counters.php at line 76
    DailyStats_Model_Counters->rebuildBoardTotalsCounter() in DailyStats/ControllerAdmin/Home.php at line 7
    DailyStats_ControllerAdmin_Home->actionIndex() in XenForo/FrontController.php at line 369
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 152
    XenForo_FrontController->run() in /myurl.de/forum/admin.php at line 13

The table in the db is not there anymore, this is true. But this was the purpose of uninstalling it, right. So why this error? What could be the reason for this?
 
Top Bottom