• 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 Issue on Xenforo

    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.

    Page 1 of 2 12 Next LastLast
    Results 1 to 15 of 17

    Thread: Install Issue on Xenforo

    • Thread Tools
      • Show Printable Version
    1. January 20, 2014 #1
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166

      Install Issue on Xenforo

      When I try and run the install on my xenforo forum I get the following issue using the following install procedure /triumphtalk/vault/install/install.php

      Code:
      Warning: require_once(/var/www/html/triumphtalk/includes/init.php): failed to open stream: No such file or directory in /var/www/html/triumphtalk/vault/install/global.php on line 54 Fatal error: require_once(): Failed opening required '/var/www/html/triumphtalk/includes/init.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/triumphtalk/vault/install/global.php on line 54
      Reply With Quote Reply With Quote

    2. January 20, 2014 #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
      It sounds like you either uploaded an old version of VaultWiki to XenForo, or you copied XenForo to a directory where VaultWiki was already uploaded and tried to use the install file for vBulletin (includes/init.php and global.php are vBulletin files).

      There should not even be a /vault/install directory under XenForo, so make sure you are following the appropriate install procedure for XenForo:
      1. https://www.vaultwiki.org/manual/Vau...he-Config-File
      2. https://www.vaultwiki.org/manual/Vau...ns-for-XenForo
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. January 20, 2014 #3
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      Thanks I think I never deleted the old install I will try that now. I should have the latest version for XF as you just converted my licence the other day and I downloaded the XF version. I will however download it again now just to make sure
      Reply With Quote Reply With Quote

    4. January 20, 2014 #4
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      Now I am not sure what version I should have, I have this one vaultwiki_4-0-0_Gamma_1.zip
      Reply With Quote Reply With Quote

    5. January 20, 2014 #5
      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
      That is the correct one. Just make sure you follow the appropriate steps for XenForo installation.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. January 20, 2014 #6
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      How do I get my vBulletin content into my new WiKi pages as after the import to XF they are just normal forum areas.
      Reply With Quote Reply With Quote

    7. January 20, 2014 #7
      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
      You have to use the importer from VaultWiki 3 on vBulletin into VaultWiki 4 on XenForo.

      You cannot import VaultWiki 3 content that was imported by XenForo's own importer, because XenForo's importer wasn't designed to handle the wiki data properly making the data just regular posts now.

      1. Make sure the old vBulletin site is available locally on the server and not outside the current user's homedir. The importer will need access to the database and most servers don't allow remote MySQL connections. If you can connect remotely, at least move a copy of your old forum's attachments directory there.
      2. Go to VaultWiki Admin Panel > Content > Import/Export.
      3. Select "VaultWiki 3" from the source drop-down and Continue.
      4. It will prompt you to create a /vault/controller/import/config/vw.php file. Make sure you do this. Since VaultWiki 3 is in another forum database/software, you can't proceed without it.
      5. Fill in the config file:
      1. Make sure the database details are filled in, and 'source' is turned on.
      2. Make sure 'charset' is set same as in vB's config.php file. If it's not in the file, leave it blank.
      3. Set 'dependency' to 'vB4|vB3' or 'vB3' depending on your previous forum.
      4. Set 'from' to 'VW3'
      5. Set 'localpath' and 'localattach' to the same path. It should be the path where vBulletin stores attachments as files. If you don't store attachments as files in vBulletin, I think you can leave it blank, but I haven't tested the importer like this.

      6. Run the importer. If the import fails, you can just refresh and run it again.
      7. If you want to clear the data and start over, you can uninstall and reinstall VaultWiki, but there is a faster way if you look at/modify the code for vault/core/controller/cp/impex/vw.php.
      8. We have a paid import service if you think you aren't doing something right.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. January 21, 2014 #8
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      Thanks at the moment I am doing test on my test server so my VB site is still live. I must say I am very impressed with this version just looking at briefly it seems to have a load of cool feature to it, well done to you guys.
      Reply With Quote Reply With Quote

    9. January 21, 2014 #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
      Thanks. There are still plenty of improvements to be made, but if you have an idea yourself or if you find a bug, please don't hesitate to let us know. Happy testing!
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. January 21, 2014 #10
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      Well I did notice that none of the manuals are available here https://www.vaultwiki.org/manual/VaultWiki-4-Manual get

      Error 404 - Page Not Found
      The requested page http://www.vaultwiki.org/pages/VW4:Admin-Manual cannot be found.

      Error 404 - Page Not Found
      The requested page http://www.vaultwiki.org/pages/VW4:User-Manual cannot be found.


      I think I may need to read some of these lol
      Reply With Quote Reply With Quote

    11. January 21, 2014 #11
      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
      Since Beta is over, I think we can add the manuals without worrying that development will change things too much. If there is a new setting here or there, we can just add it to the manual.

      So I will or I will have someone start working on those ASAP. Sorry they are not there yet.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    12. January 21, 2014 #12
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      Ok thanks, one other thing I am trying to do the import from my live VB site but I cannot find this information needed

      Code:
              # full URL path to your old wiki image directory, including trailing slash
      
              #'imgpath'         => 'http://www.example.com/wiki/images/',
      
              'imgpath'         => '',
      
      
              # full local server path to the old wiki image directory, if a local directory
      
              # e.g. vB 'localpath' => '/home/mydir/vb_attachments',
      
              # e.g. XF 'localpath' => '/home/mydir/internal_data',
      
              # WARNING: If this is empty, attachments may not be imported    
      
              'localpath'         => '',
      
      
              # full local server path to the old forum attachment directory, if a local directory
      
              # e.g. vB 'localattach' => '/home/mydir/vb_attachments',
      
              # e.g. XF 'localattach' => '/home/mydir/internal_data',
      
              'localattach'         => ''
      Reply With Quote Reply With Quote

    13. January 21, 2014 #13
      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
      If you go in your old AdminCP to Attachments > Attachment Storage Type, it should say the attachment path there. Use it for both 'local' options. You can leave 'imgpath' blank for this import.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    14. January 21, 2014 #14
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      Ok thanks I will have a look there then
      Reply With Quote Reply With Quote

    15. January 21, 2014 #15
      DirtRider
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      DirtRider is offline
      Junior Member
      Join Date
      November 18, 2012
      Posts
      31
      Rep Power
      166
      Well it looks like I will need to get you guys to do this import for me when we go live. What is the price of this and what will you need from us as far as the import process goes.
      Reply With Quote Reply With Quote

    Page 1 of 2 12 Next LastLast

    Similar Threads

    1. Issue with Attachments
      By OKCTalk in forum VaultWiki Questions
      Replies: 9
      Last Post: June 14, 2012, 8:04 AM
    2. Table issue
      By tagman in forum VaultWiki Questions
      Replies: 3
      Last Post: February 12, 2011, 3:52 PM
    3. Upgrade Issue
      By Jav in forum VaultWiki Questions
      Replies: 7
      Last Post: January 23, 2010, 9:29 AM
    4. 2.2.3 PL1 Upgrade Issue
      By Home Alone in forum VaultWiki Questions
      Replies: 17
      Last Post: May 12, 2009, 8:28 PM
    5. No issue, just a note
      By stev in forum VaultWiki Questions
      Replies: 0
      Last Post: August 16, 2008, 10:41 PM

    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 12:44 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.