• 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
    • Install 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.

    Results 1 to 11 of 11

    Thread: Install help

    • Thread Tools
      • Show Printable Version
    1. October 4, 2008 #1
      therock67
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      therock67 is offline
      Junior Member
      Join Date
      October 4, 2008
      Posts
      13
      Rep Power
      0

      Install help

      In the very early days of figuring out this whole thing.

      But I've followed the installation instructions at
      Installing VaultWiki

      And now I'm a bit stuck. When I go to the forum that's linked to the default namespace I see two errors. At the top of the page it says:
      Code:
      Warning: stristr() [function.stristr]: Empty delimiter. in [path]/vault/special_plugins.php on line 458
      and then where the forum usually loads it has a VBulletin error message:
      Code:
      Unable to add cookies, header already sent.
      File: /home/thefreek/public_html/vbforum/includes/class_core.php
      Line: 3239
      Any ideas what's wrong?
      Reply With Quote Reply With Quote

    2. October 4, 2008 #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,934
      Blog Entries
      18
      Rep Power
      659
      Well I guess this can happen if any of the following GLOBAL phrases are missing:
      • post
      • posts
      • thread
      • threads
      • replies
      • vault_comment
      • vault_comments
      • vault_article
      • vault_articles

      I would first "Search in Phrases" in the AdminCP to make sure these phrases exist.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. October 5, 2008 #3
      therock67
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      therock67 is offline
      Junior Member
      Join Date
      October 4, 2008
      Posts
      13
      Rep Power
      0
      Thanks for your help Pegasus.

      I searched for those phrases and:

      # post
      # posts
      # thread
      # threads
      # replies

      all exist in GLOBAL.

      # vault_comment
      # vault_comments
      # vault_article
      # vault_articles

      don't seem to exist anywhere.

      I uninstalled the product and reinstalled it to see if there's any difference but it's still the same error message.
      Reply With Quote Reply With Quote

    4. October 5, 2008 #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,934
      Blog Entries
      18
      Rep Power
      659
      Well, it's completely illogical that those phrases would be missing and yet the phrases exactly after them in the product file would be present (ruling out reaching the memory limit during install). So I'm not exactly sure why any of the phrases are empty, but I added some checks to make sure after the vault_special_rephrase hook, which is where admin-generated inconsistencies can begin to happen.

      In vault/special_plugins.php, find:
      PHP Code:
      ($pos = stripos($vbphrase["$key"], $vbphrase["$key2"])) !== false 
      Replace with:
      PHP Code:
      !empty($vbphrase["$key"]) AND !empty($vbphrase["$key2"]) AND ($pos = stripos($vbphrase["$key"], $vbphrase["$key2"])) !== false 
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. October 5, 2008 #5
      therock67
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      therock67 is offline
      Junior Member
      Join Date
      October 4, 2008
      Posts
      13
      Rep Power
      0
      I've implemented that change and nothing has changed.

      Just to be clear on what has happened:

      I cannot find the following phrases when I search for them:
      # vault_comment
      # vault_comments
      # vault_article
      # vault_articles

      I did find the other phrases listed above but I presume they're already in vbulletin before I installed this product?

      Any more ideas?
      Reply With Quote Reply With Quote

    6. October 5, 2008 #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,934
      Blog Entries
      18
      Rep Power
      659
      What is the value of the Navbits Compressor Phrases option? If this is not completely empty or there is an accidental line break somewhere, this could also cause that issue.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. October 5, 2008 #7
      therock67
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      therock67 is offline
      Junior Member
      Join Date
      October 4, 2008
      Posts
      13
      Rep Power
      0
      The Additional Navbits Compressor Phrases is empty.

      The Activate Navbits Compression? is at Yes.

      Should I have something in the first box? And if so, what? Thanks for your help so far Pegasus. Don't fully understand alot of this.
      Reply With Quote Reply With Quote

    8. October 6, 2008 #8
      Unshra
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Unshra is offline
      New Member
      Join Date
      October 5, 2008
      Posts
      1
      Rep Power
      0
      Having the same issue as therock67, so I'll keep checking back here and if I manage to find a solution I'll post it here as well.
      Reply With Quote Reply With Quote

    9. October 6, 2008 #9
      therock67
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      therock67 is offline
      Junior Member
      Join Date
      October 4, 2008
      Posts
      13
      Rep Power
      0
      Unshra

      In the Wiki Settings menu in the admincp I changed the setting for:
      Activate Navbits Compression?

      to No.

      Then I reloaded the page (maybe I rebuilt the namespaces - can't remember) and it seems to be working for me at the moment. Still only figuring it out though.
      Reply With Quote Reply With Quote

    10. October 6, 2008 #10
      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,934
      Blog Entries
      18
      Rep Power
      659
      Well, that extremely narrows down the problem, but I still can't reproduce it. I have added some checks to prevent empty values in the loop in the future, but I'm a bit baffled as to why the compression loop started at all when your option was empty.

      What PHP version are you using? Is it running in safe mode?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. October 7, 2008 #11
      therock67
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      therock67 is offline
      Junior Member
      Join Date
      October 4, 2008
      Posts
      13
      Rep Power
      0
      My PHP version is: 5.2.6

      Not sure how I'd know if it's Safe Mode or not.
      Reply With Quote Reply With Quote

    Similar Threads

    1. Paid install
      By stained in forum Pre-Sales Questions
      Replies: 4
      Last Post: June 25, 2014, 5:53 AM
    2. install config.php
      By vbluis in forum General Discussion
      Replies: 1
      Last Post: February 17, 2014, 1:08 PM
    3. Trying to install 2.5.7 on vB 4.0.3 gives me an Error
      By sKippah in forum VaultWiki Questions
      Replies: 2
      Last Post: May 2, 2010, 3:44 PM
    4. Install Question
      By Rainmaster in forum VaultWiki Questions
      Replies: 2
      Last Post: September 21, 2009, 5:44 PM
    5. Error On Install
      By HellRazor in forum VaultWiki Questions
      Replies: 2
      Last Post: August 31, 2008, 3:44 PM

    Tags for this Thread

    able, admincp, after, age, all, also, any, are, before, but, can, cannot, changed, class, completely, core, could, did, don, down, first, for, generated, has, have, having, help, here, hook, how, install, keep, key, know, line, linked, manage, more, now, only, other, out, php, public, same, see, solution, some, something, sure, that, the, them, there, this, two, using, value, very, was, what, when, where, why, with, would, 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 7:33 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.