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

player_killers

agomez

Member
Joined
Jan 28, 2009
Messages
211
Reaction score
5
I downloaded the TFS 0.2.9 and i pu the modern acc but when i log there it say this:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fvusion n.killers' doesn't exist

how can i make that table?
i excute:
PHP:
ALTER TABLE `player_killers` ADD CONSTRAINT `player_killers_ibfk_1` FOREIGN KEY ( `kill_id` ) REFERENCES `killers` ( `id` ) ON DELETE CASCADE ,
ADD CONSTRAINT `player_killers_ibfk_2` FOREIGN KEY ( `player_id` ) REFERENCES `players` ( `id` ) ON DELETE CASCADE ;
but says:

PHP:
#1005 - Can't create table 'fvusion n.#sql-840_fc' (errno: 150)
 
Back
Top