kaine- Posted December 6, 2009 Posted December 6, 2009 QUERY ERROR: Table 'announcements' already exists Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ; when i filled in all the fields it says that can anyone help? Quote
Danny696 Posted December 6, 2009 Posted December 6, 2009 open up installer.php find: $fo=fopen("dbdata.sql","r"); and add // infront of it. Quote
bluegman991 Posted December 7, 2009 Posted December 7, 2009 ive had this error before it usually means that announcements table already exist which means u have already installed the game if your are trying to re-install the game clear the database before you try to reinstall or delete that database and make a new 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.