Strange... It's
not working for me in 4.1 PL2.
I recently upgraded the forum from 3.8.6 to 4.1.0 PL2. While attempting a fresh install of iTrader I get the folllowing error:
Quote:
The following dependencies were not met:
1. This product is not compatible with version 4.1.0 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
|
Has anyone else attempted to install
after you upgraded the forum to 4.1.x?
EDIT:
It installed properly after editing the 10th line in
product-post_thanks.xml as follows:
Find this code:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
Replace with this:
Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.2.0" />