• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 4.x Series
    • Bug
    • Tapatalk and Forumrunner broken by VW

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: Tapatalk and Forumrunner broken by VW

    • Issue Tools
      • View Changes
    1. issueid=3144 June 30, 2013 1:14 AM
      rizwank rizwank is offline
      New Member
      Tapatalk and Forumrunner broken by VW

      Tapatalk and Forumrunner, essential to my userbase; work fine.
      Install VW, fails.
      Uncheck VW in Admin panel to disable, works fine again.

      curl "http://site/mobiquo/mobiquo.php" --data "dsfs:dfd"
      (data is to force a POST)

      If VW is active, this returns empty and the php log shows
      Code:
      [30-Jun-2013 05:07:24 UTC] XML error: Invalid document end at line 1, column 1
      [30-Jun-2013 05:07:40 UTC] XML error: Not well-formed (invalid token) at line 1, column 1
      If VW is not active, it returns well structured XML as expected by the app.

      I have no problem helping out with the testing, and I think you'll see I found a bunch of possible errors - but I can't turn on VW until this problem is fixed =(
    Issue Details
    Issue Number 3144
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Page Output
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.0 Beta 1
    Fixed Version (none)
    Milestone VaultWiki 4 Beta X
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. June 30, 2013 1:24 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/config.php, try changing this line:
      Code:
      define('VW_ERROR_LEVEL', E_ALL | E_STRICT & ~8192);
      To this:
      Code:
      define('VW_ERROR_LEVEL', E_ALL & ~8192);
      If this helps then the issue was benign. I will have to look up and test Tapatalk/Forumrunner before I can debug this further.
      Reply Reply  
    2. June 30, 2013 12:06 PM
      pegasus pegasus is offline
      VaultWiki Team
      After testing, the first error "Invalid document end" is due to passing an invalid query string to Tapatalk (it requires at least 'method_name=XX' and you submitted 'dsfs=dfd').

      The second error may very well be an error message returned by VaultWiki. After snooping around in the error codes, I see it may not be well-formed due to the require_once ./vault/config.php error touched on here: https://www.vaultwiki.org/issues/3137/

      The problem is that VaultWiki expects the current request to come in at the XenForo root (site.com/index.php), but in Tapatalk's case, it uses a script at a different directory (site.com/mobiquo/mobiquo.php), which messes up the paths. I have updated VaultWiki's path logic for the next release so it should be able to handle Tapatalk and similar cases in the future.

      Marking as fixed in the next release.
      Reply Reply  
    3. June 30, 2013 3:09 PM
      rizwank rizwank is offline
      New Member
      Thanks. Tapatalk and Forumrunner both do the same thing where the script is in a different dir.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 11:31 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.