Quote:
Originally Posted by mboyce84
I got the same problem. Its an issue with sql script and a deprecated supported keyword used the create the table I believe. Open the XML file and change on line 24 from:
TYPE=MyISAM
and replace with:
ENGINE=MyISAM
Then try the import again. Worked for me in Vbulletin 4.1.12 after the change.
|
Thanks for the post...couldn't get it to work on my 3.7 site before the change.