The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Product Importer Doesn't Create DB Tables
I wrote a product XML file to insert database tables, data, phrases, and templates for my script/add-on. Phrases and templates are to be inserted properly; however, database tables are not created nor the data.
Can anyone please take a look and tell me what I did wrong? Below is part of codes in my product xml file: PHP Code:
tnguy3n |
#2
|
||||
|
||||
What version number does the product itself have ?
|
#3
|
|||
|
|||
Did you manually write the XML-file?
Are you doing a clean install or an overwrite? You might want to enable error reporting for testing first. |
#4
|
||||
|
||||
Quote:
@ Marco: Yup, I wrote that product xml file, for clean installation. And thank for the tip. the error report pointed me to where to the bug. For some reasons, MySQL doesn't like the DEFAULT syntax as in ENGINE=MyISAM DEFAULT AUTO_INCREMENT=2 , so I changed it to ENGINE=MyISAM AUTO_INCREMENT=2 and it worked! many thanks. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|