I decided to skip the uninstall at this time.
But now when I try to import the product-chatbox.xml using the Product Manager I get a db error:
Quote:
Database error in vBulletin 3.6.4:
Invalid SQL:
CREATE TABLE chatbox (
`shoutid` INT( 10 ) NOT NULL AUTO_INCREMENT ,
`userid` INT( 10 ) NOT NULL ,
`username` VARCHAR( 100 ) NOT NULL ,
`shout` VARCHAR( 255 ) NOT NULL ,
`dateline` INT( 10 ) NOT NULL ,
`ipaddress` VARCHAR( 16 ) DEFAULT '0' NOT NULL ,
PRIMARY KEY ( `shoutid` )
);;
MySQL Error : Table 'chatbox' already exists
Error Number : 1050
|
What would you recommend I do so that I can import it?