• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Problem when i search for one in my wepsite

3alola1

I don't have time
Joined
Sep 2, 2010
Messages
534
Solutions
1
Reaction score
155
Location
Uncle Bean's House
hi all i had a problem in my wepsite when i search for one it tell me this
PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'reason' in 'field list'' in C:\xampp\htdocs\pot\OTS_AccountBan.php:55 Stack trace: #0 C:\xampp\htdocs\pot\OTS_AccountBan.php(55): PDO->query('SELECT `id`, `t...') #1 C:\xampp\htdocs\pot\OTS_Account.php(935): OTS_AccountBan->find('1') #2 C:\xampp\htdocs\characters.php(350): OTS_Account->isBanned() #3 C:\xampp\htdocs\index.php(177): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_AccountBan.php on line 55



COULD ANY ONE PLiz help :(
 
SQL:
ALTER TABLE `bans` ADD `reason` INT UNSIGNED NOT NULL DEFAULT '0';
 
Back
Top