
02-16-2009, 10:26 PM
|
|
|
Join Date: Mar 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
When I installed version 2.0, I got this error:
Quote:
Database error in vBulletin 3.7.5:
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 : Monday, February 16th 2009 @ 05:24:03 PM
Error Date : Monday, February 16th 2009 @ 05:24:03 PM
Script : http://XXX/forum/admincp/plugin.php?do=productimport
Referrer : http://XXX/forum/admincp/plugin.php?do=productadd
IP Address : XXX
Username : Mr.X
Classname : vB_Database
MySQL Version : 5.0.75-community-log
|
How can I fix it?
|