Quote:
Originally Posted by JTyson
I'd guess that the arcade_pmactive field didnt get created on the user table.
Assumming your not using prefixes which from the rror abve your not try running this query in phpmyadmin, Before doing so just check if the field already exists but i doubt it does.
Code:
ALTER TABLE `user` ADD `arcade_pmactive` tinyint(1) NOT NULL default '1';
|
ok just tried this query and it was not there now i get this error:
PHP Code:
mySQL query error: INSERT INTO games_cats (c_id,cat_name,active,show_all,pos,password,num_of_games) VALUES ('1','Default','1','0','1','','9')
mySQL error: Duplicate entry '1' for key 1
mySQL error code:
Date: Sunday 27th of November 2005 09:35:07 AM
there are no queries to run in install instructions and i can't get the install script to work cause i keep getting errors just a reminder this is vb 3.07 arcade upgrade from 2.51 please help thanks