• 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
    • Does not install / stuck at 33%

    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: Does not install / stuck at 33%

    • Issue Tools
      • View Changes
    1. issueid=4189 February 11, 2015 5:27 AM
      dannyfilth dannyfilth is offline
      New Member
      Does not install / stuck at 33%

      I want to install VW on XF, newest version. I just want to try at testforum, it doesnt work. Here the error:

      Code:
      Step 9
      
      Adding data to table: vw_page
      
      Creating the main index
      
      An exception occurred: Mysqli statement execute error : Data too long for column 'creatorip' at row 1 in /.../.../xf/library/Zend/Db/Statement/Mysqli.php on line 214
      
          Zend_Db_Statement_Mysqli->_execute() in library/Zend/Db/Statement.php at line 297
          Zend_Db_Statement->execute() in library/Zend/Db/Adapter/Abstract.php at line 479
          Zend_Db_Adapter_Abstract->query() in library/Zend/Db/Adapter/Abstract.php at line 574
          Zend_Db_Adapter_Abstract->insert() in library/XenForo/DataWriter.php at line 1624
          XenForo_DataWriter->_insert() in library/XenForo/DataWriter.php at line 1613
          XenForo_DataWriter->_save() in library/vw/XenForo/DataWriter.php at line 299
          vw_XenForo_DataWriter->_save() in library/XenForo/DataWriter.php at line 1405
          XenForo_DataWriter->save() in vault/core/controller/dm/xf.php at line 400
          vw_DM_Controller_XF->save() in vault/core/controller/install/full/steps/vw.php at line 158
          vw_Install_Full_Steps_Controller->{closure}() in vault/core/controller/progress/vw.php at line 100
          vw_Progress_Controller->call() in vault/core/controller/cp/progress/vw.php at line 45
          vw_CP_Progress_Controller->process() in vault/core/controller/cp/install/vw.php at line 211
          vw_CP_Install_Controller->install() in vault/core/controller/cp/install/vw.php at line 64
          vw_CP_Install_Controller->execute() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 115
          vw_XenForo_ControllerAdmin_Wiki->actionIndex() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 144
          vw_XenForo_ControllerAdmin_Wiki->actionUpgrade() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 154
          vw_XenForo_ControllerAdmin_Wiki->actionInstall() in library/XenForo/FrontController.php at line 347
          XenForo_FrontController->dispatch() in library/XenForo/FrontController.php at line 134
          XenForo_FrontController->run() in admin.php at line 13
    Issue Details
    Issue Number 4189
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.1
    Fixed Version 4.0.2
    Milestone (none)
    Software DependencyXenForo 1.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. February 11, 2015 9:47 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fix applied to the current release in build 003. In vault/core/model/ip/vw.php, find:
      Code:
      		$ip = substr(chunk_split($ip, 4, ':'), 0, -1);
      Replace with:
      Code:
      		if (strpos($ip, ':') === false)
      		{
      			$ip = chunk_split($ip, 4, ':');
      		}
      
      		$ip = substr($ip, 0, -1);
      Reply Reply  
    2. February 11, 2015 11:37 AM
      dannyfilth dannyfilth is offline
      New Member
      Now it works, thank you
      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 4:03 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 © 2022 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2022 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.