• 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
    • No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex

    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: No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex

    • Issue Tools
      • View Changes
    1. issueid=4090 November 30, 2014 8:20 PM
      Vilandra Vilandra is offline
      New Member
      No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex
      Error after upgrade from RC4 to RC5 when accessing Wiki tab in XF admincp

      After running the upgrade to RC5, I get the following error when accessing the Wiki tab of the admincp:
      Code:
      Server Error
      
      No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex
      
          XenForo_FrontController->_handleControllerResponse() in XenForo/FrontController.php at line 355
          XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
          XenForo_FrontController->run() in /path/to/forums/admin.php at line 13
      From the Server Logs:
      Code:
      XenForo_Exception: No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex - library/XenForo/FrontController.php:465
      
      Stack Trace
      
      #0 /path/to/forums/library/XenForo/FrontController.php(355): XenForo_FrontController->_handleControllerResponse(NULL, 'vw_XenForo_Cont...', 'Index')
      #1 /path/to/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #2 /path/to/forums/admin.php(13): XenForo_FrontController->run()
      #3 {main}
      
      Request State
      
      array(3) {
        ["url"] => string(43) "http://url.com/admin.php?wiki/conflict"
        ["_GET"] => array(2) {
          ["wiki/conflict"] => string(0) ""
          ["panel"] => string(8) "conflict"
        }
        ["_POST"] => array(0) {
        }
      }
    Issue Details
    Issue Number 4090
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Admin Panel
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.0 RC 5
    Fixed Version 4.0.0 RC 5
    Milestone VaultWiki 4.0 Gold
    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. November 30, 2014 10:08 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the current release. This only occurs after an upgrade on XenForo boards if debug mode is not enabled, and before the admin removes the install directory. In library/vw/XenForo/ControllerAdmin/Wiki.php, find:
      Code:
      			return $view_ctrl->response();
      		}
      
      		return vw_Hard_Core::view('UI/Proxy')->getResponse();
      Replace with:
      Code:
      		}
      
      		return $view_ctrl->response();
      Reply Reply  
    2. December 1, 2014 12:21 PM
      Vilandra Vilandra is offline
      New Member
      That worked - thank you very much
      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:14 PM.
    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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.