I tried upgrading my Vaultwiki to a new version (from 2.xx to 3.xx). I followed the instructions which say upload all the files and run the install.php file. Seems like there is no install.php file in Vault/install/*.*
What do I do?
Printable View
I tried upgrading my Vaultwiki to a new version (from 2.xx to 3.xx). I followed the instructions which say upload all the files and run the install.php file. Seems like there is no install.php file in Vault/install/*.*
What do I do?
Capitalization counts. All the letters in the path are lower-case. I just tested downloading from your account and you are getting the correct files. So it is one or more of the following possible causes:
- You are not uploading all the files to your server.
- You are not using all lower-case in the path to the upgrade script.
- Your server is currently configured to send /vault requests somewhere else. If this is the case, you'll need to turn this off while upgrading.
Also, if you are upgrading, then you want to use vault/install/upgrade.php
Its asking for my customer number. I tried putting my license number and Referral Id, but doesnt work
It shows this warning
Code:Warning: require_once([path]/vault/install/install_language_en.php) [function.require-once]: failed to open stream: No such file or directory in [path]/vault/install/upgrade.php on line 26
Fatal error: require_once() [function.require]: Failed opening required '/home/motoroid/public_html/vb/vault/install/install_language_en.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/motoroid/public_html/vb/vault/install/upgrade.php on line 26
Okay it sounds like you are experiencing this issue: http://www.vaultwiki.org/issues/2113/
This was a flaw in our updated download system that we corrected about an hour ago, where checking the option to only download new/updated files was too strict, so you wouldn't get the full install folder. Since most users follow instructions and deleted the install folder after each upgrade, this would be problematic, so we changed this behavior to still give the full folder even when this option is selected.
Sorry for the confusion!
What do I need to do now? Can you please explain me the process for full install again?
I just uninstalled the setup, as i was frustrated after continuous failures. Will the older posts in the Wiki remain? How do I make a fresh installation
Uninstall will remove wiki History and reset user contribution counters, permissions, settings, etc. As always, you can follow the instructions here to perform a fresh install:
http://www.vaultwiki.org/manual/Runn...Install-Script
http://www.vaultwiki.org/manual/Initial-Setup
I dont see an Install.php file in the setup. Please check
Just logged into your account and did some test downloads... the vault/install/install.php file was there every time. Again, make sure you are checking the right directory and that you are entering both the path and file name as all lower-case.
EDIT: Sorry if I was unclear earlier, but you did need to re-download since obviously you did not have the files on your server. As I explained before, they were missing because when you originally installed, the instructions told you to delete them.
downloaded the entire thing again and installed.. the older setup is gone. i still see the earlier topics, and categories, but when i click on posts, they lead me nowhere.. can you kindly suggest something.
Here's a link for your reference
http://motoroids.com/vb/motoroids-wiki-area/
Are the URLs the same as before? If not, you may have to make some adjustments in vBulletin Options > VaultWiki: Server Settings. Also, you may have to go to VaultWiki > Wiki URL Manager > Rebuild Page URLs.
However, it looks like there is an error on your wiki page. Edit showwiki.php and after the copyright info box, put this line:
EDIT: Also, by the looks of your Wiki (Home) page, it looks like you didn't re-select the default wiki area after re-installing. It's possible that the "wiki" you are seeing now is just because the forum cache has not been rebuilt.Code:@ini_set('display_errors', 1);
Ok done
Looks like this..
Now ??Code:* http://www.vaultwiki.org/pages/License-Agreement
*
\************************************************************************/
// ######################## SET PHP ENVIRONMENT ##########################
@ini_set('display_errors', 1);
error_reporting(E_ALL & ~E_NOTICE & ~8192);
if (!defined('VAULT_FRIENDLY_ENTRY'))
Go to VaultWiki > Namespace Manager, and click Edit next to your Default namespace. It looks like the Top-Level Forum is not set after reinstalling.