Quote:
Originally Posted by mollila
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" />
|
Thanks for posting this -- I'm testing now on 4.2 - much appreciated.
and - if you saw this post before I edited it (removing the goof), I found the code to add the add after the 4th post... nevermind!