DxtGaming
Customer
Basically find this line in the .xml
Code:[COLOR=#000080]<dependency dependencytype=[COLOR=#0000FF]"vbulletin"[/COLOR] minversion=[COLOR=#0000FF]"4.0.0"[/COLOR] maxversion=[COLOR=#0000FF]"4.1.5"[/COLOR] />[/COLOR]
And replace it with this:
Code:[COLOR=#000080]<dependency dependencytype=[COLOR=#0000FF]"vbulletin"[/COLOR] minversion=[COLOR=#0000FF]"4.0.0"[/COLOR] maxversion=[COLOR=#0000FF]""[/COLOR] />[/COLOR]
This one might work too but we fixed the error for our site by replacing this line by:
Code:
<dependency dependencytype="vbulletin" minversion="4.1.5" maxversion="" />
