Coleccromos
07-20-2005, 09:03 PM
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
I have installed the same version of the forum 3.0.6 in the same servant with another database but without the translation to the Spanish one and she doesn't give me problems the arcade.
In the official forum with translation in Spanish gives me the error that I comment
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
I have installed the same version of the forum 3.0.6 in the same servant with another database but without the translation to the Spanish one and she doesn't give me problems the arcade.
In the official forum with translation in Spanish gives me the error that I comment