I don't know if anyone will be able to help me fix this on my forum. so if you can Please hlep me :P
I am trying to install an arcade for my members but I have run into a problem.
mySQL query error: UPDATE inv_sessions SET member_name='spirit1flyer',member_id='1',member_group='4',in_forum='0',in_topic='0',in_game='0|',login_type='',running_time='1133563140',location='idx,,' WHERE id='a6a47453ffd562a48e14e9f4c205664a'
mySQL error: Unknown column 'in_game' in 'field list'
mySQL error code:
Date: Friday 02nd of December 2005 02:39:00 PM
I don't know how to fix this :blush: <_<
can anyone take a shot at it?
spirit
then how did you make it, if you don't know anything about it ?
> if someone else wrote it - contact that person and tell HIM about the error. It obviously is a bug in the system
I am pretty sure that I made it but I don't know how to fix it.
I think it was created by the installer for the arcade but it would not run this time. It said
mySQL query error: CREATE TABLE inv_games_scores (
s_id int(11) NOT NULL auto_increment,
mid int(11) NOT NULL default '0',
gid int(11) NOT NULL default '0',
name text NOT NULL,
score FLOAT(11) NOT NULL default '0',
ip text NOT NULL,
comment text NOT NULL,
datescored int(10) NOT NULL,
PRIMARY KEY (s_id)) TYPE=MyISAM
mySQL error: Table 'inv_games_scores' already exists
mySQL error code:
Date: Friday 02nd of December 2005 11:24:42 PM
I have installed this once before but some code problems with my forum forced me to reinstall the forum. but I guess the SQL did not change or something like that.
am I on the right idea? if so how would I go about removing TABLE inv_games_scores? or anything else that might be in the way of re-using the installer?
spirit