• 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
    • Config chnages

    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: Config chnages

    • Issue Tools
      • View Changes
    1. issueid=5319 December 18, 2017 9:38 AM
      Hostboard Hostboard is offline
      Junior Member
      Config chnages

      This was a fresh install over VB 4.2.5 Went smoothly
      However I can't make any changes to the configuration of the software (enable, change custom style, etc.)
      I select the change, it says it is saved, but yet it is not.
    Issue Details
    Issue Number 5319
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Admin Panel
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.0.20
    Fixed Version 4.0.21
    Milestone (none)
    Software DependencyvBulletin 4.x w/ ckEditor
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. December 18, 2017 11:16 AM
      pegasus pegasus is offline
      VaultWiki Team
      Does this occur with all Wiki Admin Panel pages (for example, creating a new Discussion Topic), or only for specific "Settings"?

      If this occurs on all Wiki Admin Panel settings, check whether the URL in the address bar on the Wiki panels matches the URL for regular AdminCP pages. In some configurations, it is possible for differences in http/https, port number, or other parts of the admin URL, and this may cause problems if your server automatically redirects to a specific location (such as all http to https). In this case, you may need to modify your vault/config.php file and specify the correct AdminCP URL using VW_ADMIN_URL.

      On the other hand, if this occurs only for specific settings, it is important to note which settings those are, since there might be a rebuild process that is hung-up that needs to be restarted. Wiki Active will generally be stuck in the disabled state if there is a hung rebuild for a different setting; however, since 4.0.20, you should be able to re-enable as long as you don't change another setting on the same page at the same time. For example, change the style choice first, by itself. Then change Wiki Active, by itself. In the next release we already have a better tool for performing a health-check here. If there are specific settings that do not turn on, please check your server's PHP and MySQL error logs for messages about why the rebuild process might not be working. The rebuild process is handled like a cron-job, so it is unlikely that you would see an error on the front-end.
      Reply Reply  
    2. December 18, 2017 6:12 PM
      Hostboard Hostboard is offline
      Junior Member
      I am not sure if I understand what "rebuild is. I was finally get the Wiki to at least save so it is active. I still can not get the style to save its setting. So far as I can see the issue is within the settings section. I did notice this when I first entered the Wiki CP...


      Version Info

      Installed Version

      v4.0.20 Patch Level 1

      Latest Version Available

      •Your submission could not be processed because a security token was invalid.

      If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
      Reply Reply  
    3. December 18, 2017 7:00 PM
      pegasus pegasus is offline
      VaultWiki Team
      I see the problem here. The custom style setting is broken in vBulletin 4 > 4.1.11 due to a different format of the style cache.

      In vault/core/model/settings/vw_styleid/vw.php, find:
      Code:
      		$validlist = vw_Hard_Core::view('CP/Style')->style_chooser();
      
      		if (!isset($validlist["$value"]))
      		{
      			return false;
      		}
      Replace with:
      Code:
      if (!vw_Hard_Core::controller('CP/Style')->get_style($value)) return false;
      After this change, you should be able to select a custom style.
      Reply Reply  
    4. December 19, 2017 10:33 AM
      Hostboard Hostboard is offline
      Junior Member
      That did it
      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 11:36 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.