Thread: Major Additions - VaultWiki: A Wiki for your forum
View Single Post
  #369  
Old 05-07-2012, 07:35 AM
axix20xx axix20xx is offline
 
Join Date: Mar 2009
Location: Iran
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thincom2000 View Post
I just installed a test, uninstalled it, and reinstalled it with absolutely no problems. You are either doing something out of the ordinary in the process, or this is caused by another error that you haven't already reported.

You will have to be very specific about the steps you took to "uninstall" the product, including any error messages along the way, because the normal way is working fine for me. I have a feeling you just keep deleting all the vault_ tables from the database manually, expecting that to work, rather than running the Uninstall option in vBulletin's Product Manager.

Also, you can easily just skip steps in the install process by commenting the section out in the files. Modify vault/install/mysql-alter.php to remove the usergroup/vault_permissions part if you're getting an already-exists error.
Thanks again ,
I do the ordinary as you do ...
I delete :

Code:
###### USERGROUP ######
vw_alter_table('usergroup', "
	ADD COLUMN vault_permissions INT(11) UNSIGNED NOT NULL DEFAULT '0'
");
from mysql-alter.php

and in step 3 again i recieve database error and delete :

Code:
###### FORUM ######
vw_alter_table('forum', "
	ADD COLUMN vault_type INT(1) UNSIGNED NOT NULL DEFAULT '0',
	ADD COLUMN vault_lastthread INT(11) UNSIGNED NOT NULL DEFAULT '0',
	ADD COLUMN vault_lastedit INT(11) UNSIGNED NOT NULL DEFAULT '0',
	ADD INDEX vault_type (vault_type)
");
installation ended with no errors but after :

Code:
Only admins can see this error. Other users can visit the site normally, but your immediate attention is needed in the AdminCP.

Invalid default namespace ID detected. Make sure that you have set up the default namespace via the Namespace Manager. If you have, it is possible that the Namespace Cache is not up to date because of a recent change or VaultWiki upgrade. To solve this issue, simply go to the Namespace Manager and select [Rebuild All Namespaces].

If you still receive this error after rebuilding namespaces, contact VaultWiki support.
I have only one namespace and its the defaul one , rebuilt it serveral time but same error in my forum

i try to upgrade the wiki , but again the same error

help plz
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01228 seconds
  • Memory Usage 1,770KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete