My 1st problem
This Occur when I login and open account management.
2nd :
When I open guilds.
3rd :
When I open banishments.
4th :
When I open namelocks!
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'swev.bans' doesn't exist' in D:\xampp\htdocs\pot\OTS_AccountBan.php:55 Stack trace: #0 D:\xampp\htdocs\pot\OTS_AccountBan.php(55): PDO->query('SELECT `id`, `t...') #1 D:\xampp\htdocs\pot\OTS_Account.php(935): OTS_AccountBan->find('1') #2 D:\xampp\htdocs\accountmanagement.php(30): OTS_Account->isBanned() #3 D:\xampp\htdocs\index.php(135): include('D:\xampp\htdocs...') #4 {main} thrown in D:\xampp\htdocs\pot\OTS_AccountBan.php on line 55
2nd :
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'swev.guilds' doesn't exist' in D:\xampp\htdocs\pot\OTS_Base_List.php:278 Stack trace: #0 D:\xampp\htdocs\pot\OTS_Base_List.php(278): PDO->query('SELECT COUNT(`g...') #1 D:\xampp\htdocs\guilds.php(62): OTS_Base_List->count() #2 D:\xampp\htdocs\index.php(129): include('D:\xampp\htdocs...') #3 {main} thrown in D:\xampp\htdocs\pot\OTS_Base_List.php on line 278
3rd :
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'swev.bans' doesn't exist' in D:\xampp\htdocs\bans.php:4 Stack trace: #0 D:\xampp\htdocs\bans.php(4): PDO->query('SELECT `bans`.`...') #1 D:\xampp\htdocs\index.php(243): include('D:\xampp\htdocs...') #2 {main} thrown in D:\xampp\htdocs\bans.php on line 4
4th :
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'swev.bans' doesn't exist' in D:\xampp\htdocs\namelocks.php:37 Stack trace: #0 D:\xampp\htdocs\namelocks.php(37): PDO->query('SELECT `players...') #1 D:\xampp\htdocs\index.php(207): include('D:\xampp\htdocs...') #2 {main} thrown in D:\xampp\htdocs\namelocks.php on line 37