• 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
    • Recent Changes -> Contribs and "Invalid user ID specified."

    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: Recent Changes -> Contribs and "Invalid user ID specified."

    • Issue Tools
      • View Changes
    1. issueid=3645 April 4, 2014 2:50 PM
      Ptah Ptah is offline
      Junior Member
      Recent Changes -> Contribs and "Invalid user ID specified."
      Clicking on "Contribs" alognside a username in Recent Changes results in "Invalid user ID specified."

      Fresh installation of v4.0.0 Gamma 4.
      PHP 5.3.27
      vBulletin 4.2.2

      Clicking on "Contribs" alongside a username in Recent Changes results in an error screen, "Invalid user ID specified."

      FWIW, I tinkered and found that the URL it was trying is:
      Code:
      wiki_index.php?title=Special:Contributions&user=1
      ... but when I maually poke at the URL like so:

      Code:
      wiki_index.php?title=Special:Contributions&userid=1
      Note: "userid", instead of "user"

      ... the page seems to function as expected.
    Issue Details
    Issue Number 3645
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Special Pages
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.0.0 Gamma 4
    Fixed Version 4.0.0 Gamma 5
    Milestone VaultWiki 4 Gamma X
    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. April 4, 2014 3:03 PM
      Ptah Ptah is offline
      Junior Member
      FYI...

      Same thing applies to "Contributors", as below a page. Hover over the name, see the "Show contributions" link, and blammo, as above.

      Change the "user" to "userid" in the querystring, and it appears to behave as expected.
      Reply Reply  
    2. April 4, 2014 3:04 PM
      pegasus pegasus is offline
      VaultWiki Team
      I think the user parameter is for usernames, while the userid is used for the ID. It might just be that the links are using user for everything.
      Reply Reply  
    3. April 4, 2014 5:37 PM
      Ptah Ptah is offline
      Junior Member
      This occurs also if you enter the "User Contributions" page through the "Special Pages"->"Wiki Data Reports"->"Contributions".

      You enter the username of the person you want to see, hit "Go", and get the same error. No URL parameters appear in this case, presumably because this is now a POST, although the same error results (for easy to imagine reasons, from my perspective).

      Is there some crossed wire in this page, mixing "user" with "userid"?

      In any case, all contribs-by-user type functionality is "broken" as-is. The "workaround" is to manually edit the URL in the browser, which isn't all that great...

      If you could provide some pointers, I'd dive into the code myself and see what's where, here? Heh.

      Thanks.
      Reply Reply  
    4. April 5, 2014 2:36 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next release.

      As for the form-based option, this can be fixed by editing vault/core/controller/ui/special/data/contributions/vw.php. Find:
      Code:
      $this->user = vw_Hard_Core::controller('Fetch/User')->get_by_name('User', $usertext);
      Replace with:
      Code:
      $this->user = vw_Hard_Core::controller('Fetch/User')->get_by_name($usertext);
      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:51 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.