vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   vBulletin Mobile API (https://vborg.vbsupport.ru/showthread.php?t=315273)

Razta 11-06-2014 02:55 AM

vBulletin Mobile API
 
Hello,

It seems that the current vBulletin Mobile API isn't compatible with vBulletin 3.8.8.

Code:

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.

PHP Code:

<?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:

Code:

<dependency dependencytype="vbulletin" minversion="3.7.5" maxversion="3.8.8" />
To this:

Code:

<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

Quote:

Originally Posted by Razta (Post 2521698)
Thank you very much :)


no prob :)


All times are GMT. The time now is 07:05 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01167 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete