Quote:
Originally Posted by princesspepper
I am running V4.2 PL2 and V3 will not install for me... it says it's not compatible. Is this just a case of the version number in the product file needs editing, or is it really not compatible?
|
I tried that, and got it to work.
Same thing happened to me. When trying to import while running VB 4.2.0, the import failed with error message that this plugin is not compatible.
I opened the XML file in Notepad and
edited the maxversion number to be 4.2.1 instead of 4.2.0 and it installed fine, and seems to be running fine on a
live site.
From:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 Beta 3" maxversion="4.2.0" />
To:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 Beta 3" maxversion="4.2.1" />