02-05-2011, 11:06 PM
|
|
|
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by tjh4384
Quote:
The following dependencies were not met:
1. This product is not compatible with version 4.1.1 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
|
Fairly straight forward install, I tried updating, then removed it and tried fresh install
got same thing both times
Still tweeking fresh install of 4.1.1 will get back to this later then
|
This issue has been covered many times in this thread.
- FIND at line 10:
PHP Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.0 alpha 1" />
- REPLACE WITH:
PHP Code:
<dependency dependencytype="vbulletin" minversion="4.0.0 beta 4" maxversion="4.1.99" />
- IMPORT XML to INSTALL.
|