• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 3.x Series
    • Bug
    • Upgrade to RC1 hangs

    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.

    Issue: Upgrade to RC1 hangs

    • Issue Tools
      • View Changes
    1. issueid=1341 March 30, 2010 1:43 AM
      Storyteller Storyteller is offline
      Junior Member
      Upgrade to RC1 hangs

      Upgrading Version Beta6 to RC1 hangs after a few steps at Step 2) Upgrade of VaultWiki Premium Content to 3.0.0 RC 1 Complete!. I get a white page (mysite/vault/install/finalupgrade.php)
      And on the ACP-startpage thereby the following info: Could not find phrase 'vault_changes_p300rc1'.
    Issue Details
    Issue Number 1341
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version 3.0.0 RC 1
    Fixed Version 3.0.0 RC 1
    Milestone VaultWiki 3.0.0
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. March 30, 2010 2:44 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the current ZIP. Download the ZIP again, replace vault/install/finalupgrade.php, and navigate to it.
      Reply Reply  
    2. March 30, 2010 3:56 AM
      Storyteller Storyteller is offline
      Junior Member
      Now it finished.
      But I still get the Updateinfo on the ACP-startpage and also in the footer it's shown as beta6. Don't know if it has something to do with that but I can't view the specialpage: version - not allowed. The permission therefor is set to Yes.
      Reply Reply  
    3. March 30, 2010 11:50 AM
      pegasus pegasus is offline
      VaultWiki Team
      The update-info on ACP Home should tell you what changes need to be made to get RC 1 working smoothly.

      The version number can be changed to '3.0.0 RC 1' manually at the top of vault/special_class_wiki.php
      Reply Reply  
    4. March 30, 2010 12:21 PM
      Storyteller Storyteller is offline
      Junior Member
      vault/special_class_wiki.php still has: define('CES_VAULT_VERSION', '3.0.0 RC 1');
      The only thing i find in the update-info on ACP Home is to check the permissions. That's what I have done. Or do i miss something?

      Update:
      Okay, seems that the file was also changed after I had download the package. The file in the first downloaded package has define beta 6. I will start now from the beginning with the "new" package and than look further.
      Reply Reply  
    5. March 30, 2010 12:33 PM
      pegasus pegasus is offline
      VaultWiki Team
      In your permissions, the "Special Page Permissions", "Can view wiki version info?" is "yes"?
      Reply Reply  
    6. March 30, 2010 12:34 PM
      Storyteller Storyteller is offline
      Junior Member
      Yes it is, but see post above.
      Reply Reply  
    7. March 30, 2010 12:42 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the current ZIP. In vault/special/special_version.php, find:
      Code:
      	global $vault;
      
      	if (!$vault->permissions['view']['all'] OR !$vault->permissions['view']['version'])
      Replace with:
      Code:
      	global $vbulletin, $vault;
      
      	if (!($vbulletin->userinfo['permissions']['specialpage_permissions'] & $vbulletin->bf_ugp_specialpage_permissions['version']))
      Reply Reply  
    8. March 30, 2010 12:47 PM
      Vaio Vaio is offline
      New Member
      Hi

      Have a problem.

      Failed to install in Step 2:

      Code:
      Datenbankfehler in vBulletin 4.0.2:
      
      Invalid SQL:
      
      			ALTER TABLE usergroup
      			
      	ADD COLUMN specialpage_permissions INT(3) NOT NULL DEFAULT '0',
      	ADD COLUMN vault_misc INT(1) UNSIGNED NOT NULL DEFAULT '0',
      	ADD COLUMN vault_permissions INT(11) UNSIGNED NOT NULL DEFAULT '0';
      
      MySQL-Fehler  : Duplicate column name 'specialpage_permissions'
      Fehler-Nr.    : 1060
      Fehler-Zeit   : Tuesday, 30.03.2010 @ 18:35:47
      Datum         : Tuesday, 30.03.2010 @ 18:35:47
      Skript        : http://www.einkaufsmonitor.de/vault/install/install.php?step=2
      Referrer      : 
      IP-Adresse    : 95.91.30.26
      Benutzername  : admin
      Klassenname   : vB_Database
      MySQL-Version : 5.0.81-log
      Reply Reply  
    9. March 30, 2010 12:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      This implies that either:
      You ran step 2 already,
      OR
      You already had it installed and you should be upgrading.

      Try continuing from step 3:
      /vault/install/install.php?step=3
      Reply Reply  
    10. March 30, 2010 12:58 PM
      Vaio Vaio is offline
      New Member
      Step 3 does not work:

      Code:
      Datenbankfehler in vBulletin 4.0.2:
      
      Invalid SQL:
      
      	REPLACE INTO bbcode
      		(bbcodetag, title, bbcodeexplanation, bbcodeexample, bbcodereplacement, twoparams, options, wikioptions, buttonimage)
      	VALUES
      	(
      		'redirect',
      		'Redirect',
      		'Redirects to another article.',
      		'[redirect]Redirect Page[/redirect]',
      		'[redirect]%1\$s[/redirect]',
      		0,
      		1,
      		53,
      		'bb_redirect.gif'
      	),
      	(
      		'special',
      		'Special',
      		'Quickly link to a Special Page.',
      		'[special=Specialpages]Specialpages[/special]',
      		'[special=%1\$s]%2\$s[/special]',
      		0,
      		1,
      		35,
      		'bb_special.gif'
      	),
      	(
      		'template',
      		'Template',
      		'Quickly insert a template into an article.',
      		'[template=Spoiler]Spoiler[/template]',
      		'[template=%1\$s]%2\$s[/template]',
      		0,
      		1,
      		55,
      		'bb_template.gif'
      	),
      	(
      		'book',
      		'Book',
      		'Link to Books in the wiki.',
      		'[book=Test Book]Link to Book[/book]',
      		'[book=%1\$s]%2\$s[/book]',
      		0,
      		1,
      		35,
      		'bb_book.gif'
      	),
      	(
      		'help',
      		'Help',
      		'Link to Help articles about using the wiki.',
      		'[help=Contents]Link to Help[/help]',
      		'[help=%1\$s]%2\$s[/help]',
      		0,
      		1,
      		35,
      		'bb_help.gif'
      	),
      	(
      		'wiki',
      		'Wiki',
      		'Link to articles in the main wiki.',
      		'[wiki=Article]Click here to view Article[/wiki]',
      		'[wiki=%1\$s]%2\$s[/wiki]',
      		0,
      		1,
      		35,
      		'bb_link.gif'
      	),
      	(
      		'autolink',
      		'Autolink',
      		'For internal use only.',
      		'[autolink]Main Page[/autolink]',
      		'[autolink]%1\$s[/autolink]',
      		0,
      		0,
      		31,
      		''
      	),
      	(
      		'comment',
      		'Comment',
      		'Add a comment that is only visible in the source code.',
      		'[comment]This is an HTML comment.[/comment]',
      		'[comment]%1\$s[/comment]',
      		0,
      		1,
      		33,
      		'bb_comment.gif'
      	),
      	(
      		'h',
      		'Headline',
      		'Create any level headline.',
      		'[h=2]Headline Level 2[/h]',
      		'[h=%1\$s]%2\$s[/h]',
      		1,
      		1,
      		33,
      		'bb_headline.gif'
      	),
      	(
      		'footnote',
      		'Footnote',
      		'Add footnotes to the current article.',
      		'[footnote=\"http://www.crackedeggstudios.com\"]Cracked Egg Studios News[/footnote]',
      		'[footnote=%1\$s]%2\$s[/footnote]',
      		0,
      		1,
      		53,
      		'bb_footnote.gif'
      	),
      	(
      		'reflist',
      		'Reference List',
      		'Display the list of all footnotes for the current article.',
      		'[reflist][/reflist]',
      		'[reflist][/reflist]',
      		0,
      		0,
      		53,
      		'bb_reflist.gif'
      	),
      	(
      		'toc',
      		'Table of Contents',
      		'Insert the table of contents somewhere specific in the current article.',
      		'[toc][/toc]',
      		'[toc]%1\$s[/toc]',
      		0,
      		0,
      		53,
      		''
      	),
      	(
      		'table',
      		'Table',
      		'Create a table for data cells.',
      		'[table]hello[/table]',
      		'[table]%1\$s[/table]',
      		0,
      		1,
      		53,
      		'bb_table.gif'
      	),
      	(
      		'hr',
      		'Horizontal Rule',
      		'Creates a horizontal line spanning a width you specify.',
      		'[hr]100[/hr]',
      		'[hr]%1\$s[/hr]',
      		0,
      		0,
      		33,
      		''
      	)
      		,
      	(
      		'category',
      		'Category',
      		'Link to category / Add current page to category.',
      		'[category=Name]Click here to view category \'Name\'[/category]',
      		'[category=%1\$s]%2\$s[/category]',
      		0,
      		1,
      		55,
      		'bb_category.gif'
      	),
      	(
      		'image',
      		'Image',
      		'Insert wiki images inline.',
      		'[image]filename.gif[/image]',
      		'[image]%1\$s[/wiki]',
      		0,
      		1,
      		35,
      		'bb_image.gif'
      	);
      
      MySQL-Fehler  : Unknown column 'wikioptions' in 'field list'
      Fehler-Nr.    : 1054
      Fehler-Zeit   : Tuesday, 30.03.2010 @ 18:52:47
      Datum         : Tuesday, 30.03.2010 @ 18:52:47
      Skript        : [url]http://www.einkaufsmonitor.de/vault/install/install.php?step=3[/url]
      Referrer      : 
      IP-Adresse    : 95.91.30.26
      Benutzername  : admin
      Klassenname   : vB_Database
      MySQL-Version : 5.0.81-log
      Reply Reply  
    11. March 30, 2010 2:18 PM
      pegasus pegasus is offline
      VaultWiki Team
      I'm not sure how you got it to do this. Edit vault/install/mysql-alter.php, and put the following anywhere inside:
      Code:
      $db->hide_errors();
      Then run the script with ?step=2.
      Reply Reply  
    12. March 30, 2010 3:02 PM
      Storyteller Storyteller is offline
      Junior Member
      [offtopic]
      Just to let you know: With the "new" package the upgrade went through fine and the version number is correct now. Also with the fix you posted I can access the specialpage:version now.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 11:09 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.