Unknown error
Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ogni_db.uni2_topkb' doesn't exist

Query-Code:SELECT *, ( SELECT DISTINCT IF(uni2_users_to_topkb.username = '', GROUP_CONCAT(uni2_users.username SEPARATOR ' & '), GROUP_CONCAT(uni2_users_to_topkb.username SEPARATOR ' & ')) FROM uni2_users_to_topkb LEFT JOIN uni2_users ON uid = uni2_users.id WHERE uni2_users_to_topkb.`rid` = uni2_topkb.`rid` AND `role` = 1) as `attacker`, ( SELECT DISTINCT IF(uni2_users_to_topkb.username = '', GROUP_CONCAT(uni2_users.username SEPARATOR ' & '), GROUP_CONCAT(uni2_users_to_topkb.username SEPARATOR ' & ')) FROM uni2_users_to_topkb INNER JOIN uni2_users ON uid = id WHERE uni2_users_to_topkb.`rid` = uni2_topkb.`rid` AND `role` = 2 ) as `defender` FROM uni2_topkb ORDER BY units DESC LIMIT 100;
File: /includes/classes/Database.class.php
Line: 113
URL: https://ogniter.net/?page=BattleHall&lang=ru
PHP-Version: 7.3.29
PHP-API: litespeed
2Moons Version: 3.0
Debug Backtrace:
#0 /includes/classes/Database.class.php(180): Database->_query('SELECT *, ( SE...', Array, 'select')
#1 /includes/pages/login/ShowBattleHallPage.class.php(53): Database->select('SELECT *, ( SE...')
#2 /index.php(51): ShowBattleHallPage->show()
#3 {main}