get this error:
Database error in vBulletin 3.6.8:
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 : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE = MYISAM' at line 10
Error Number : 1064
Date : Saturday, November 17th 2007 @ 01:03:35 AM
Script : vb/admincpanel/plugin.php?do=productimport
Referrer :vb/admincpanel/plugin.php?do=productadd
IP Address : xxxxx
Username : xxxxx
Classname : vb_database
any ideas?
|