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

Web in TFS 0.2.11

agomez

Member
Joined
Jan 28, 2009
Messages
211
Reaction score
5
Im wondering how i can add a page in TFS 0.2.11, i need use modern acc, archezz acc or maybe gesior :d
 
when i install the web (modern acc) it appears:
PHP:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'theforgottenserver.killers' doesn't exist
and i cant make any account, it only appear the waiting icon :/
 
SQL:
CREATE TABLE `killers`
(
        `id` INT NOT NULL AUTO_INCREMENT,
        `death_id` INT NOT NULL,
        `final_hit` TINYINT(1) UNSIGNED NOT NULL DEFAULT FALSE,
        `unjustified` TINYINT(1) UNSIGNED NOT NULL DEFAULT FALSE,
        PRIMARY KEY (`id`)
) ENGINE = InnoDB;
 
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pk.kill_id' in 'on clause'

I just think I did something wrong at installation...

btw I use the TFS for 9.10. Don't know if it matters.
 
Last edited:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pk.kill_id' in 'on clause'

I just think I did something wrong at installation...

btw I use the TFS for 9.10. Don't know if it matters.

The AAC you are trying to use is obviously not designed for The Forgotten Server 0.2, tell the author of the AAC to fix it.
 
Back
Top