Quote:
Originally Posted by Ted Clore
Can't get past Step 2. I had Version 1.7 running with vB 3.7.0. When I did the upgrade I get an error message and the script runs and runs and runs..., never completing. I did an "Uninstall" and tried to Install it new. Get the same problem.
Database error in vBulletin 3.7.0:
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 ;;
There is more to the message but it is stats from my forum directory.
|
I truly wish I could get this to run on my site, but to no avail. I have deleted tables and all files, and reverted templates, and tried all kind of different things. Same problem every time.
Any ideas?