Quote:
Originally Posted by xploder
The following dependencies were not met:
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)
|
Quote:
Originally Posted by dormopoco
Please update for 4.1.x
|
Quote:
Originally Posted by blankpage
not work for 4.1.x
|
It works fine with 4.10.
Open product-post_thanks.xml in a plain text editor.
Find at lines 14-16:
PHP Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
</dependencies>
Change "4.1.0 alpha 1" to "4.1.99" or something:
PHP Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />
</dependencies>
Re-import product XML file.