vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - VaultWiki Lite 4.x: Wiki for vBulletin Forums (https://vborg.vbsupport.ru/showthread.php?t=309676)

thincom2000 12-05-2017 07:09 PM

Uploaded 4.0.20 Patch Level 1, which includes the following:
  • Unsent instant notifications now expire after 7 days
  • Fixed VWE-2017-4266, a Denial of Service issue in the wiki's static CSS cache
  • Fixed fatal error on some showthread.php pages
  • Fixed missing database records for users who registered while add-on was disabled
  • Fixed some race conditions
  • Over 250 fixes and improvements since last upload for issues that may or may not have been affecting the Lite version

Dirks 01-18-2018 03:57 PM

I only recently upgraded to the newest version. When I click add new page, it's redirecting me to my forum homepage. Where is the page I just created? Do I need to create a forum and call it a page like I did under the old version?

thincom2000 03-16-2018 02:09 PM

Uploaded 4.0.21 Patch Level 1, which includes the following:
  • Health information for the Wiki Active setting
  • Scalability improvements in clean-up tasks
  • Fixed VWE-2018-4471, a Race Condition issue in the wiki's deferred tasks.
  • Over 80 fixes and improvements since last upload for issues that may or may not have been affecting the Lite version

Mikep- 03-26-2018 07:36 AM

Hi I am getting the following error on a new install:

Fatal Error: attempted to instantiate non-existent class vw_Plugins_Forum_Model
[path]/vault/core/model/plugins/forum/vw.php does not exist or does not contain the specified class.

#0: vw_Hard_Core::fetch_object() in [path]/vault/core/model/vw.php at line 697
#1: vw_Hard_Core::model() in [path]/global.php(37) : eval()'d code at line 25
#2: eval() in [path]/global.php at line 37
#3: require_once() in [path]/forum.php at line 67
#4: require() in [path]/index.php at line 43

Please forward this error to VaultWiki technical support at https://www.vaultwiki.org/support/4X/ or email support@vaultwiki.org.

thincom2000 05-17-2018 11:46 AM

In the AdminCP, go to the Plugin Manager and look for a VaultWiki-related plugin at hook location "global_setup_complete". Edit the plugin and remove the following code:
Code:

        switch (THIS_SCRIPT)
        {
                case 'showpost':
                {
                        vw_Hard_Core::model('Plugins/Forum')->showpost_start();
                        break;
                }

                case 'showthread':
                {
                        vw_Hard_Core::model('Plugins/Forum')->showthread_start();
                        break;
                }

                case 'forumdisplay':
                case 'index':
                {
                        vw_Hard_Core::model('Plugins/Forum')->forumdisplay_start();
                        break;
                }
        }


Palidino76 07-22-2018 01:28 AM

Your website says the current version is 4.0.23, does that mean this version has an exploit?

nookta 08-19-2018 05:30 AM

there is no upload template


All times are GMT. The time now is 03:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01080 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete