I'll bump his post, and as he is having a problem, thought i'd add on to it, incase they are similiar and hopefully someone with knowledge can help us both eaasily lol
Not sure if this is the right section, but think this may get answered, I was installing IBP arcade 2.5.1 on my forums 3.5.1 as a tempory solution until this one comes out, and i see it works fine for a lot of people, but i get this error, any one know how to fix it.
mySQL query error: CREATE TABLE 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: No Database Selected
mySQL error code:
Date: Monday 14th of November 2005 07:45:06 AM
Obviously it cant find the database, but what statement is it trying to find the database, that i will need to modify, because I've changed everything that i can think of, but there is no mention in the instructions of having to even do this.
Thanks
|