• 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
    • No admincp after upgrade to VW4

    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: No admincp after upgrade to VW4

    • Issue Tools
      • View Changes
    1. issueid=4417 November 7, 2015 6:30 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      No admincp after upgrade to VW4

      I have followed the steps in this blog:
      https://www.vaultwiki.org/blogs/56/
      I installed VW4 and afterwards was taken to the admincp.
      Then proceeded to import.
      However, for some reason I immediately encountered a whitescreen without error.
      After that I could not longer find the admincp url. Its not listed in the blog and its also not listed here:
      https://www.vaultwiki.org/pages/Book...he-Admin-Panel

      There still is a list of VW options in vb3 admincp but its the same as it was with VW3 and it does not list an admin panel.
    Issue Details
    Issue Number 4417
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.0.7
    Fixed Version 4.0.8
    Milestone (none)
    Software DependencyvBulletin 3.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. November 7, 2015 8:00 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Apparently there was a litespeed conflict or something. Disabling LS cache caused the bitfield to show up.
      Now it leads to a 404 on the live site instead of the dev site. Not sure why it does that.
      Reply Reply
    2. November 7, 2015 9:03 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Datastore conflict between dev and live site is resolved. VW4 admin works, but this page leads to a whitescreen:
      admincp/wiki_cp.php?panel=impex&do=import
      Reply Reply
    3. November 7, 2015 9:39 AM
      pegasus pegasus is offline
      VaultWiki Team
      If you have simply reloaded the page after resolving the conflict, it might not work. Have you tried navigating through and restarting the import from the beginning? (do=import is the action for imports already in progress, it is only available through POST)
      Reply Reply
    4. November 7, 2015 2:21 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      If I enter VW admin and start import it leads to a whitescreen.
      Reply Reply
    5. November 7, 2015 5:35 PM
      pegasus pegasus is offline
      VaultWiki Team
      You might have display_errors turned off to hide vBulletin deprecated messages. Please verify that display_errors is on, since it might give a clue.
      Reply Reply
    6. November 7, 2015 6:01 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      You are right. The error is:
      Code:
      Fatal error: Class 'Import_Handle_Dependency_Config_Controller_vb3' not found in /forum/vault/core/controller/import/steps/vw.php on line 38
      Reply Reply
    7. November 7, 2015 6:07 PM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/core/controller/import/steps/vw.php, find:
      Code:
      $dependency = new $classname();
      Before it, add:
      Code:
      require_once($file);
      Reply Reply
    8. November 7, 2015 7:03 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Doesnt help. Same error:
      Code:
      Fatal error: Class 'Import_Handle_Dependency_Config_Controller_vb3' not found in /forum/vault/core/controller/import/steps/vw.php on line 39
      Reply Reply
    9. November 8, 2015 10:14 AM
      pegasus pegasus is offline
      VaultWiki Team
      Also, before the line add:
      Code:
      $classname = 'vw_' . $classname;
      Reply Reply
    10. November 8, 2015 10:20 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      So now it is:
      Code:
      		if (vw_Hard_Core::file_exists($file))
      		{
      		$classname = 'vw_' . $classname;
      		require_once($file);
      			$dependency = new $classname();
      			$dependency->normalize($config);
      Reply Reply
    11. November 8, 2015 10:25 AM
      pegasus pegasus is offline
      VaultWiki Team
      Yes. Sorry, it was my fault yesterday. I read the error message too quickly.
      Reply Reply
    12. December 26, 2015 2:08 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Is this implemented in the current build?
      Reply Reply
    13. December 27, 2015 9:54 AM
      pegasus pegasus is offline
      VaultWiki Team
      Yes.
      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 12:46 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 © 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.