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

Hmmm.. Need a little help on this please.

Donzscurr

Little Sneaky Poster
Joined
Jun 20, 2009
Messages
25
Reaction score
0
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_Player.php(140): OTS_Player->load('2') #2 C:\xampp\htdocs\characters.php(10): OTS_Player->find('Noob') #3 C:\xampp\htdocs\index.php(142): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 112

Home come it won't show the characters? I click on my name and it will not show my character ;/

Well if you can help, please let me know. And I'll be glad to rep ya.
 
Go in you phpMyAdmin and execute this SQL

PHP:
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEFAULT '0';
other SQL
PHP:
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEFAULT '0';
 
Back
Top