Quote:
Originally Posted by nealparry
Got this error when trying to upgrade, but itworked when unistalled and installed fresh:
Database error in vBulletin 3.5.0 Release Candidate 1:
Invalid SQL:
CREATE TABLE `FORUMshout` (
`sid` int(15) NOT NULL auto_increment,
`s_by` int(15) NOT NULL default '0',
`s_time` int(15) NOT NULL default '0',
`s_shout` text NOT NULL,
PRIMARY KEY (`sid`)
) ENGINE=MyISAM;;
MySQL Error : Table 'FORUMshout' already exists
Error Number : 1050
Date : Saturday, July 30th 2005 @ 01:15:05 AM
Script : http://www.burnleyweb.com/community/admincp/plugin.php
Referrer : http://www.burnleyweb.com/community/...?do=productadd
IP Address : 212.***.***.***
Username : ******
Classname : vb_database
|
You certainly used Shoutbox before. I had the same problem. I solve it with a drop of table shout in phpmyadmin. To avoid this (i don't know if it's possible) the script should check if the table exists or not and then behaves differently.