Status
Not open for further replies.
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="" />
:cool:
 
Completly remove this line will also work:

<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="4.1.5" />

Only my scores won't work anymore, but I'm sure this will be fixed soon :)
 
I have made the corrections as recommended by ozzy47 and everything is working fine once again and scores are still submitting, thanks for your help never would have thought of changing that in the XML file :o
 
Merged all together.

reeshe, perhaps your whitescreen issue was caused by something else than the template syntax! If you are still interested, I can take a closer look as to what was happening.
 
in the next beta, i got rid of the ceiling version (since apparently its incorrect), and made the proper installer to merge in details vs blindly try them, which should prevent errors and allow for db fixing.
 
Status
Not open for further replies.

Similar threads

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
902
Customer rating
0.00 star(s) 0 ratings
Back
Top