• 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
    • SELECT prefixid FROM `vb_vw_prefix` WHERE prefixid = 1;

    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: SELECT prefixid FROM `vb_vw_prefix` WHERE prefixid = 1;

    • Issue Tools
      • View Changes
    1. issueid=4564 March 2, 2016 1:09 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      SELECT prefixid FROM `vb_vw_prefix` WHERE prefixid = 1;

      Step 6:
      Creating prefix for Special pages
      Code:
      Database error in vBulletin 3.8.7:
      
      Invalid SQL:
      SELECT prefixid FROM `vb_vw_prefix` WHERE prefixid = 1;
      
      MySQL Error   : Table 'xxx.vw_prefix' doesn't exist
      Error Number  : 1146
      Request Date  : Wednesday, March 2nd 2016 @ 07:07:04 PM
      Error Date    : Wednesday, March 2nd 2016 @ 07:07:05 PM
      Script        : /vault/install/index.php
      Referrer      : /vault/install/index.php
      IP Address    : 
      Username      : Alfa
      Classname     : vB_Database
      MySQL Version : 5.6.19-1+deb.sury.org~precise+1-log
    Issue Details
    Issue Number 4564
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.9
    Fixed Version 4.0.9
    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. March 2, 2016 1:28 PM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/install/lib/db/create/vw.php, find:
      Code:
      $listing = glob(vw_Hard_Core::get_dir() . '/controller/install/db/create/*', GLOB_ONLYDIR);
      Replace with:
      Code:
      $listing = glob(vw_Hard_Core::get_dir('install') . '/db/create/*', GLOB_ONLYDIR);
      Find:
      Code:
      				$class = $classname = 'Install/DB/Create/' . $li;
      				vw_Hard_Core::locate_class('Controller', $class, $file);
      Replace with:
      Code:
      				$class = $classname = 'DB/Create/' . $li;
      				vw_Hard_Core::locate_class('Install', $class, $file);
      In vault/install/lib/db/alter/vw.php, find:
      Code:
      $listing = glob(vw_Hard_Core::get_dir() . '/controller/install/db/alter/*', GLOB_ONLYDIR);
      Replace with:
      Code:
      $listing = glob(vw_Hard_Core::get_dir('install') . '/db/alter/*', GLOB_ONLYDIR);
      Find:
      Code:
      				$class = $classname = 'Install/DB/Alter/' . $li;
      				$file = '';
      				vw_Hard_Core::locate_class('Controller', $class, $file);
      Replace with:
      Code:
      				$class = $classname = 'DB/Alter/' . $li;
      				vw_Hard_Core::locate_class('Install', $class, $file);
      In vault/install/lib/db/insert/vw.php, find:
      Code:
      $listing = glob(vw_Hard_Core::get_dir() . '/controller/install/db/insert/*', GLOB_ONLYDIR);
      Replace with:
      Code:
      $listing = glob(vw_Hard_Core::get_dir('install') . '/db/insert/*', GLOB_ONLYDIR);
      Find:
      Code:
      				$class = $classname = 'Install/DB/Insert/' . $li;
      				vw_Hard_Core::locate_class('Controller', $class, $file);
      Replace with:
      Code:
      				$class = $classname = 'DB/Insert/' . $li;
      				vw_Hard_Core::locate_class('Install', $class, $file);
      Run the following query:
      Code:
      DROP TABLE IF EXISTS vw_upgradelog
      Refresh the main installer script and try again.
      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:25 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 © 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.