MyBB Community Forums

Full Version: Arcade Installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
mySQL query error: ALTER TABLE mybb_online ADD in_game VARCHAR( 32 ) NOT NULL

mySQL error: Table 'locahhb.mybb_online' doesn't exist
mySQL error code:
Date: Sunday 20th of August 2006 11:13:54 PM
~~~
I get this error while running the insaller.php.
The arcade I'm using is an ibpro arcade.
http://www.emulation64.com/files/category/32/74/
This topic has been discussed in numerous threads.

Here if your answer:
http://community.mybboard.net/showthread.php?tid=1666
Maby I wasn't clear on my help request.
I'm trying to run the arcade installer but I get this error:

mySQL query error: CREATE TABLE mybb_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 'mybb_games_scores' already exists
mySQL error code:
Date: Monday 21st of August 2006 11:21:19 PM
To view:
http://locahhb.lo.funpic.org/board/installer.php

I got this plugin from: http://www.emulation64.com/files/category/32/74/
How would I fix this?