Quote:
Originally Posted by Coleccromos
Hello:
When installing the games arcade 1.0.3 he/she gives me the following error in the database:
Database error in vBulletin 3.0.7:
Invalid SQL:
CREATE TABLE gamechallenges (
challengeid int(10) unsigned NOT NULL auto_increment,
type tinyint(1) unsigned NOT NULL default '0',
challengerid int(10) unsigned NOT NULL default '0',
challengedid int(10) unsigned NOT NULL default '0',
game varchar(30) NOT NULL default '',
status tinyint(1) unsigned NOT NULL default '0',
datestamp int(13) unsigned NOT NULL default '0',
challengersession int(20) unsigned NOT NULL default '0',
challengedsession int(20) unsigned NOT NULL default '0',
PRIMARY KEY (challengeid)
) TYPE=MyISAM
mysql error: Table 'gamechallenges' already exists
mysql error number: 1050
can this get ready?
Thank you for your time
|
The answer to your question is in your post:
"mysql error: Table 'gamechallenges' already exists"
It has already created that table and wont let you create it again, if this is preventing you from continuing with the install then try uninstalling first to remove it.