Quote:
Originally Posted by RK KINGKONG
I wish i wouldve seen the fix sooner but being a noob . I guess i screwed myself . I had uninstalled it already . so now seeing the fix it says to make the changes n install as an overwrite . i got that part but now it wont let me install the original .xml saying its not compatible .:
The following dependencies were not met:
This product is not compatible with version 4.1.0 of vBulletin. (Compatible starting with 4.0.0 alpha 1 / Incompatible with 4.1.0 alpha 1 and greater)
so by uninstalling it i guess i screwed my self.
|
In the xml file, change this:
Quote:
<dependency dependencytype="vbulletin" minversion="4.0.0 alpha 1" maxversion="4.1.0 alpha 1" />
|
to this:
Quote:
<dependency dependencytype="vbulletin" minversion="4.0.0 alpha 1" maxversion="" />
|