• 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
    • Unexpected results -- VaultWiki 4.1.1 on XF 2.2.1

    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: Unexpected results -- VaultWiki 4.1.1 on XF 2.2.1

    • Issue Tools
      • View Changes
    1. issueid=6125 November 16, 2020 12:26 PM
      gerryvz gerryvz is offline
      New Member
      Unexpected results -- VaultWiki 4.1.1 on XF 2.2.1
      File check bad results

      After updating my XF 2.2.1 installation with the latest VW 4.1.1 files, I am getting the attached results from the daily file-checking routine.

      I tried re-uploading the files in question, but am still getting the errors.

      Please advise.

      https://www.500eboard.co/forums/data/vaultwiki-1.jpg

      https://www.500eboard.co/forums/data/vaultwiki-2.jpg
    Issue Details
    Issue Number 6125
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Cannot Reproduce
    Priority 4 - Warnings / Script Errors
    Affected Version 4.1.1
    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)


    Page 1 of 2 12 Next LastLast


    1. November 16, 2020 4:22 PM
      pegasus pegasus is offline
      VaultWiki Team
      src/addons/vw/vw/addon.json may be an exception here. Hashes are only generated once for your account the first time you download a version. If you downloaded multiple ZIPs for different versions of XenForo, then that hash may not match anymore.

      As for the other files:

      My test ZIP has the same hashes as your ZIP for these files. When I compare the file contents between my ZIP and your ZIP, the results come back equal. Yet the file check on my site is not complaining about these files.

      I would check the file contents of the listed files on your server and compare them to the file contents of the same in the ZIP. Possibly they did not successfully upload, or possibly your server has changed the line-break character in these files (has been known to happen on some Windows servers). If there is no difference between the files on your server and the ZIP from what you can tell, then you can ignore these warnings. They are there to help you determine if malicious sources are modifying your files.
      Reply Reply  
    2. November 17, 2020 9:06 AM
      gerryvz gerryvz is offline
      New Member
      I went back to the ORIGINAL download of this version, and re-uploaded everything to the server. Ran a check and everything came out fine. I'm on an Ubuntu VPS so no line-break changing.

      Interesting that the "Wiki" button is not showing up in the top bar, nor are the Wiki stats showing in the side-bar, but everything did check out hash-wise.
      Reply Reply  
    3. November 17, 2020 1:25 PM
      pegasus pegasus is offline
      VaultWiki Team
      That typically happens when the software is waiting for you to perform the add-on Upgrade in the AdminCP.
      Reply Reply  
    4. November 28, 2020 10:22 AM
      gerryvz gerryvz is offline
      New Member
      VaultWiki is telling me I need to complete the upgrade, but there's no upgrade button to do this in the AdminCP on XenForo. Shall I open a ticket so you can log in and see what is happening?

      I have not had any further problems with the XF file check after I re-uploaded all of the files from the original download of the latest version of VW.
      Reply Reply  
    5. November 28, 2020 12:59 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed. The following file contains an incorrect version number (a 1 and 0 are swapped). In src/addons/vw/vw/addon.json, find:
      Code:
      1224010091
      Replace with:
      Code:
      1224010190
      You should then be able to complete the upgrade via XenForo's AdminCP.
      Reply Reply  
    6. November 29, 2020 8:30 AM
      gerryvz gerryvz is offline
      New Member
      I was able to complete the upgrade after the change of the version number.

      However, the following error (among several) resulted:



      XF\Db\Exception: Error rendering template admin:vw_cp.less: MySQL statement prepare error [1146]: Table 'xenforo.xf_vw_reactions' doesn't exist src/XF/Db/AbstractStatement.php:228

      Generated by: Unknown account Nov 29, 2020 at 8:29 AM

      Stack trace

      SELECT `di`.*,`l`.*,`ch`.*,`c`.*,`i`.*,`r`.*,`page`.*,`index`.*, `iplog2`.`ip` AS `ipaddress`,`iplog`.`ip` AS `creatorip`,`likes`.`reactions`,`likes`.`reaction_users`, `di`.`userid` AS `disambig_userid`,`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`,`index`.`pageid`,`index`.`title` AS `title` FROM `xf_vw_index` `index` LEFT JOIN `xf_vw_page` `page` ON (`page`.`pageid` = `index`.`pageid`)
      LEFT JOIN `xf_vw_route` `i` ON (`page`.`pageid` = `i`.`itemid` AND `i`.`itemtypeid` = 1)
      LEFT JOIN `xf_vw_counter` `c` ON (`c`.`routeid` = `i`.`routeid`)
      LEFT JOIN `xf_vw_revision` `r` ON (`r`.`revisionid` = `page`.`revisionid`)
      LEFT JOIN `xf_vw_chapter` `ch` ON (`page`.`pageid` = `ch`.`pageid`)
      LEFT JOIN `xf_vw_langitem` `l` ON (`page`.`pageid` = `l`.`pageid`)
      LEFT JOIN `xf_vw_disambigitem` `di` ON (`page`.`pageid` = `di`.`contentid` AND `di`.`contenttypeid` = 1)
      LEFT JOIN `xf_vw_discussion` `t` ON (`t`.`contentid` = `page`.`pageid` AND `t`.`displayorder` = 0 AND `t`.`contenttypeid` = 1)
      LEFT JOIN `xf_vw_reactions` `likes` ON (`likes`.`itemtypeid` = 1 AND `likes`.`itemid` = `page`.`pageid`)
      LEFT JOIN `xf_ip` `iplog` ON (`iplog`.`ip_id` = `page`.`creator_ip_id`)
      LEFT JOIN `xf_ip` `iplog2` ON (`iplog2`.`ip_id` = `r`.`ip_id`) WHERE 0 < `index`.`indexid` LIMIT 1
      ------------

      #0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException()
      #1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException()
      #2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
      #3 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
      #4 src/addons/vw/vw/_core/controller/db/xf2.php(170): XF\Db\AbstractAdapter->query()
      #5 src/addons/vw/vw/_core/model/db/mysql/vw.php(25): vw_DB_Controller_XF2->query_read()
      #6 src/addons/vw/vw/_core/controller/fetch/vw.php(405): vw_DB_MySQL_Model->select()
      #7 src/addons/vw/vw/_core/controller/fetch/index/vw.php(78): vw_Fetch_Controller->get()
      #8 src/addons/vw/vw/_core/controller/fetch/vw.php(285): vw_Fetch_Index_Controller->cached()
      #9 src/addons/vw/vw/Listener.php(571): vw_Fetch_Controller->cached()
      #10 [internal function]: vw\vw\Listener::templater_template_pre_render()
      #11 src/XF/Extension.php(35): call_user_func_array()
      #12 src/XF/App.php(2797): XF\Extension->fire()
      #13 src/XF/Template/Templater.php(1568): XF\App->fire()
      #14 src/addons/vw/vw/XF/Template/Templater22.php(34): XF\Template\Templater->renderTemplate()
      #15 src/XF/CssRenderer.php(331): vw\vw\XF\Template\Templater22->renderTemplate()
      #16 src/addons/vw/vw/XF/CssRenderer.php(39): XF\CssRenderer->renderTemplate()
      #17 src/XF/CssRenderer.php(258): vw\vw\XF\CssRenderer->renderTemplate()
      #18 src/XF/CssRenderer.php(116): XF\CssRenderer->renderTemplates()
      #19 src/XF/CssWriter.php(53): XF\CssRenderer->render()
      #20 css.php(30): XF\CssWriter->run()
      #21 {main}

      Request state

      array(4) {
      ["url"] => string(124) "/forums/css.php?css=admin%3Avw_cp.less%2Cpublic%3Aextra.less&s=0& l=1&d=1606656544&k=2ca6a7a9c7455df3123e9c696f8ba839d9e89b 86"
      ["referrer"] => string(61) "https://www.500eboard.co/forums/admin.php?logs/server-errors/"
      ["_GET"] => array(5) {
      ["css"] => string(34) "admin:vw_cp.less,public:extra.less"
      ["s"] => string(1) "0"
      ["l"] => string(1) "1"
      ["d"] => string(10) "1606656544"
      ["k"] => string(40) "2ca6a7a9c7455df3123e9c696f8ba839d9e89b86"
      }
      ["_POST"] => array(0) {
      }
      }
      Reply Reply  
    7. November 29, 2020 8:31 AM
      gerryvz gerryvz is offline
      New Member
      XF\Db\Exception: MySQL statement prepare error [1146]: Table 'xenforo.xf_vw_autolinkcache' doesn't exist src/XF/Db/AbstractStatement.php:228

      Generated by: Unknown account Nov 29, 2020 at 8:30 AM

      Stack trace

      SELECT `xf_post`.*, `xf_vw_autolinkcache_vwAutoLinkCache_1`.*, `xf_thread_Thread_2`.*, `xf_forum_Forum_3`.*, `xf_node_Node_4`.*, `xf_permission_cache_content_Permissions_5`.*
      FROM `xf_post`
      LEFT JOIN `xf_vw_autolinkcache` AS `xf_vw_autolinkcache_vwAutoLinkCache_1` ON (`xf_vw_autolinkcache_vwAutoLinkCache_1`.`content_type` = 'post' AND `xf_vw_autolinkcache_vwAutoLinkCache_1`.`content_id` = `xf_post`.`post_id`)
      LEFT JOIN `xf_thread` AS `xf_thread_Thread_2` ON (`xf_thread_Thread_2`.`thread_id` = `xf_post`.`thread_id`)
      LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread_Thread_2`.`node_id`)
      LEFT JOIN `xf_node` AS `xf_node_Node_4` ON (`xf_node_Node_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)
      LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_5` ON (`xf_permission_cache_content_Permissions_5`.`content_typ e` = 'node' AND `xf_permission_cache_content_Permissions_5`.`content_id` = `xf_node_Node_4`.`node_id` AND `xf_permission_cache_content_Permissions_5`.`permission_c ombination_id` = '1')
      WHERE (`xf_post`.`post_id` = 177821)


      LIMIT 1
      ------------

      #0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException()
      #1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException()
      #2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
      #3 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
      #4 src/XF/Mvc/Entity/Finder.php(1346): XF\Db\AbstractAdapter->query()
      #5 src/XF/Mvc/Entity/Manager.php(149): XF\Mvc\Entity\Finder->fetchOne()
      #6 src/XF/App.php(2677): XF\Mvc\Entity\Manager->find()
      #7 src/XF/Attachment/AbstractHandler.php(86): XF\App->findByContentType()
      #8 src/XF/Entity/Attachment.php(58): XF\Attachment\AbstractHandler->getContainerEntity()
      #9 src/XF/Pub/Controller/Attachment.php(29): XF\Entity\Attachment->canView()
      #10 src/XF/Mvc/Dispatcher.php(350): XF\Pub\Controller\Attachment->actionIndex()
      #11 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass()
      #12 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch()
      #13 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop()
      #14 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
      #15 src/XF.php(465): XF\App->run()
      #16 index.php(20): XF::runApp()
      #17 {main}

      Request state

      array(4) {
      ["url"] => string(43) "/forums/attachments/m119-parts-3-jpg.75789/"
      ["referrer"] => bool(false)
      ["_GET"] => array(0) {
      }
      ["_POST"] => array(0) {
      }
      }
      Reply Reply  
    8. November 29, 2020 8:32 AM
      gerryvz gerryvz is offline
      New Member
      XF\Db\Exception: Macro public:member_macros :: member_action_buttons() error: MySQL statement prepare error [1146]: Table 'xenforo.xf_vw_noderead' doesn't exist src/XF/Db/AbstractStatement.php:228

      Generated by: offbyone Nov 29, 2020 at 8:29 AM

      Stack trace

      SELECT `liked`.*,`di`.*,`l`.*,`ch`.*,`c`.*,`i`.*,`r`.*,`page`.*, `index`.*,`liked`.`reaction_content_id` AS `like_id`,`iplog2`.`ip` AS `ipaddress`,`iplog`.`ip` AS `creatorip`,`likes`.`reactions`,`likes`.`reaction_users`, `rv`.`vote` AS `myrating`,`rv`.`reason` AS `myratingreason`,`nk`.`readtime` AS `cascadetime`,`sub`.`subscribeid` AS `issubscribed`,`sub`.`notifytype` AS `subscribetype`,`sub`.`options` AS `subscribeoptions`,`mk`.`readtime`,`di`.`userid` AS `disambig_userid`,`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`,`index`.`pageid`,`index`.`title` AS `title` FROM `xf_vw_index` `index` LEFT JOIN `xf_vw_page` `page` ON (`page`.`pageid` = `index`.`pageid`)
      LEFT JOIN `xf_vw_route` `i` ON (`page`.`pageid` = `i`.`itemid` AND `i`.`itemtypeid` = 1)
      LEFT JOIN `xf_vw_counter` `c` ON (`c`.`routeid` = `i`.`routeid`)
      LEFT JOIN `xf_vw_revision` `r` ON (`r`.`revisionid` = `page`.`revisionid`)
      LEFT JOIN `xf_vw_chapter` `ch` ON (`page`.`pageid` = `ch`.`pageid`)
      LEFT JOIN `xf_vw_langitem` `l` ON (`page`.`pageid` = `l`.`pageid`)
      LEFT JOIN `xf_vw_disambigitem` `di` ON (`page`.`pageid` = `di`.`contentid` AND `di`.`contenttypeid` = 1)
      LEFT JOIN `xf_vw_discussion` `t` ON (`t`.`contentid` = `page`.`pageid` AND `t`.`displayorder` = 0 AND `t`.`contenttypeid` = 1)
      LEFT JOIN `xf_vw_markread` `mk` ON (`mk`.`itemtypeid` = 1 AND `mk`.`itemid` = `page`.`pageid` AND `mk`.`userid` = 1779)
      LEFT JOIN `xf_vw_subscribe` `sub` ON (`sub`.`nodetypeid` = 1 AND `sub`.`nodeid` = `page`.`pageid` AND `sub`.`userid` = 1779)
      LEFT JOIN `xf_vw_noderead` `nk` ON (`nk`.`nodeid` = `page`.`pageid` AND `nk`.`nodetypeid` = 1 AND `nk`.`userid` = 1779)
      LEFT JOIN `xf_vw_rate` `rv` ON (`rv`.`contenttypeid` = 7 AND `rv`.`contentid` = `page`.`revisionid` AND `rv`.`userid` = 1779)
      LEFT JOIN `xf_vw_reactions` `likes` ON (`likes`.`itemtypeid` = 1 AND `likes`.`itemid` = `page`.`pageid`)
      LEFT JOIN `xf_ip` `iplog` ON (`iplog`.`ip_id` = `page`.`creator_ip_id`)
      LEFT JOIN `xf_ip` `iplog2` ON (`iplog2`.`ip_id` = `r`.`ip_id`)
      LEFT JOIN `xf_reaction_content` `liked` ON (`liked`.`content_type` = 'vwpage' AND `liked`.`content_id` = `page`.`pageid` AND `liked`.`reaction_user_id` = 1779) WHERE 0 < `index`.`indexid` LIMIT 1
      ------------

      #0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException()
      #1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException()
      #2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
      #3 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
      #4 src/addons/vw/vw/_core/controller/db/xf2.php(170): XF\Db\AbstractAdapter->query()
      #5 src/addons/vw/vw/_core/model/db/mysql/vw.php(25): vw_DB_Controller_XF2->query_read()
      #6 src/addons/vw/vw/_core/controller/fetch/vw.php(405): vw_DB_MySQL_Model->select()
      #7 src/addons/vw/vw/_core/controller/fetch/index/vw.php(78): vw_Fetch_Controller->get()
      #8 src/addons/vw/vw/_core/controller/fetch/vw.php(285): vw_Fetch_Index_Controller->cached()
      #9 src/addons/vw/vw/Listener.php(571): vw_Fetch_Controller->cached()
      #10 [internal function]: vw\vw\Listener::templater_template_pre_render()
      #11 src/XF/Extension.php(35): call_user_func_array()
      #12 src/XF/App.php(2797): XF\Extension->fire()
      #13 src/XF/Template/Templater.php(1568): XF\App->fire()
      #14 src/addons/vw/vw/XF/Template/Templater22.php(34): XF\Template\Templater->renderTemplate()
      #15 src/XF/Template/Templater.php(1638): vw\vw\XF\Template\Templater22->renderTemplate()
      #16 internal_data/code_cache/templates/l1/s1/public/member_macros.php(230): XF\Template\Templater->includeTemplate()
      #17 src/XF/Template/Templater.php(799): XF\Template\Templater->{closure}()
      #18 internal_data/code_cache/templates/l1/s1/public/member_tooltip.php(205): XF\Template\Templater->callMacro()
      #19 src/XF/Template/Templater.php(1609): XF\Template\Templater->{closure}()
      #20 src/addons/vw/vw/XF/Template/Templater22.php(34): XF\Template\Templater->renderTemplate()
      #21 src/XF/Template/Template.php(24): vw\vw\XF\Template\Templater22->renderTemplate()
      #22 src/XF/Mvc/Renderer/Json.php(84): XF\Template\Template->render()
      #23 src/XF/Mvc/Renderer/Json.php(68): XF\Mvc\Renderer\Json->renderHtmlFallback()
      #24 src/XF/Mvc/Dispatcher.php(458): XF\Mvc\Renderer\Json->renderView()
      #25 src/XF/Mvc/Dispatcher.php(440): XF\Mvc\Dispatcher->renderView()
      #26 src/XF/Mvc/Dispatcher.php(400): XF\Mvc\Dispatcher->renderReply()
      #27 src/XF/Mvc/Dispatcher.php(58): XF\Mvc\Dispatcher->render()
      #28 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
      #29 src/XF.php(465): XF\App->run()
      #30 index.php(20): XF::runApp()
      #31 {main}

      Request state

      array(4) {
      ["url"] => string(243) "/forums/members/rouven036.100/?tooltip=true&_xfRequestUri=%2Fforums%2Fthreads%2Fthought s-on-the-current-500e-e500-market-are-we-in-a-bubble.6195%2Fpage-2&_xfWithData=1&_xfToken=1606656479%2C0459c27caa25541dd83 2a36b142bf637&_xfResponseType=json"
      ["referrer"] => string(111) "https://www.500eboard.co/forums/threads/thoughts-on-the-current-500e-e500-market-are-we-in-a-bubble.6195/page-2"
      ["_GET"] => array(5) {
      ["tooltip"] => string(4) "true"
      ["_xfRequestUri"] => string(87) "/forums/threads/thoughts-on-the-current-500e-e500-market-are-we-in-a-bubble.6195/page-2"
      ["_xfWithData"] => string(1) "1"
      ["_xfToken"] => string(43) "1606656479,0459c27caa25541dd832a36b142bf637"
      ["_xfResponseType"] => string(4) "json"
      }
      ["_POST"] => array(0) {
      }
      }
      Reply Reply  
    9. November 29, 2020 8:33 AM
      gerryvz gerryvz is offline
      New Member
      Now getting hundreds of server errors generated every minute.

      I will disable VaultWiki for now....





      XF\Db\Exception: MySQL statement prepare error [1146]: Table 'xenforo.xf_vw_autolinkcache' doesn't exist src/XF/Db/AbstractStatement.php:228

      Generated by: Unknown account Nov 29, 2020 at 8:30 AM

      Stack trace

      SELECT `xf_post`.*, `xf_vw_autolinkcache_vwAutoLinkCache_1`.*, `xf_user_User_2`.*, `xf_user_option_Option_3`.*, `xf_user_profile_Profile_4`.*, `xf_user_privacy_Privacy_5`.*, `xf_permission_combination_PermissionCombination_6`.*, `xf_session_activity_Activity_7`.*
      FROM `xf_post`
      LEFT JOIN `xf_vw_autolinkcache` AS `xf_vw_autolinkcache_vwAutoLinkCache_1` ON (`xf_vw_autolinkcache_vwAutoLinkCache_1`.`content_type` = 'post' AND `xf_vw_autolinkcache_vwAutoLinkCache_1`.`content_id` = `xf_post`.`post_id`)
      LEFT JOIN `xf_user` AS `xf_user_User_2` ON (`xf_user_User_2`.`user_id` = `xf_post`.`user_id`)
      LEFT JOIN `xf_user_option` AS `xf_user_option_Option_3` ON (`xf_user_option_Option_3`.`user_id` = `xf_user_User_2`.`user_id`)
      LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_4` ON (`xf_user_profile_Profile_4`.`user_id` = `xf_user_User_2`.`user_id`)
      LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_5` ON (`xf_user_privacy_Privacy_5`.`user_id` = `xf_user_User_2`.`user_id`)
      LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_6` ON (`xf_permission_combination_PermissionCombination_6`.`per mission_combination_id` = `xf_user_User_2`.`permission_combination_id`)
      LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_7` ON (`xf_session_activity_Activity_7`.`user_id` = `xf_user_User_2`.`user_id` AND `xf_session_activity_Activity_7`.`unique_key` = CONCAT(`xf_user_User_2`.`user_id`, ''))
      WHERE (`xf_post`.`thread_id` = 629) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 50)
      ORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC

      ------------

      #0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException()
      #1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException()
      #2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
      #3 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
      #4 src/XF/Mvc/Entity/Finder.php(1379): XF\Db\AbstractAdapter->query()
      #5 src/XF/Pub/Controller/Thread.php(63): XF\Mvc\Entity\Finder->fetch()
      #6 src/addons/Andy/Banner/XF/Pub/Controller/Thread.php(16): XF\Pub\Controller\Thread->actionIndex()
      #7 src/addons/Andy/History/XF/Pub/Controller/Thread.php(12): Andy\Banner\XF\Pub\Controller\Thread->actionIndex()
      #8 src/addons/Andy/MembersRecentlyOnline/XF/Pub/Controller/Thread.php(12): Andy\History\XF\Pub\Controller\Thread->actionIndex()
      #9 src/addons/Andy/PhotoContest/XF/Pub/Controller/Thread.php(16): Andy\MembersRecentlyOnline\XF\Pub\Controller\Thread->actionIndex()
      #10 src/addons/XFMG/XF/Pub/Controller/Thread.php(11): Andy\PhotoContest\XF\Pub\Controller\Thread->actionIndex()
      #11 src/XF/Mvc/Dispatcher.php(350): XFMG\XF\Pub\Controller\Thread->actionIndex()
      #12 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass()
      #13 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch()
      #14 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop()
      #15 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
      #16 src/XF.php(465): XF\App->run()
      #17 index.php(20): XF::runApp()
      #18 {main}

      Request state

      array(4) {
      ["url"] => string(49) "/forums/threads/fs-500e-front-rear-sway-bars.629/"
      ["referrer"] => bool(false)
      ["_GET"] => array(0) {
      }
      ["_POST"] => array(0) {
      }
      }
      Reply Reply  
    10. November 29, 2020 8:36 AM
      gerryvz gerryvz is offline
      New Member
      The VW install also took down my top menu bar (as in, it totally disappeared) until I disabled VW; then the menu bar re-appeared. I had about 300 error messages within 3-4 minutes, before disabling VW.
      Reply Reply  
    11. November 29, 2020 2:12 PM
      gerryvz gerryvz is offline
      New Member
      Still getting errors, even with VW disabled.




      ErrorException: Template error: Function vw_fa_weight is unknown src/XF/Template/Templater.php:1081

      Generated by: Unknown account Nov 29, 2020 at 1:47 PM

      Stack trace

      #0 [internal function]: XF\Template\Templater->handleTemplateError()
      #1 src/XF/Template/Templater.php(1081): trigger_error()
      #2 internal_data/code_cache/templates/l1/s9/public/vw_attach.less.php(183): XF\Template\Templater->func()
      #3 src/XF/Template/Templater.php(1609): XF\Template\Templater->{closure}()
      #4 src/XF/CssRenderer.php(331): XF\Template\Templater->renderTemplate()
      #5 src/XF/CssRenderer.php(258): XF\CssRenderer->renderTemplate()
      #6 src/XF/CssRenderer.php(116): XF\CssRenderer->renderTemplates()
      #7 src/XF/CssWriter.php(53): XF\CssRenderer->render()
      #8 css.php(30): XF\CssWriter->run()
      #9 {main}

      Request state

      array(4) {
      ["url"] => string(575) "/forums/css.php?css=public%3Aandy_banner.less%2Cpublic%3Aattachme nts.less%2Cpublic%3Abb_code.less%2Cpublic%3Aeditor.less%2 Cpublic%3Amessage.less%2Cpublic%3Anotices.less%2Cpublic%3 AozzmodzDropTab.less%2Cpublic%3Ashare_controls.less%2Cpub lic%3Asnog_flags.less%2Cpublic%3Astructured_list.less%2Cp ublic%3Avw_attach.less%2Cpublic%3Avw_base.less%2Cpublic%3 Avw_bbcode.less%2Cpublic%3Avw_list.less%2Cpublic%3Avw_sec tion.less%2Cpublic%3Axb.less%2Cpublic%3Axfa_wrt.less%2Cpu blic%3Aextra.less%2Cpublic%3Avw_additional.less&s=9&l=1&d =1606576693&k=efeebfbad4248afcc2ec7bc4dd30fac673bcdf08"
      ["referrer"] => string(86) "https://www.500eboard.co/forums/threads/game-5-price-is-right-wdb1240361c198916.15607/"
      ["_GET"] => array(5) {
      ["css"] => string(417) "public:andy_banner.less,public:attachments.less,public:b b_code.less,public:editor.less,public:message.less,public :notices.less,publiczzmodzDropTab.less,public:share_controls.less,public:snog _flags.less,public:structured_list.less,public:vw_attach. less,public:vw_base.less,public:vw_bbcode.less,public:vw_ list.less,public:vw_section.less,public:xb.less,public:xf a_wrt.less,public:extra.less,public:vw_additional.less"
      ["s"] => string(1) "9"
      ["l"] => string(1) "1"
      ["d"] => string(10) "1606576693"
      ["k"] => string(40) "efeebfbad4248afcc2ec7bc4dd30fac673bcdf08"
      }
      ["_POST"] => array(0) {
      }
      }
      Reply Reply  
    12. November 30, 2020 1:13 PM
      gerryvz gerryvz is offline
      New Member
      Continuing to get a regular stream of error messages the same as my immediately prior post. This is with VaultWiki disabled.
      Reply Reply  
    13. November 30, 2020 1:53 PM
      pegasus pegasus is offline
      VaultWiki Team
      If this happened to you you must be using a ZIP from several weeks ago. I thought you had downloaded a new one over the course of the issue. There are instructions to correct the table desynchronization in this post:
      https://www.vaultwiki.org/issues/6121/#note33708

      As for the vw_fa_weight unknown errors while VaultWiki is disabled, if this continues to happen long after VaultWiki is disabled, unfortunately this is a design flaw in XenForo:
      https://www.vaultwiki.org/issues/5939/#note32588
      Reply Reply  
    14. November 30, 2020 2:09 PM
      gerryvz gerryvz is offline
      New Member
      Would it make sense to delete the installation, and then re-upload a new set of files from the original downloaded ZIP?
      Reply Reply  
    15. November 30, 2020 2:39 PM
      pegasus pegasus is offline
      VaultWiki Team
      No, you should download a new ZIP, re-upload those files, and manually perform the queries from the linked thread.
      Reply Reply  
    Page 1 of 2 12 Next LastLast
    + 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 8:08 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.