-
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
-
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
-
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
-
Now I am not sure what version I should have, I have this one vaultwiki_4-0-0_Gamma_1.zip
-
That is the correct one. Just make sure you follow the appropriate steps for XenForo installation.
-
How do I get my vBulletin content into my new WiKi pages as after the import to XF they are just normal forum areas.
-
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: - Make sure the database details are filled in, and 'source' is turned on.
- Make sure 'charset' is set same as in vB's config.php file. If it's not in the file, leave it blank.
- Set 'dependency' to 'vB4|vB3' or 'vB3' depending on your previous forum.
- Set 'from' to 'VW3'
- 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.
-
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.
-
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!
-
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
-
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.
-
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' => ''
-
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.
-
Ok thanks I will have a look there then
-
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.