• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Vb 4.0.1 - Articles not loading

    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.

    Results 1 to 9 of 9

    Thread: Vb 4.0.1 - Articles not loading

    • Thread Tools
      • Show Printable Version
    1. January 27, 2010 #1
      creativeLiquid
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      creativeLiquid is offline
      Junior Member
      Join Date
      August 23, 2009
      Posts
      31
      Rep Power
      205

      Question Vb 4.0.1 - Articles not loading

      Hello!

      I am having a small issue...
      Articles are not loading when you click on them.

      They all get listed fine, yet when one clicks on it it re-directs to the same page.
      Here is a reference link:
      http://www.comoestaeso.com/forums/fo...9-wikiArticles

      Ideas?
      Thanks!
      Reply With Quote Reply With Quote

    2. January 27, 2010 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      What is the value of Settings > Options > VaultWiki: Server Settings > Wiki Base URL?

      Make sure this is a folder path. For you it should be: http://www.comoestaeso.com/forums
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. January 27, 2010 #3
      creativeLiquid
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      creativeLiquid is offline
      Junior Member
      Join Date
      August 23, 2009
      Posts
      31
      Rep Power
      205
      Thanks for the quick reply!

      I changed that, as you said, and I did indeed have it wrong.
      It was like a direct link.

      I placed what you said:
      http://www.comoestaeso.com/forums

      =========
      I think I messed it up some more.
      I believe I had a "Parent Forum" with the wiki articles inside a Child Forum.
      I deleted the Child Forum.

      My settings are:
      VaultWiki: Server Settings
      Turn on the Wiki
      Yes

      Wiki Base URL
      http://www.comoestaeso.com/forums

      Filename of the Wiki PHP file
      showwiki

      REQUEST Title Variable
      title

      Replace Spaces in URLs?
      +(plus)

      Simplify Wiki Links
      No

      Enable UTF-8 Support for URLs?
      No

      Enable Link Caching?
      No
      And for the wiki forum settings:
      The Forum created (the only one for the wiki Articles)

      Title
      OurTitle

      Forum Link
      BLANK

      Display Order
      10

      Parent Forum
      No one

      Default View Age
      Show all threads

      Show Private Forum
      Use Default ((checked, and Private Forums are not shown))

      Posting Options
      Act as a Forum
      Yes

      Forum is Active
      Yes

      Forum is Open
      Yes

      Index New Posts in Search Engine
      Yes


      VaultWiki
      Enable Wiki in this forum?
      Wiki
      I could re-install this if it's easier for both of us.
      Wouldn't be loosing much.
      Reply With Quote Reply With Quote

    4. January 27, 2010 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      In vault/special_plugins.php, find and delete:
      Code:
      	if (VAULT_40X_COMPAT)
      	{
      		$path = '/' . $vbulletin->input->fetch_relpath();
      	}
      	else
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. January 28, 2010 #5
      creativeLiquid
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      creativeLiquid is offline
      Junior Member
      Join Date
      August 23, 2009
      Posts
      31
      Rep Power
      205
      Just deleted that...
      It threw
      Code:
      Fatal error: Call to undefined method vB_Input_Cleaner::fetch_scriptpath() in /home/comoesta/public_html/forums/vault/special_plugins.php on line 449
      Thanks for the ongoing help
      Reply With Quote Reply With Quote

    6. January 28, 2010 #6
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Thanks, it would appear that vBulletin changed the way it reads URLs between 4.0.0 and 4.0.1. If you download the latest ZIP again and patch the following files, your redirect problems should be solved:
      • vault/special_class_wiki.php
      • vault/special_plugins.php
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. January 28, 2010 #7
      creativeLiquid
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      creativeLiquid is offline
      Junior Member
      Join Date
      August 23, 2009
      Posts
      31
      Rep Power
      205
      Quote Originally Posted by pegasus View Post
      Thanks, it would appear that vBulletin changed the way it reads URLs between 4.0.0 and 4.0.1. If you download the latest ZIP again and patch the following files, your redirect problems should be solved:
      • vault/special_class_wiki.php
      • vault/special_plugins.php
      Will do right now!

      Patch as in upload only
      * vault/special_class_wiki.php
      * vault/special_plugins.php

      Not all the others.

      Right?
      Reply With Quote Reply With Quote

    8. January 28, 2010 #8
      creativeLiquid
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      creativeLiquid is offline
      Junior Member
      Join Date
      August 23, 2009
      Posts
      31
      Rep Power
      205
      Home Run!!

      You guys deliver again!!
      EXCELLENT software!! =)

      Kudos to all... it is working perfectly now.
      w00t w00t!!
      Reply With Quote Reply With Quote

    9. January 28, 2010 #9
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Glad to hear it's working now. If you haven't yet, it would be great if you left your testimonial here: Customer Reviews
      Also if you could post a public link to your live wiki here: Share Your Site's Wiki

      Doing so will extend the length of your support subscription and the amount of time subsequent renewals add.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. Loading Selected Tab - Please Wait?
      By DirtRider in forum VaultWiki Questions
      Replies: 2
      Last Post: November 24, 2012, 10:39 PM
    2. Possible to Turn Blog Posts or Articles into Wiki articles?
      By theflatline in forum VaultWiki Questions
      Replies: 1
      Last Post: August 9, 2010, 11:59 AM

    Tags for this Thread

    all, are, articles, articles loading, base, between, changed, class, code, could, defined, did, files, find, for, forumdisplay, forums, get, going, have, having, hello, help, here, hey, http, input, issue, left, like, line, link, live, load, loading, loosing, method, more, new, new posts, now, one, only, options, page, path, php, plus, public, quick, quote, reference, reply, right, same, search, server, server settings, set, settings, share, should, shown, side, small, some, special, subscription, sure, that, the, them, this, title, url, value, vault, vaultwiki, vbulletin, was, way, what, when, wiki, wiki base url, will, with, would, www, you, your

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 6:18 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 © 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.