• 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 3.x Series
    • Bug
    • Editing permissions problems? help!

    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: Editing permissions problems? help!

    • Issue Tools
      • View Changes
    1. issueid=845 September 16, 2009 2:20 PM
      micro image micro image is offline
      New Member
      Editing permissions problems? help!

      OK I have spent the past week or so pulling my precious little remaining hair out...

      I am setting up VaultWiki on our car forum with this being the "main" page:

      http://www.microimageonline.com/foru...cro+Image+Wiki

      Now the problem is, we can make new pages easily enough, but nobody can approve changes to existing pages!

      I have gone over the forum and usergroup permissions in the admin cp, all are set to follow moderation rules = true and administrators have the permission to edit and rollback and everything else.

      But, 3 problems.

      1) As an admin, I cannot view the latest edit of an article (history->click on date of latest edit), I get a you do not have permission to access this page error, even though I am the original author, and am supposed to have full permissions. This is the same for other users too.

      2) Pressing the "approve" link gives a script error on top of the page:
      Code:
      Warning: gzinflate() [function.gzinflate]: data error in [path]/vault/tabs/special_tab_inlinemod.php on line 147
      and an error box with the message: The message you have entered is too short. Please lengthen your message to at least 1 characters.

      3) The "Wiki Moderation" page in the admin cp tells me that there are no articles awaiting moderation...

      We're also using vBSEO so I thought this might be a problem, but disabling it yields no improvement.

      So, anyone have any pointers?

      edit: this is with the latest version downloaded from here, 2.5.3
    Issue Details
    Issue Number 845
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category History / Revisions
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 2.5.3
    Fixed Version 2.5.4
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 16, 2009 5:16 PM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/tabs/special_tab_inlinemod.php, find:
      Code:
      			if (CAN_GZIP AND $revision['unzip'])
      			{
      				$revision['pagetext'] = gzinflate($revision['pagetext']);
      			}
      Replace with:
      Code:
      			require_once(DIR . '/vault/special_class_revision.php');
      			$revhandle = new vB_VaultRevision();
      			$revision['pagetext'] = $revhandle->decompress($revision['pagetext'], $revision['unzip']);
      In vault/special_functions_history.php, find:
      Code:
      	global $vbulletin, $threadinfo, $vaultperms;
      Replace with:
      Code:
      	global $vbulletin, $threadinfo, $vaultperms, $show;
      Reply Reply  
    2. September 16, 2009 10:33 PM
      micro image micro image is offline
      New Member
      thanks, that seems to work! though the first fix is in vault/tabs/special_tab_inlinemod.php
      Reply Reply  
    3. September 16, 2009 11:43 PM
      pegasus pegasus is offline
      VaultWiki Team
      Oops, that's what I meant. Updated the post above.
      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 6:01 PM.
    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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.