• 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
    • Parser Error

    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: Parser Error

    • Issue Tools
      • View Changes
    1. issueid=3427 October 29, 2013 12:11 PM
      dvsDave dvsDave is offline
      Regular Member
      Parser Error

      Code:
      Error Info
      XenForo_Exception: <!-- XEN:VWPHRASE vw-Class 'vw_Parser_Sideways_plain_Model' not found ARGS() --> - vault/core/view/ui/proxy/xf.php:250
      Generated By: Unknown Account, 11 minutes ago
      Stack Trace
      #0 /home/control/public_html/vault/core/model/vw.php(172): vw_UI_Proxy_View_XF->debug_error('vw-Class 'vw_Pa...')
      #1 /home/control/public_html/vault/core/model/vw.php(303): vw_Hard_Core::fetch_object('Model', 'Parser/Sideways...', '')
      #2 /home/control/public_html/library/vw/XenForo/BbCode/Formatter/Plain.php(32): vw_Hard_Core::model('Parser/Sideways...')
      #3 /home/control/public_html/library/vw/XenForo/BbCode/Parser.php(875): vw_XenForo_BbCode_Formatter_Plain->initSideways('plain')
      #4 /home/control/public_html/library/vw/XenForo/BbCode/Parser.php(446): vw_XenForo_BbCode_Parser->init_class()
      #5 /home/control/public_html/library/vw/XenForo/BbCode/Parser.php(463): vw_XenForo_BbCode_Parser->formatterIsWikiEnabled()
      #6 /home/control/public_html/library/XenForo/BbCode/Parser.php(502): vw_XenForo_BbCode_Parser->parse('Hi everyone,??I...')
      #7 /home/control/public_html/library/vw/XenForo/BbCode/Parser.php(524): XenForo_BbCode_Parser->render('Hi everyone,??I...', Array)
      #8 /home/control/public_html/library/XenForo/ViewPublic/Thread/Preview.php(14): vw_XenForo_BbCode_Parser->render('Hi everyone,??I...')
      #9 /home/control/public_html/library/XenForo/ViewRenderer/Abstract.php(227): XenForo_ViewPublic_Thread_Preview->renderHtml()
      #10 /home/control/public_html/library/XenForo/ViewRenderer/Json.php(229): XenForo_ViewRenderer_Abstract->renderViewObject('XenForo_ViewPub...', 'Html', Array, 'thread_list_ite...')
      #11 /home/control/public_html/library/XenForo/ViewRenderer/Json.php(92): XenForo_ViewRenderer_Json->getDefaultOutputArray('XenForo_ViewPub...', Array, 'thread_list_ite...')
      #12 /home/control/public_html/library/XenForo/FrontController.php(572): XenForo_ViewRenderer_Json->renderView('XenForo_ViewPub...', Array, 'thread_list_ite...', NULL)
      #13 /home/control/public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_Json), Array)
      #14 /home/control/public_html/index.php(13): XenForo_FrontController->run()
      #15 {main}
      Request State
      array(3) {
        ["url"] => string(151) "http://www.controlbooth.com/threads/lighting-manufacturers.33933/preview?_xfRequestUri=%2Ffind-new%2F36834%2Fposts&_xfNoRedirect=1&_xfResponseType=json"
        ["_GET"] => array(3) {
          ["_xfRequestUri"] => string(21) "/find-new/36834/posts"
          ["_xfNoRedirect"] => string(1) "1"
          ["_xfResponseType"] => string(4) "json"
        }
        ["_POST"] => array(0) {
        }
      }
    Issue Details
    Issue Number 3427
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category BB-Code Parsing
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.0 Beta 7
    Fixed Version 4.0.0 Gamma 1
    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. October 29, 2013 1:20 PM
      pegasus pegasus is offline
      VaultWiki Team
      For now the only way to prevent this error during the preview and find-new requests is to create a file:
      vault/core/model/parser/sideways/plain/xf.php, and put this as the contents:
      Code:
      &lt;?php
      
      require_once(vw_Hard_Core::get_dir() . '/model/parser/sideways/vw.php');
      
      class vw_Parser_Sideways_Plain_Model_XF extends vw_Parser_Sideways_Model {}
      Reply Reply  
    2. This petition for a change to In Progress was rejected
      October 29, 2013 2:06 PM
      dvsDave dvsDave is offline
      Regular Member
      I've done that, and now I'm getting a new error.
      Code:
      Server Error Log
      Error Info
      ErrorException: Fatal Error: Method XenForo_BbCode_TextWrapper::__toString() must not throw an exception - internal_data/templates/S.3,L.1,thread_view.php:0
      Generated By: Unknown Account, A moment ago
      Stack Trace
      #0 [internal function]: XenForo_Application::handleFatalError()
      #1 {main}
      Request State
      array(3) {
        ["url"] => string(81) "http://www.controlbooth.com/threads/policies-and-regulations-for-a-theatre.10730/"
        ["_GET"] => array(0) {
        }
        ["_POST"] => array(0) {
        }
      }
       
    3. October 29, 2013 2:16 PM
      dvsDave dvsDave is offline
      Regular Member
      That error is a fatal error when trying to view a thread. I removed the xf.php file and it stopped crashing.
      Reply Reply  
    4. October 29, 2013 4:00 PM
      pegasus pegasus is offline
      VaultWiki Team
      Cannot duplicate on your site after recreating the xf.php file. It is possible you placed it in the wrong directory. But let me know if you have a fatal error again and try not to remove the file before I can investigate. If a thread is cached when the file is not present, then it can be hard to reproduce again.
      Reply Reply  
    5. October 29, 2013 10:18 PM
      dvsDave dvsDave is offline
      Regular Member
      ahh, I might have put it in the sideways directory instead of the sidewas/plain/

      I've had a fever for the past couple days and am just not 100%
      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 10:33 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.