• 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
    • Server 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: Server Error

    • Issue Tools
      • View Changes
    1. issueid=5541 November 30, 2018 10:17 PM
      tommythejoat tommythejoat is offline
      Regular Member
      Server Error
      There is a pattern of server errors that start with undefined index url_js, followed by a pattern of errors ashshown below

      I do not know what functions if any are affected by this. But essentially the same patter has generated about 1,000 errors since October 1st.
      Code:
      Server Error Log
      Error Info
      ErrorException: Undefined index: url_js - vault/core/view/ui/discussion/xf.php:41
      Generated By: vintageguy, Today at 6:04 PM
      Stack Trace
      #0 /home/xfnawcc/public_html/vault/core/view/ui/discussion/xf.php(41): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/xfnawcc/p...', 41, Array)
      #1 /home/xfnawcc/public_html/vault/core/view/ui/discussion/vw.php(606): vw_UI_Discussion_View_XF->get_quick_reply(Object(vw_UI_Discussion_Controller_XF))
      #2 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(2079): vw_UI_Discussion_View->index(Object(vw_UI_Discussion_Controller_XF))
      #3 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(141): vw_UI_Discussion_Controller->view()
      #4 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/xf.php(72): vw_UI_Discussion_Controller->execute()
      #5 /home/xfnawcc/public_html/vault/core/view/ui/page/vw.php(282): vw_UI_Discussion_Controller_XF->execute()
      #6 /home/xfnawcc/public_html/vault/core/view/ui/page/vw.php(150): vw_UI_Page_View->get_comments(Object(vw_UI_Page_Controller_XF), false)
      #7 /home/xfnawcc/public_html/vault/core/controller/ui/page/vw.php(788): vw_UI_Page_View->view(Object(vw_UI_Page_Controller_XF))
      #8 /home/xfnawcc/public_html/vault/core/controller/ui/stack/vw.php(374): vw_UI_Page_Controller->view()
      #9 /home/xfnawcc/public_html/vault/core/controller/ui/stack/vw.php(290): vw_UI_Stack_Controller->view()
      #10 /home/xfnawcc/public_html/library/vw/XenForo/ControllerPublic/Wiki.php(70): vw_UI_Stack_Controller->execute()
      #11 /home/xfnawcc/public_html/library/XenForo/FrontController.php(369): vw_XenForo_ControllerPublic_Wiki->actionIndex()
      #12 /home/xfnawcc/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #13 /home/xfnawcc/public_html/index.php(13): XenForo_FrontController->run()
      #14 {main}
      Request State
      array(3) {
        ["url"] => string(60) "https://mb.nawcc.org/wiki/E-Howard-and-Co?highlight=e+howard"
        ["_GET"] => array(1) {
          ["highlight"] => string(8) "e howard"
        }
        ["_POST"] => array(0) {
        }
      }
      This error is generated with line numbers 347, 348 and 359
      Code:
      Server Error Log
      Error Info
      ErrorException: Undefined index: itemid - vault/core/controller/dm/comment/vw.php:347
      Generated By: Kent, Today at 8:02 PM
      Stack Trace
      #0 /home/xfnawcc/public_html/vault/core/controller/dm/comment/vw.php(347): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/xfnawcc/p...', 347, Array)
      #1 /home/xfnawcc/public_html/vault/core/controller/dm/base/vw.php(955): vw_DM_Comment_Controller->adjacent_nodes(6, Array)
      #2 /home/xfnawcc/public_html/vault/core/controller/dm/comment/vw.php(234): vw_DM_Base_Controller->rebuild_lastupdate(6, Array)
      #3 /home/xfnawcc/public_html/vault/core/controller/dm/comment/xf.php(69): vw_DM_Comment_Controller->post_save_each()
      #4 /home/xfnawcc/public_html/library/XenForo/DataWriter.php(1423): vw_DM_Comment_Controller_XF->_postSave()
      #5 /home/xfnawcc/public_html/vault/core/controller/dm/xf.php(431): XenForo_DataWriter->save()
      #6 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(516): vw_DM_Controller_XF->save()
      #7 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(108): vw_UI_Discussion_Controller->postcomment()
      #8 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/xf.php(72): vw_UI_Discussion_Controller->execute()
      #9 /home/xfnawcc/public_html/vault/core/view/ui/page/vw.php(282): vw_UI_Discussion_Controller_XF->execute()
      #10 /home/xfnawcc/public_html/vault/core/controller/ui/page/vw.php(754): vw_UI_Page_View->get_comments(Object(vw_UI_Page_Controller_XF), true)
      #11 /home/xfnawcc/public_html/vault/core/controller/ui/page/vw.php(181): vw_UI_Page_Controller->comments()
      #12 /home/xfnawcc/public_html/vault/core/controller/ui/page/xf.php(58): vw_UI_Page_Controller->execute()
      #13 /home/xfnawcc/public_html/vault/core/controller/ui/stack/vw.php(276): vw_UI_Page_Controller_XF->execute()
      #14 /home/xfnawcc/public_html/library/vw/XenForo/ControllerPublic/Wiki.php(70): vw_UI_Stack_Controller->execute()
      #15 /home/xfnawcc/public_html/library/XenForo/FrontController.php(369): vw_XenForo_ControllerPublic_Wiki->actionIndex()
      #16 /home/xfnawcc/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #17 /home/xfnawcc/public_html/index.php(13): XenForo_FrontController->run()
      #18 {main}
      Request State
      array(3) {
        ["url"] => string(55) "https://mb.nawcc.org/wiki/Swiss-Fake?action=postcomment"
        ["_GET"] => array(1) {
          ["action"] => string(11) "postcomment"
        }
        ["_POST"] => array(14) {
          ["message_html"] => string(88) "<p>Re-posting pictures whose links were disrupted by move to current Message Board</p>
      "
          ["_xfRelativeResolver"] => string(55) "https://mb.nawcc.org/wiki/Swiss-Fake?action=postcomment"
          ["attachment_hash"] => string(32) "e8b3c3d233d6ba5d5605beedf3238682"
          ["sub_options"] => array(2) {
            ["item_comments"] => string(1) "1"
            ["fake"] => string(1) "0"
          }
          ["sbutton"] => string(8) "Post Now"
          ["_xfToken"] => string(8) "********"
          ["do"] => string(8) "comments"
          ["action"] => string(11) "postcomment"
          ["discussionid"] => string(2) "27"
          ["posthash"] => string(0) ""
          ["poststarttime"] => string(10) "1543604995"
          ["loggedinuser"] => string(2) "37"
          ["parseurl"] => string(1) "1"
          ["signature"] => string(1) "1"
        }
      }
      Code:
      Server Error Log
      Error Info
      ErrorException: Undefined index: itemid - vault/core/controller/dm/comment/vw.php:348
      Generated By: Kent, Today at 8:02 PM
      Stack Trace
      #0 /home/xfnawcc/public_html/vault/core/controller/dm/comment/vw.php(348): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/xfnawcc/p...', 348, Array)
      #1 /home/xfnawcc/public_html/vault/core/controller/dm/base/vw.php(955): vw_DM_Comment_Controller->adjacent_nodes(6, Array)
      #2 /home/xfnawcc/public_html/vault/core/controller/dm/comment/vw.php(234): vw_DM_Base_Controller->rebuild_lastupdate(6, Array)
      #3 /home/xfnawcc/public_html/vault/core/controller/dm/comment/xf.php(69): vw_DM_Comment_Controller->post_save_each()
      #4 /home/xfnawcc/public_html/library/XenForo/DataWriter.php(1423): vw_DM_Comment_Controller_XF->_postSave()
      #5 /home/xfnawcc/public_html/vault/core/controller/dm/xf.php(431): XenForo_DataWriter->save()
      #6 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(516): vw_DM_Controller_XF->save()
      #7 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(108): vw_UI_Discussion_Controller->postcomment()
      #8 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/xf.php(72): vw_UI_Discussion_Controller->execute()
      #9 /home/xfnawcc/public_html/vault/core/view/ui/page/vw.php(282): vw_UI_Discussion_Controller_XF->execute()
      #10 /home/xfnawcc/public_html/vault/core/controller/ui/page/vw.php(754): vw_UI_Page_View->get_comments(Object(vw_UI_Page_Controller_XF), true)
      #11 /home/xfnawcc/public_html/vault/core/controller/ui/page/vw.php(181): vw_UI_Page_Controller->comments()
      #12 /home/xfnawcc/public_html/vault/core/controller/ui/page/xf.php(58): vw_UI_Page_Controller->execute()
      #13 /home/xfnawcc/public_html/vault/core/controller/ui/stack/vw.php(276): vw_UI_Page_Controller_XF->execute()
      #14 /home/xfnawcc/public_html/library/vw/XenForo/ControllerPublic/Wiki.php(70): vw_UI_Stack_Controller->execute()
      #15 /home/xfnawcc/public_html/library/XenForo/FrontController.php(369): vw_XenForo_ControllerPublic_Wiki->actionIndex()
      #16 /home/xfnawcc/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #17 /home/xfnawcc/public_html/index.php(13): XenForo_FrontController->run()
      #18 {main}
      Request State
      array(3) {
        ["url"] => string(55) "https://mb.nawcc.org/wiki/Swiss-Fake?action=postcomment"
        ["_GET"] => array(1) {
          ["action"] => string(11) "postcomment"
        }
        ["_POST"] => array(14) {
          ["message_html"] => string(88) "<p>Re-posting pictures whose links were disrupted by move to current Message Board</p>
      "
          ["_xfRelativeResolver"] => string(55) "https://mb.nawcc.org/wiki/Swiss-Fake?action=postcomment"
          ["attachment_hash"] => string(32) "e8b3c3d233d6ba5d5605beedf3238682"
          ["sub_options"] => array(2) {
            ["item_comments"] => string(1) "1"
            ["fake"] => string(1) "0"
          }
          ["sbutton"] => string(8) "Post Now"
          ["_xfToken"] => string(8) "********"
          ["do"] => string(8) "comments"
          ["action"] => string(11) "postcomment"
          ["discussionid"] => string(2) "27"
          ["posthash"] => string(0) ""
          ["poststarttime"] => string(10) "1543604995"
          ["loggedinuser"] => string(2) "37"
          ["parseurl"] => string(1) "1"
          ["signature"] => string(1) "1"
        }
      }
      Code:
      Server Error Log
      Error Info
      ErrorException: Undefined index: itemid - vault/core/controller/dm/comment/vw.php:359
      Generated By: Kent, Today at 8:02 PM
      Stack Trace
      #0 /home/xfnawcc/public_html/vault/core/controller/dm/comment/vw.php(359): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/xfnawcc/p...', 359, Array)
      #1 /home/xfnawcc/public_html/vault/core/controller/dm/base/vw.php(955): vw_DM_Comment_Controller->adjacent_nodes(6, Array)
      #2 /home/xfnawcc/public_html/vault/core/controller/dm/comment/vw.php(234): vw_DM_Base_Controller->rebuild_lastupdate(6, Array)
      #3 /home/xfnawcc/public_html/vault/core/controller/dm/comment/xf.php(69): vw_DM_Comment_Controller->post_save_each()
      #4 /home/xfnawcc/public_html/library/XenForo/DataWriter.php(1423): vw_DM_Comment_Controller_XF->_postSave()
      #5 /home/xfnawcc/public_html/vault/core/controller/dm/xf.php(431): XenForo_DataWriter->save()
      #6 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(516): vw_DM_Controller_XF->save()
      #7 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/vw.php(108): vw_UI_Discussion_Controller->postcomment()
      #8 /home/xfnawcc/public_html/vault/core/controller/ui/discussion/xf.php(72): vw_UI_Discussion_Controller->execute()
      #9 /home/xfnawcc/public_html/vault/core/view/ui/page/vw.php(282): vw_UI_Discussion_Controller_XF->execute()
      #10 /home/xfnawcc/public_html/vault/core/controller/ui/page/vw.php(754): vw_UI_Page_View->get_comments(Object(vw_UI_Page_Controller_XF), true)
      #11 /home/xfnawcc/public_html/vault/core/controller/ui/page/vw.php(181): vw_UI_Page_Controller->comments()
      #12 /home/xfnawcc/public_html/vault/core/controller/ui/page/xf.php(58): vw_UI_Page_Controller->execute()
      #13 /home/xfnawcc/public_html/vault/core/controller/ui/stack/vw.php(276): vw_UI_Page_Controller_XF->execute()
      #14 /home/xfnawcc/public_html/library/vw/XenForo/ControllerPublic/Wiki.php(70): vw_UI_Stack_Controller->execute()
      #15 /home/xfnawcc/public_html/library/XenForo/FrontController.php(369): vw_XenForo_ControllerPublic_Wiki->actionIndex()
      #16 /home/xfnawcc/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #17 /home/xfnawcc/public_html/index.php(13): XenForo_FrontController->run()
      #18 {main}
      Request State
      array(3) {
        ["url"] => string(55) "https://mb.nawcc.org/wiki/Swiss-Fake?action=postcomment"
        ["_GET"] => array(1) {
          ["action"] => string(11) "postcomment"
        }
        ["_POST"] => array(14) {
          ["message_html"] => string(88) "<p>Re-posting pictures whose links were disrupted by move to current Message Board</p>
      "
          ["_xfRelativeResolver"] => string(55) "https://mb.nawcc.org/wiki/Swiss-Fake?action=postcomment"
          ["attachment_hash"] => string(32) "e8b3c3d233d6ba5d5605beedf3238682"
          ["sub_options"] => array(2) {
            ["item_comments"] => string(1) "1"
            ["fake"] => string(1) "0"
          }
          ["sbutton"] => string(8) "Post Now"
          ["_xfToken"] => string(8) "********"
          ["do"] => string(8) "comments"
          ["action"] => string(11) "postcomment"
          ["discussionid"] => string(2) "27"
          ["posthash"] => string(0) ""
          ["poststarttime"] => string(10) "1543604995"
          ["loggedinuser"] => string(2) "37"
          ["parseurl"] => string(1) "1"
          ["signature"] => string(1) "1"
        }
      }
    Issue Details
    Issue Number 5541
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Discussions / Comments
    Status Duplicate
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.24
    Fixed Version (none)
    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 Server Error




    1. December 1, 2018 10:36 AM
      pegasus pegasus is offline
      VaultWiki Team
      Please see:
      https://www.vaultwiki.org/issues/5489/
      and
      https://www.vaultwiki.org/issues/5500/

      Marked as a duplicate.
      Reply Reply  
    2. December 7, 2018 9:49 PM
      tommythejoat tommythejoat is offline
      Regular Member
      I made the edits called for in the two previous issues and it seemed to be Ok for quite a few hours.

      This evening I found some similar errors in the error log.

      These two errors may be unrelated to one another.

      XenForo_Exception: Database Error: SELECT `l`.*,`ch`.*,`c`.*,`i`.*,`r`.*,`page`.*,`likes`.`likes`,` likes`.`like_users`,`sub`.`subscribeid` AS `issubscribed`,`sub`.`notifytype` AS `subscribetype`,`sub`.`options` AS `subscribeoptions`,`mk`.`readtime`,`l`.`userid` AS `translate_userid`,`ch`.`userid` AS `chapter_userid`,`t`.`discussionid` AS `discussionid`,`t`.`comments` AS `commentcount`,`r`.`dateline` AS `edit_dateline`,`r`.`flags` + 0 AS `flags`,`r`.`parentid` AS `edit_parentid`,`page`.`pageid` FROM `vw_page` `page` LEFT JOIN `vw_route` `i` ON (`page`.`pageid` = `i`.`itemid` AND `i`.`itemtypeid` = 1) LEFT JOIN `vw_counter` `c` ON (`c`.`routeid` = `i`.`routeid`) LEFT JOIN `vw_revision` `r` ON (`r`.`revisionid` = `page`.`revisionid`) LEFT JOIN `vw_chapter` `ch` ON (`page`.`pageid` = `ch`.`pageid`) LEFT JOIN `vw_langitem` `l` ON (`page`.`pageid` = `l`.`pageid`) LEFT JOIN `vw_discussion` `t` ON (`t`.`pageid` = `page`.`pageid` AND `t`.`displayorder` = 0) LEFT JOIN `vw_markread` `mk` ON (`mk`.`itemtypeid` = 1 AND `mk`.`itemid` = `page`.`pageid` AND `mk`.`userid` = 1145) LEFT JOIN `vw_subscribe` `sub` ON (`sub`.`nodetypeid` = 1 AND `sub`.`nodeid` = `page`.`pageid` AND `sub`.`userid` = 1145) LEFT JOIN `vw_likes` `likes` ON (`likes`.`itemtypeid` = 1 AND `likes`.`itemid` = `page`.`pageid`) WHERE `page`.`pageid` IN (2177) LIMIT 1 Mysqli statement execute error : Prepared statement needs to be re-prepared - vault/core/controller/db/xf.php:187
      Generated By: Steven Thornberry, Yesterday at 4:30 PM
      Stack Trace
      #0 /home/xfnawcc/public_html/vault/core/controller/db/xf.php(203): vw_DB_Controller_XF->throw_error(Object(Zend_Db_Statement_Mysqli_Exception) , 'SELECT `l`.*,`c...')
      #1 /home/xfnawcc/public_html/vault/core/model/db/mysql/vw.php(27): vw_DB_Controller_XF->query_read('SELECT `l`.*,`c...')
      #2 /home/xfnawcc/public_html/vault/core/controller/fetch/vw.php(338): vw_DB_MySQL_Model->select(Array)
      #3 /home/xfnawcc/public_html/vault/core/model/ui/tab/revision/vw.php(46): vw_Fetch_Controller->get('Page', 2177)
      #4 /home/xfnawcc/public_html/vault/core/model/ui/tab/vw.php(58): vw_UI_Tab_Revision_Model->can_main_tab(Array, Array)
      #5 /home/xfnawcc/public_html/vault/core/model/ui/vw.php(61): vw_UI_Tab_Model->check('can_main_tab', Array, NULL)
      #6 /home/xfnawcc/public_html/vault/core/view/factory/last/vw.php(593): vw_UI_Model->check('can_main_tab', Array)
      #7 /home/xfnawcc/public_html/vault/core/view/factory/last/vw.php(197): vw_Factory_Last_View->most_recent(Array)
      #8 /home/xfnawcc/public_html/vault/core/model/plugins/forum/vw.php(351): vw_Factory_Last_View->get_recent_update(Array)
      #9 /home/xfnawcc/public_html/library/vw/XenForo/ViewPublic/Forum/List.php(23): vw_Plugins_Forum_Model->statistics_block()
      #10 /home/xfnawcc/public_html/library/XenForo/ViewRenderer/Abstract.php(229): vw_XenForo_ViewPublic_Forum_List->renderHtml()
      #11 /home/xfnawcc/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(71): XenForo_ViewRenderer_Abstract->renderViewObject('XenForo_ViewPub...', 'Html', Array, 'forum_list')
      #12 /home/xfnawcc/public_html/library/XenForo/FrontController.php(625): XenForo_ViewRenderer_HtmlPublic->renderView('XenForo_ViewPub...', Array, 'forum_list', NULL)
      #13 /home/xfnawcc/public_html/library/XenForo/FrontController.php(176): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
      #14 /home/xfnawcc/public_html/index.php(13): XenForo_FrontController->run()
      #15 {main}
      Request State
      array(3) {
      ["url"] => string(21) "https://mb.nawcc.org/"
      ["_GET"] => array(0) {
      }
      ["_POST"] => array(0) {
      }
      }
      and also this error.
      ErrorException: Undefined variable: attachid - vault/core/controller/import/handle/internal/xf.php:382
      Generated By: bangster, Wednesday at 2:14 PM
      Stack Trace
      #0 /home/xfnawcc/public_html/vault/core/controller/import/handle/internal/xf.php(382): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/home/xfnawcc/p...', 382, Array)
      #1 /home/xfnawcc/public_html/vault/core/model/parser/handle/base/link/vw.php(227): vw_Import_Handle_Internal_Controller_XF->fetch_attachments_by_id('197973.vB')
      #2 /home/xfnawcc/public_html/vault/core/model/parser/handle/base/link/vw.php(281): vw_Parser_Handle_Base_Link_Model->find_attach('197973.vB')
      #3 /home/xfnawcc/public_html/vault/core/model/parser/handle/wrapper/vw.php(208): vw_Parser_Handle_Base_Link_Model->handle_bbcode_attach(Array)
      #4 [internal function]: vw_Parser_Handle_Wrapper_Model->vwcode_wrapper(Array, Array, Object(DigitalPointThreadPostBbCode_BbCode_Formatter_Base ))
      #5 /home/xfnawcc/public_html/library/XenForo/BbCode/Formatter/Base.php(745): call_user_func(Array, Array, Array, Object(DigitalPointThreadPostBbCode_BbCode_Formatter_Base ))
      #6 /home/xfnawcc/public_html/library/vw/XenForo/BbCode/Formatter.php(508): XenForo_BbCode_Formatter_Base->renderValidTag(Array, Array, Array)
      #7 /home/xfnawcc/public_html/library/XenForo/BbCode/Formatter/Base.php(652): vw_XenForo_BbCode_Formatter->renderValidTag(Array, Array, Array)
      #8 /home/xfnawcc/public_html/library/vw/XenForo/BbCode/Formatter.php(455): XenForo_BbCode_Formatter_Base->renderTag(Array, Array, 0)
      #9 /home/xfnawcc/public_html/library/XenForo/BbCode/Formatter/Base.php(565): vw_XenForo_BbCode_Formatter->renderTag(Array, Array, 0)
      #10 /home/xfnawcc/public_html/library/vw/XenForo/BbCode/Formatter.php(536): XenForo_BbCode_Formatter_Base->renderTreeElement(Array, Array, 0)
      #11 /home/xfnawcc/public_html/library/vw/XenForo/BbCode/Formatter.php(593): vw_XenForo_BbCode_Formatter->vwPreserveLeadingWhitespaceAndRenderTreeElement(Array, Array, 0)
      #12 /home/xfnawcc/public_html/library/XenForo/BbCode/Formatter/Base.php(546): vw_XenForo_BbCode_Formatter->renderTreeElement(Array, Array, 0)
      #13 /home/xfnawcc/public_html/library/XenForo/BbCode/Formatter/Base.php(526): XenForo_BbCode_Formatter_Base->renderSubTree(Array, Array)
      #14 /home/xfnawcc/public_html/library/vw/XenForo/BbCode/Formatter.php(432): XenForo_BbCode_Formatter_Base->renderTree(Array, Array)
      #15 /home/xfnawcc/public_html/library/vw/XenForo/BbCode/Parser.php(1098): vw_XenForo_BbCode_Formatter->renderTree(Array, Array)
      #16 /home/xfnawcc/public_html/library/vw/XenForo/BbCode/Parser.php(818): vw_XenForo_BbCode_Parser->vwParseBbCode('Not having made...')
      #17 /home/xfnawcc/public_html/vault/core/model/parser/instance/xf.php(189): vw_XenForo_BbCode_Parser->vwInstanceParse('Not having made...')
      #18 /home/xfnawcc/public_html/vault/core/controller/dm/page/vw.php(1192): vw_Parser_Instance_Model_XF->parse(Array)
      #19 /home/xfnawcc/public_html/vault/core/controller/dm/page/vw.php(896): vw_DM_Page_Controller->process_links()
      #20 /home/xfnawcc/public_html/vault/core/controller/dm/page/vw.php(786): vw_DM_Page_Controller->process_revision()
      #21 /home/xfnawcc/public_html/library/vw/XenForo/DataWriter.php(517): vw_DM_Page_Controller->pre_save(true)
      #22 /home/xfnawcc/public_html/library/XenForo/DataWriter.php(1460): vw_XenForo_DataWriter->_preSave()
      #23 /home/xfnawcc/public_html/library/vw/XenForo/DataWriter.php(192): XenForo_DataWriter->preSave()
      #24 /home/xfnawcc/public_html/vault/core/controller/dm/xf.php(397): vw_XenForo_DataWriter->preSaveWithReturn()
      #25 /home/xfnawcc/public_html/vault/core/controller/import/handle/internal/vw.php(700): vw_DM_Controller_XF->pre_save()
      #26 /home/xfnawcc/public_html/vault/core/controller/import/handle/internal/vw.php(653): vw_Import_Handle_Internal_Controller->process_link_page(Array)
      #27 /home/xfnawcc/public_html/vault/core/controller/import/handle/internal/vw.php(618): vw_Import_Handle_Internal_Controller->process_target_links('page', Array)
      #28 /home/xfnawcc/public_html/vault/core/controller/import/steps/internal/vw.php(302): vw_Import_Handle_Internal_Controller->do_links('thread', 'page', Array, 0)
      #29 /home/xfnawcc/public_html/vault/core/model/cron/deferred/import/vw.php(110): vw_Import_Steps_Internal_Controller->{closure}('thread', 'page', Array, 0)
      #30 /home/xfnawcc/public_html/vault/core/controller/ui/imod/vw.php(1005): vw_Cron_Deferred_Import_Model->run(Array)
      #31 /home/xfnawcc/public_html/vault/core/controller/ui/imod/vw.php(52): vw_UI_iMod_Controller->process_import()
      #32 /home/xfnawcc/public_html/library/vw/XenForo/ControllerPublic/Wiki/Moderate.php(51): vw_UI_iMod_Controller->execute()
      #33 /home/xfnawcc/public_html/library/XenForo/FrontController.php(369): vw_XenForo_ControllerPublic_Wiki_Moderate->actionIndex()
      #34 /home/xfnawcc/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #35 /home/xfnawcc/public_html/index.php(13): XenForo_FrontController->run()
      #36 {main}
      Request State
      array(3) {
      ["url"] => string(64) "https://mb.nawcc.org/wiki-moderate/?do=processimport&task=127355"
      ["_GET"] => array(2) {
      ["do"] => string(13) "processimport"
      ["task"] => string(6) "127355"
      }
      ["_POST"] => array(3) {
      ["_xfToken"] => string(8) "********"
      ["do"] => string(13) "processimport"
      ["task"] => string(6) "127355"
      }
      }
      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 4:25 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.