as posted here . change the version # ..
it will install
Quote:
Originally Posted by Baja
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:
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" />
|