• 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 4.x Series
    • Bug
    • Spamming skipping_step

    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: Spamming skipping_step

    • Issue Tools
      • View Changes
    1. issueid=2982 March 23, 2013 1:00 AM
      delicateglow delicateglow is offline
      Junior Member
      Spamming skipping_step

      I'm currently installing 4.0 alpha 2
      I get to Step 17 and all the window is showing
      "skipping_step
      skipping_step"
      for the past 10 minutes..

      I decided to uninstall and reinstall
      and now I get this in step 3
      Code:
      REPLACE INTO `contenttype` (`class`, `cansearch`, `canattach`, `packageid`)  VALUES ('vwPage',1,0,),
      	('vwComment',1,1,);
      
      MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '),
      	('vwComment',1,1,)' at line 1
      Error Number  : 1064
      So I ran the installation script again and now I'm back to the original error.
    Issue Details
    Issue Number 2982
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Infinite Loops
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.0 Alpha 2
    Fixed Version 4.0.0 Alpha 3
    Milestone VaultWiki 4 Alpha X
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. March 23, 2013 10:33 AM
      pegasus pegasus is offline
      VaultWiki Team
      Since the step numbers can actually be different every time you run the install/upgrade, if you can, I need to know the read-out from the previous step that was not outputting "skipping_step"
      Reply Reply  
    2. March 23, 2013 11:01 AM
      delicateglow delicateglow is offline
      Junior Member
      Quote Originally Posted by pegasus
      Since the step numbers can actually be different every time you run the install/upgrade, if you can, I need to know the read-out from the previous step that was not outputting "skipping_step"
      installing_templates

      template_group_x

      template_group_x

      template_group_x

      template_group_x

      Rebuild Style Information
      Updating style sets with no parent information

      •No Styles Needed Updating
      Updating style information for each style

      •Default Style ... (Templates) (Stylevars) (Replacement Variables) (CSS) (Controls) Done.

      •Blue ... (Templates) (Stylevars) (Replacement Variables) (CSS) (Controls) Done.

      •Mobile ... (Templates) (Stylevars) (Replacement Variables) (CSS) (Controls) Done.
      Reply Reply  
    3. March 23, 2013 11:08 AM
      pegasus pegasus is offline
      VaultWiki Team
      Exact vBulletin version? It seems there is also a big difference in the steps from vB 4.1.10 - 4.2.0
      Reply Reply  
    4. March 23, 2013 11:13 AM
      delicateglow delicateglow is offline
      Junior Member
      4.1.10
      Reply Reply  
    5. March 23, 2013 11:59 AM
      pegasus pegasus is offline
      VaultWiki Team
      This occurs only when performing a fresh installation of VaultWiki 4.x against vBulletin < 4.1.11, and not when upgrading from a lower version. A strange mixture of the code for mobile templates and template merging is used, rather than simply the code for mobile templates.

      This is fixed in the current build.

      In vault/core/controller/install/full/steps/vb3.php, find:
      Code:
      		if (VAULT_40X_COMPAT)
      		{
      			// mobile style
      			$this->steps[] = function(&$caller, &$next_step)
      			{
      				$startat = vw_Hard_Core::controller('Input')->clean_gpc('r', 'startat', 'UINT');
      				$caller->open($startat);
      
      				$counter = vw_Hard_Core::controller('Install/Common')->do_mobile_style($caller->get('view'));
      
      				if ($counter === false)
      				{
      					$caller->form_start($caller->step + 1);
      					$caller->close();
      				}
      				else
      				{
      					$startat += $counter;
      					$next_step = false;
      
      					$caller->form_start($caller->step);
      					$caller->next_batch(1, $startat);
      				}
      			};
      		}
      Replace with:
      Code:
      		if (VAULT_4111_COMPAT)
      		{
      			// mobile style
      			$this->steps[] = function(&$caller, &$next_step)
      			{
      				$startat = vw_Hard_Core::controller('Input')->clean_gpc('r', 'startat', 'UINT');
      				$caller->open($startat);
      
      				if (vw_Hard_Core::controller('Install/Common')->do_mobile_style($caller->get('view')))
      				{
      					$caller->form_start($caller->step + 1);
      					$caller->close();
      				}
      				else
      				{
      					$startat += 10;
      					$next_step = false;
      
      					$caller->form_start($caller->step);
      					$caller->next_batch(1, $startat);
      				}
      			};
      		}
      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 3:11 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.