• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

When i login

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
When i loin into my website via gesior, after i write usename and pass that shows up

Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'redskull' in 'field list'' in C:\xampp\htdocs\pot\OTS_Player.php:112 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(112): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\pot\OTS_Row_DAO.php(53): OTS_Player->load(1) #2 C:\xampp\htdocs\pot\OTS_Base_List.php(228): OTS_Row_DAO->__construct(1) #3 C:\xampp\htdocs\accountmanagement.php(58): OTS_Base_List->current() #4 C:\xampp\htdocs\index.php(178): include('C:\xampp\htdocs...') #5 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 112

and when i add redskull it says

#1060 - Duplicate column name 'redskulltime'
 
SQL:
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEFAULT 0;

lol

DEFAULT not DEAFULT :p
 
Last edited:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEAFULT 0' at line 1

:S..
 
Back
Top