• 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
    • Import tool doesn't work on v4.0.0 RC 3 Patch Level 1 Build 001

    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: Import tool doesn't work on v4.0.0 RC 3 Patch Level 1 Build 001

    • Issue Tools
      • View Changes
    1. issueid=4044 October 27, 2014 7:02 PM
      reefclub reefclub is offline
      New Member
      Import tool doesn't work on v4.0.0 RC 3 Patch Level 1 Build 001
      Import tool doesn't start

      Hi Support Team,

      I'm trying to the VW import tool but nothing happens.

      Scenario: A dump from vBulleting was generated and loaded into a foo database. All VW tables were created and data was loaded.

      The last VW version was successful installed in a Xenforo database, everything is up and running. Some changes were made on /vault/core/controller/import/config/vw.php to reflect the environment.

      The objective is import into the Xenforo + VW all data from the foo database.

      IMPORTANT:
      - the $source array has been changed to reflect my environment. The charset, tableprefix and dependency were left in blank.
      - Nothing else in this file was modified - talking about $paths and $namespaces arrays.


      Importing to VaultWiki: v4.0.0 RC 3 Patch Level 1 Build 001

      Importing FROM VaultWiki Version 3.0.19


      Errors:
      Code:
      Server Error
      
      No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex
      
      XenForo_FrontController->_handleControllerResponse() in XenForo/FrontController.php at line 355
      XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
      XenForo_FrontController->run() in [path]/admin.php at line 13
      
      
      
      XenForo_Exception: No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex - library/XenForo/FrontController.php:465
      Generated By: reefclub_dxfadm, Um momento atrás
      Stack Trace
      #0 [path]/library/XenForo/FrontController.php(355): XenForo_FrontController->_handleControllerResponse(NULL, 'vw_XenForo_Cont...', 'Index')
      #1 [path]/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #2 [path]/admin.php(13): XenForo_FrontController->run()
      #3 {main}
      Request State
      array(3) {
        ["url"] => string(74) "http://dev.reefclub.com.br/community/admin.php?wiki/&panel=impex&do=import"
        ["_GET"] => array(3) {
          ["wiki/"] => string(0) ""
          ["panel"] => string(5) "impex"
          ["do"] => string(6) "import"
        }
        ["_POST"] => array(5) {
          ["panel"] => string(5) "impex"
          ["do"] => string(6) "import"
          ["_xfToken"] => string(8) "********"
          ["source"] => string(3) "vw3"
          ["submit"] => string(6) "Import"
        }
      }
      
      
      Error Information
      ErrorException: Undefined index: dependency_scalar - vault/core/controller/import/handle/base/vw.php:135
      Generated By: reefclub_dxfadm, 1 minuto atrás
      Stack Trace
      #0 [path]/vault/core/controller/import/handle/base/vw.php(135): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/reefclub/...', 135, Array)
      #1 [path]/vault/core/controller/cp/impex/vw.php(135): vw_Import_Handle_Base_Controller->dbhash()
      #2 [path]/vault/core/controller/cp/impex/vw.php(49): vw_CP_ImpEx_Controller->get_import_log()
      #3 [path]/vault/core/controller/cp/impex/vw.php(33): vw_CP_ImpEx_Controller->import()
      #4 [path]/library/vw/XenForo/ControllerAdmin/Wiki.php(113): vw_CP_ImpEx_Controller->execute('import', 'post')
      #5 [path]/library/XenForo/FrontController.php(347): vw_XenForo_ControllerAdmin_Wiki->actionIndex()
      #6 [path]/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #7 [path]/admin.php(13): XenForo_FrontController->run()
      #8 {main}
      Request State
      array(3) {
        ["url"] => string(74) "http://dev.reefclub.com.br/community/admin.php?wiki/&panel=impex&do=import"
        ["_GET"] => array(3) {
          ["wiki/"] => string(0) ""
          ["panel"] => string(5) "impex"
          ["do"] => string(6) "import"
        }
        ["_POST"] => array(5) {
          ["panel"] => string(5) "impex"
          ["do"] => string(6) "import"
          ["_xfToken"] => string(8) "********"
          ["source"] => string(3) "vw3"
          ["submit"] => string(6) "Import"
        }
      }
      Thank in advance.
    Issue Details
    Issue Number 4044
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Importing
    Status No Response
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.0 RC 3
    Fixed Version (none)
    Milestone VaultWiki 4.0 Gold
    Software DependencyXenForo 1.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags Import




    1. October 27, 2014 9:45 PM
      pegasus pegasus is offline
      VaultWiki Team
      There should be a $source['dependency'] line in the import config file. I believe it is currently blank.

      If you are importing from vBulletin 4, use the following value: 'vB4|vB3'
      If you are importing from vBulletin 3, use the following value: 'vB3'

      Either way, I would recommend upgrading to RC 4 first. We made a lot of changes to the importer in this version, so it may be impossible to debug your issue until you are on the latest release.

      If you still have trouble after updating to RC 4, please submit a Ticket Support service via the Members area.
      Reply Reply  
    2. This petition for a change to Won't Fix was rejected
      October 28, 2014 8:32 AM
      reefclub reefclub is offline
      New Member
      Just to let you know, I've already configured the 'dependency' variable as instructed but it isn't worked. I got almost the same error (see it below).

      Anyway, I going to update the VW version to the last one and come back to you. Just to be sure I'm workin in:
      - current environment: vBulletin 4.X with VW 3.0.X - VW will be update and the export tool will be used to generate the dump file.
      - future environment: Xenforo 1.3.5 with VW 4.0.X - VW the vw's import tool will be used to import the dump file.

      Is that possible, use the vw's import tool to directly import the dump file OR should it mandatory load the dump file in a temporary database?

      Code:
      Error Information
      XenForo_Exception: No controller response from vw_XenForo_ControllerAdmin_Wiki::actionIndex - library/XenForo/FrontController.php:465
      Generated By: reefclub_dxfadm, 3 minutes ago
      Stack Trace
      #0 [path]/community/library/XenForo/FrontController.php(355): XenForo_FrontController->_handleControllerResponse(NULL, 'vw_XenForo_Cont...', 'Index')
      #1 [path]/community/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #2 [path]/community/admin.php(13): XenForo_FrontController->run()
      #3 {main}
      Request State
      array(3) {
        ["url"] => string(74) "http://[site]/community/admin.php?wiki/&panel=impex&do=import"
        ["_GET"] => array(3) {
          ["wiki/"] => string(0) ""
          ["panel"] => string(5) "impex"
          ["do"] => string(6) "import"
        }
        ["_POST"] => array(5) {
          ["panel"] => string(5) "impex"
          ["do"] => string(6) "import"
          ["_xfToken"] => string(8) "********"
          ["source"] => string(3) "vw3"
          ["submit"] => string(6) "Import"
        }
      }
       
    3. October 28, 2014 11:13 AM
      pegasus pegasus is offline
      VaultWiki Team
      Update your VW 4 environment to VW 4 RC 4. As stated in your first post, you are using VW 4 RC 3. Since there were significant changes to the importer between these two versions, you will want to rule out any issues that were already fixed by this update.

      Once the VW 4 environment is updated, please submit a Ticket if the issue continues, so that we can investigate the environment and locate the problem.
      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:13 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.