Even after the editing, I am still getting the following message "The following dependencies were not met:
This product is not compatible with version 4.2.2 of vBulletin. (Compatible starting with 4.2.2 / Incompatible with 4.2.2 and greater)" I tried editing it from 4.0.8 and still get the same message! There were alson 4 instances of the "MYISAM" to change.
EDIT: Found that you will need to also change your MYSQL version. Check your mysql version and change it to your server version. Mine is 5.5.32!
Change it to: <dependency dependencytype="mysql" minversion="5.5.32" maxversion="" />
Quote:
Originally Posted by lims
Use vblinkdirectory105vb415.zip
edit ==>> product-vblinklis.xml
find ===>> TYPE=MYISAM and Changet to ENGINE=MYISAM
and the last find :
Code:
<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="4.2.0 Alpha 1" />
Change to ==>>
<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="4.2.2" />
|