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

Gesior Acc Error!

Silvercrest

OT Junky
Joined
Jul 2, 2009
Messages
26
Reaction score
0
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'skulltime' in 'field list'' in H:\Programme\xampp\htdocs\install.php:576 Stack trace: #0 H:\Programme\xampp\htdocs\install.php(576): PDO->query('INSERT INTO pla...') #1 {main} thrown in H:\Programme\xampp\htdocs\install.php on line 576

What's wrong? :p
 
Add this in your database..

Code:
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEFAULT 0; 
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEFAULT 0;
Rep? :D
 
Code:
ALTER TABLE `players` ADD `skulltime` BIGINT NOT NULL DEFAULT 0; 
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEFAULT 0;
then o.o
 
@up:
Nah, it's:

Thanks, worked..

But now at step 5 I got this Error:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\Programme\xampp\htdocs\pot\OTS_Account.php:229 Stack trace: #0 C:\Programme\xampp\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 C:\Programme\xampp\htdocs\install.php(629): OTS_Account->load(1) #2 {main} thrown in C:\Programme\xampp\htdocs\pot\OTS_Account.php on line 229

EDIT: Nvm
 
Last edited:
OMG, i got the same problem :

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

but i don't know how to add this in my database:
ALTER TABLE `players` ADD `skull` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `players` ADD `skulltime` INT NOT NULL DEFAULT 0;

can someone explain it to me plz?
 
Back
Top