Quote:
Originally Posted by JTyson
try this, this will throw your game counts out as it will delete the cat so the script can recreate it, otherwise you can try to comment out the query from the install file.
Code:
DELETE FROM games_cats WHERE c_id = 1;
|
ok did that and now i get this..
PHP Code:
mySQL query error: ALTER TABLE session ADD in_game VARCHAR( 32 ) NOT NULL
mySQL error: Duplicate column name 'in_game'
mySQL error code:
Date: Sunday 27th of November 2005 09:54:29 AM
is there a list of queries i can run to remove the old arcade completly so i can just do a fresh complete install of new? thanks for your help!!