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

Fetal Error (when installing Website)

Joined
Jun 24, 2009
Messages
103
Reaction score
0
Location
Sweden
Hello Any1 Know How To Solve This Bug? When I Come To Step 4 in istallation of account maker it says

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


any1 know how to solve that ?


Iam Using

"[8.54] The Forgotten Server 0.3.6pl1 (Crying Damson) "

and this account maker
"http://otland.net/f118/gesior-aac-0-3-4-beta4-fixed-v5-33645/"

Any1 know wich modern acc i should use if i want to try that instead?

and also wounder if some1 now if this layout is for public "http://helgaot.com/"

Thankz In Regards
 
if u use one function called /search.php ;)

SQL:
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEAFULT 0;
 
still get same error :S

#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
 
SQL:
ALTER TABLE `players` ADD `redskulltime` BIGINT NOT NULL DEFAULT 0; 
ALTER TABLE `players` ADD `redskull` SMALLINT NOT NULL DEFAULT 0;
 
Back
Top