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

Need help /REP++/

Rainerr

Mapper n scri
Joined
Apr 2, 2009
Messages
237
Reaction score
1
I need help with 8.5 ot. /WEBSITE-INSTALL/
a lot of ots have that problem.


Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'skulltime' in 'field list'' in C:\xampp\htdocs\install.php:576 Stack trace: #0 C:\xampp\htdocs\install.php(576): PDO->query('INSERT INTO pla...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 576


HELP ME OUT PLOX. AND ILL ADD YOU REP!:)
 
Add this in your database..
PHP:
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEFAULT 0;
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEFAULT 0;
 
Back
Top