
07-04-2010, 05:25 PM
|
|
|
Join Date: Nov 2009
Location: Naples
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I got this when trying to upgrade: Any ideas would be very much appreciated. I have 4.0.4 btw.
Quote:
Database error in vBulletin 4.0.4:
Invalid SQL:
CREATE TABLE `rpg_battleboss` (
`id` int(11) NOT NULL auto_increment,
`bossid` int(11) NOT NULL,
`time` text NOT NULL,
`timeround` text NOT NULL,
`win` smallint(6) NOT NULL default '0',
`players` text NOT NULL,
`detail` text NOT NULL,
`round` int(11) NOT NULL default '0',
`useitem` text NOT NULL,
`hplost` int(11) NOT NULL,
`hp` int(11) NOT NULL,
PRIMARY KEY (`id`)
);
MySQL Error : Table 'rpg_battleboss' already exists
Error Number : 1050
Request Date : Sunday, July 4th 2010 @ 01:24:54 PM
Error Date : Sunday, July 4th 2010 @ 01:24:55 PM
Script : http://www.aniworlds.net/forum/admin...=productimport
Referrer : http://www.aniworlds.net/forum/admin...?do=productadd
IP Address : xxxxxxxxxxxx
Username : Equinox
Classname : vB_Database
MySQL Version : 5.1.46-log
|
|