
08-19-2012, 02:38 PM
|
|
|
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by rcull
I have been a user of Commbull Pro, and it worked great until now. My only problem with the Pro version was with the preview, and did not start with the upgrade which was done some time ago!
I just attempted to instal this version and got this error:
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.8.99 and greater)
What are my options?
|
- Edit the product file: product-Commbull4.xml
- FIND at line 7:
Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="3.8.99" />
</dependencies>
- CHANGE TO:
Code:
<dependencies>
<dependency dependencytype="vbulletin" minversion="3.0" maxversion="" />
</dependencies>
- Import the edited version of the product file.
|