Quote:
Originally Posted by Rickie3
Database error in vBulletin 3.5.4:
|
The XML is in vB 3.6.0 format, so it won't work 'out of the box' on vB 3.5.4.
If you have a vB 3.5.x board, you'll need to edit the XML file prior to import:
Find these blocks and remove them:
Code:
<!-- this is near the top -->
<url />
<versioncheckurl />
<dependencies>
</dependencies>
<!-- this is near the bottom -->
<helptopics>
</helptopics>
<cronentries>
</cronentries>
<faqentries>
</faqentries>
Find two cases of this and change it:
Code:
<!-- from this -->
<plugin active="1" executionorder="5">
<!-- to this -->
<plugin active="1">
Then import the product XML file.