• 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
    • Class 'vw_Hard_Core' not found

    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: Class 'vw_Hard_Core' not found

    • Issue Tools
      • View Changes
    1. issueid=6094 August 30, 2020 7:39 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Class 'vw_Hard_Core' not found

      When disabling VW, I get this:

      Error: Class 'vw_Hard_Core' not found - library/vw/XenForo/Search/DataHandler/Base.php:377
      Generated By: Alfa, A moment ago
      Stack Trace

      #0 /library/SV/ElasticEss/XenES/Search/SourceHandler/ElasticSearch.php(199): vw_XenForo_Search_DataHandler_Base->filterConstraints(Object(SV_ElasticEss_XenES_Search_Sour ceHandler_ElasticSearch), Array)
      #1 /library/SV/ElasticEss/XenES/Search/SourceHandler/ElasticSearch.php(224): SV_ElasticEss_XenES_Search_SourceHandler_ElasticSearch->parseConstraints(Array, Array, Array)
      #2 /library/XenForo/Search/Searcher.php(79): SV_ElasticEss_XenES_Search_SourceHandler_ElasticSearch->searchGeneral('gettin off righ...', Array, 'date', 1)
      #3 /library/SV/ElasticEss/Model.php(677): XenForo_Search_Searcher->searchGeneral('gettin off righ...', Array, 'date', 1)
      #4 /library/SV/ElasticEss/Model.php(648): SV_ElasticEss_Model->validateSuggestion(Object(SV_ElasticEss_XenForo_Model_Se arch), Object(XenForo_Search_Searcher), Array)
      #5 /library/SV/ElasticEss/XenForo/ControllerPublic/Search.php(531): SV_ElasticEss_Model->getSuggestions('5', Array)
      #6 /library/XenForo/FrontController.php(369): SV_ElasticEss_XenForo_ControllerPublic_Search->actionResults()
      #7 /library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #8 /index.php(13): XenForo_FrontController->run()
      #9 {main}

      Request State

      array(3) {
      ["url"] => string(89) "https://my-forum.com/search/2145125/?q=ff+right&t=resource_update&o=relevance"
      ["_GET"] => array(4) {
      ["/search/2145125/"] => string(0) ""
      ["q"] => string(17) "off right"
      ["t"] => string(15) "resource_update"
      ["o"] => string(9) "relevance"
      }
      ["_POST"] => array(0) {
      }
      }
    Issue Details
    Issue Number 6094
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Search
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.1.0
    Fixed Version 4.1.0
    Milestone (none)
    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. August 30, 2020 3:40 PM
      pegasus pegasus is offline
      VaultWiki Team
      This was a general design problem in XenForo 1.x, where XenForo would still execute various content-type handlers for add-ons that are actually disabled. I believe XenForo 2.x doesn't have this problem, as I don't recall encountering it.

      In library/vw/XenForo/Search/DataHandler/Base.php, find:
      Code:
      	public function filterConstraints(XenForo_Search_SourceHandler_Abstract $sourceHandler, array $constraints)
      	{
      AFTER it, add:
      Code:
      		if (!class_exists('vw_Hard_Core', false))
      		{
      			return $constraints;
      		}
      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 7: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.