I'm getting this error when importing the product:
Quote:
Invalid SQL:
CREATE TABLE `radiostation` (
`stationid` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 150 ) NOT NULL ,
`url` VARCHAR( 150 ) NOT NULL ,
`addedby` INT( 10 ) NOT NULL ,
`dateadded` INT( 10 ) NOT NULL ,
`played` INT( 10 ) NOT NULL DEFAULT '0',
`description` TEXT NULL ,
`categoryid` INT( 10 ) NOT NULL DEFAULT '0'
) ENGINE = MYISAM ;;
MySQL Error : Table 'radiostation' already exists
Error Number : 1050
Request Date : Saturday, January 31st 2009 @ 01:34:30 PM
Error Date : Saturday, January 31st 2009 @ 01:34:30 PM
Script : blahblah.com/forums/admincp/plugin.php?do=productimport
Referrer : XXXXXXXXXXXXXXXXXXXXXXXXXXXx
IP Address : XXX.XXX.XXX.XX
Username : MungoJerry
Classname : vB_Database
MySQL Version : 5.0.67-community
|
I realize it says that the table already exists but I looked for the it and couldn't find it. Also this is my third attempt at installation so it could have been there from those two previous installs. TIA.