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:
but says:
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 ;
PHP:
#1005 - Can't create table 'fvusion n.#sql-840_fc' (errno: 150)