• 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!

Lua Character creating!

manninho

New Member
Joined
Aug 11, 2010
Messages
15
Reaction score
1
my website works but when i create a character its comes


Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 1 table players has no column named loss_items' in C:\xampp\htdocs\pot\OTS_Player.php:187 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(187): PDO->query('INSERT INTO "pl...') #1 C:\xampp\htdocs\accountmanagement.php(799): OTS_Player->save() #2 C:\xampp\htdocs\index.php(181): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 187


Can anyone help me please!
 
Code:
ALTER TABLE `players` ADD
	`loss_items` INT NOT NULL DEFAULT 100
Run this sql command in your database when your server is offline.

Fu*k, slow again!
 
Back
Top