• 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
    • Invalid Action

    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: Invalid Action

    • Issue Tools
      • View Changes
    1. issueid=6007 April 1, 2020 6:21 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Invalid Action

      When my members try to rate, save, preview an article there is an invalid action error. No acp error is listed in XenForo.
    Issue Details
    Issue Number 6007
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Editing Pages
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.1.0 RC 2
    Fixed Version 4.1.0 RC 2
    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 (none)




    1. April 1, 2020 11:20 AM
      pegasus pegasus is offline
      VaultWiki Team
      In library/vw/_core/controller/proxy/rate/vw.php, find:
      Code:
      $confirmed = $input->clean_gpc('p', 'submitted', 'BOOL');
      Replace with:
      Code:
      $confirmed = $input->clean_gpc('p', 'submitted', 'STR');
      Reply Reply  
    2. April 1, 2020 11:37 AM
      pegasus pegasus is offline
      VaultWiki Team
      In library/vw/_core/controller/dm/xf.php, find:
      Code:
      			case 'UINT':
      				return 'uint_forced';
      BEFORE it, add:
      Code:
      			case 'UNUM':
      			case 'NUM':
      				return 'float';
      Reply Reply  
    3. April 1, 2020 12:08 PM
      pegasus pegasus is offline
      VaultWiki Team
      In library/vw/_core/controller/dm/rate/vw.php, find and remove:
      Code:
      $this->instance->set_valid_field('ipaddress', 'STR', 'NO', 'verify_ipaddr');
      Unused IP address fields were dropped in RC 2.
      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:13 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.