SQLSTATE[42S02]: Base table or view not found: 1146 Table 'theforgottenserver.killers' doesn't exist
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.