
08-18-2005, 09:28 PM
|
|
|
Join Date: Jul 2005
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Blackjack
Edit: Hmm, Worked the second time for some reason.
Upgrade Error:
Code:
Database error in vBulletin 3.5.0 Release Candidate 2:
Invalid SQL:
CREATE TABLE `vb3_rssfeed` (
`feed_id` int(15) NOT NULL auto_increment,
`feed_name` varchar(255) NOT NULL default '',
`feed_prefix` varchar(255) NOT NULL default '',
`feed_location` varchar(255) NOT NULL default '',
`feed_user` int(15) NOT NULL default '0',
`feed_forum` int(15) NOT NULL default '0',
`feed_parser` mediumtext NOT NULL,
`feed_lastadded` text NOT NULL,
`feed_direction` varchar(255) NOT NULL default 'newestfirst',
PRIMARY KEY (`feed_id`)
) TYPE=MyISAM;;
MySQL Error : Table 'vb3_rssfeed' already exists
Error Number : 1050
Date : Thursday, August 18th 2005 @ 03:23:23 PM
|
I received the same error but on the second attempt on the xml upload it worked fine from what I see.
|