• 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
    • Error: Class 'vw_Hard_Core' not found when accessing wiki while add-on is disabled

    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: Error: Class 'vw_Hard_Core' not found when accessing wiki while add-on is disabled

    • Issue Tools
      • View Changes
    1. issueid=5903 October 21, 2019 4:35 AM
      SeToY SeToY is offline
      Junior Member
      Error: Class 'vw_Hard_Core' not found when accessing wiki while add-on is disabled

      We have our wiki disabled because it has horrendous performance issues on IIS, as it appears.

      Now when clicking on a wiki link (/help/wiki, for example), the following error occurs:

      Error: Class 'vw_Hard_Core' not found in src\addons\vw\vw\Pub\Help.php at line 24
      vw\vw\Pub\Help::renderWiki()
      call_user_func_array() in src\XF\Pub\Controller\Help.php at line 73
      XF\Pub\Controller\Help->handleHelpPage() in src\XF\Pub\Controller\Help.php at line 19
      XF\Pub\Controller\Help->actionIndex() in src\XF\Mvc\Dispatcher.php at line 321
      XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 244
      XF\Mvc\Dispatcher->dispatchFromMatch() in src\XF\Mvc\Dispatcher.php at line 100
      XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 50
      XF\Mvc\Dispatcher->run() in src\XF\App.php at line 2178
      XF\App->run() in src\XF.php at line 390
      XF::runApp() in index.php at line 20
    Issue Details
    Issue Number 5903
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Unknown
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.1.0 Beta 4
    Fixed Version (none)
    Milestone (none)
    Software DependencyXenForo 2.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. October 21, 2019 7:51 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next build. In src/addons/vw/vw/Pub/Controller/Help.php, find:
      Code:
      $index = \vw_Hard_Core::controller('Fetch')->cached('Index', 0);
      BEFORE it, add:
      Code:
      		if (!class_exists('vw_Hard_Core', false))
      		{
      			throw $controller->errorException(\XF::phrase('vw_wiki_disabled_error'));
      		}
      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 12:39 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 © 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.