View Full Version : vBulletin Mobile API
Razta
11-06-2014, 02:55 AM
Hello,
It seems that the current vBulletin Mobile API isn't compatible with vBulletin 3.8.8.
The following dependencies were not met:
This product is not compatible with version 3.8.8 of vBulletin. (Compatible starting with 3.7.5 / Incompatible with 3.8.8 and greater)
Zachery
11-06-2014, 03:36 AM
It should be, you can edit the product file.
Razta
11-06-2014, 01:21 PM
The following errors occurred when this message was submitted:
The text that you have entered is too long (51649 characters). Please shorten it to 20000 characters long.
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="vbapi" active="1">
<title>vBulletin API</title>
<description />
<version>1.4.5</version>
<url />
<versioncheckurl />
<dependencies>
<dependency dependencytype="php" minversion="5.2.0" maxversion="" />
<dependency dependencytype="vbulletin" minversion="3.7.5" maxversion="3.8.8" />
</dependencies>
<codes>
//
HM666
11-06-2014, 03:59 PM
In the file edit this line:
<dependency dependencytype="vbulletin" minversion="3.7.5" maxversion="3.8.8" />
To this:
<dependency dependencytype="vbulletin" minversion="3.7.5" maxversion="" />
Sometimes leaving it out altogether works better.
Razta
11-06-2014, 10:52 PM
Thank you very much :)
HM666
11-06-2014, 11:17 PM
Thank you very much :)
no prob :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.