• 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
    • Fatal conflict with NodesAsTab

    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: Fatal conflict with NodesAsTab

    • Issue Tools
      • View Changes
    1. issueid=3253 July 29, 2013 12:48 PM
      rizwank rizwank is offline
      New Member
      Fatal conflict with NodesAsTab

      Nodesastab is one of the most used XF plugins --- after upgreading to Beta 3 build 3 on XF 1.2rc2, wikiindex gives
      Code:
      An exception occurred: No entry is registered for key 'fc' in /var/www/html/forum/library/XenForo/Application.php on line 884
      
      XenForo_Application::get() in XenForo/Application.php at line 1269
      XenForo_Application::getFc() in NodesAsTabs/Listen.php at line 145
      NodesAsTabs_Listen::includeCSS()
      call_user_func_array() in XenForo/CodeEvent.php at line 73
      XenForo_CodeEvent::fire() in XenForo/Template/Abstract.php at line 82
      XenForo_Template_Abstract->__construct() in XenForo/Dependencies/Public.php at line 244
      XenForo_Dependencies_Public->createTemplateObject() in XenForo/ViewRenderer/Abstract.php at line 263
      XenForo_ViewRenderer_Abstract->createTemplateObject() in XenForo/ViewRenderer/HtmlPublic.php at line 115
      XenForo_ViewRenderer_HtmlPublic->renderContainer() in XenForo/FrontController.php at line 604
      XenForo_FrontController->renderView() in vw/XenForo/FrontController.php at line 150
      vw_XenForo_FrontController->halfRun() in vw/XenForo/FrontController.php at line 97
      vw_XenForo_FrontController::doRenderView() in /var/www/html/forum/vault/core/view/ui/proxy/xf.php at line 144
      vw_UI_Proxy_View_XF->standard_error() in /var/www/html/forum/vault/core/model/ui/vw.php at line 43
      vw_UI_Model->check() in /var/www/html/forum/vault/core/controller/ui/vw.php at line 185
      vw_UI_Controller->has_permission() in /var/www/html/forum/vault/core/controller/ui/stack/vw.php at line 162
      vw_UI_Stack_Controller->execute() in /var/www/html/forum/wiki_index.php at line 92
    Issue Details
    Issue Number 3253
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Page Output
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.0 Beta 3
    Fixed Version 4.0.0 Beta 4
    Milestone VaultWiki 4 Beta X
    Software DependencyXenForo 1.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. July 29, 2013 10:50 PM
      pegasus pegasus is offline
      VaultWiki Team
      The ::getFc() method wasn't added to XenForo until RC1. The latest XenForo release at the time of VW4 Beta 3 was XenForo 1.2 Beta 3. Thank you for alerting us that a new method was added that other mods will expect to work.
      Reply Reply  
    2. July 29, 2013 11:20 PM
      rizwank rizwank is offline
      New Member
      Understood. Is there a stub that might work for now?
      Reply Reply  
    3. July 29, 2013 11:21 PM
      pegasus pegasus is offline
      VaultWiki Team
      I am currently working on that and will let you know in a few minutes.
      Reply Reply  
    4. July 30, 2013 12:28 AM
      pegasus pegasus is offline
      VaultWiki Team
      In library/vw/XenForo/FrontController.php, find:
      Code:
      			self::$instance =& $fc;
      Add after:
      Code:
      			if (method_exists('XenForo_Application', 'getFc'))
      			{
      				XenForo_Application::set('fc', self::$instance);
      			}
      Reply Reply  
    5. July 30, 2013 12:39 AM
      rizwank rizwank is offline
      New Member
      results in
      Code:
      Fatal error: Call to a member function getDependencies() on a non-object in /var/www/html/forum/library/vw/XenForo/Dependencies.php on line 33
      Reply Reply  
    6. July 30, 2013 12:44 AM
      pegasus pegasus is offline
      VaultWiki Team
      Did you "Replace" while the instructions above say "Add After"? vw_XenForo_FrontController::getInstance should always return an object.
      Reply Reply  
    7. July 30, 2013 12:50 AM
      rizwank rizwank is offline
      New Member
      Fixed. sorry for misread.
      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:43 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.