Database error before install

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shamil.
    Senior Member
    • Feb 2008
    • 4755
    • 4.2.X

    Database error before install

    More than one person's going to wind up in it - so let's identify this once and for all.

    Error spouted out:


    Fatal error: Uncaught
    Database error in vBulletin :


    Invalid SQL:
    SELECT * FROM setting;


    MySQL Error : Table 'vbulletin.setting' doesn't exist
    Error Number : 1146
    Request Date : Wednesday, September 12th 2012 @ 11:49:06 AM
    Error Date : Wednesday, September 12th 2012 @ 11:49:06 AM
    Script : http:///connect/core/install/index.php
    Referrer :
    IP Address : ::1
    Username :
    Classname : vB_Database
    MySQL Version : 5.1.54



    Stack Trace:
    #line vB_Database->halt() called in [path]/vb/database.php on line 380
    #line vB_Database->execute_query() called in [path]/vb/database.php on line 414
    #line vB_Database->query_read() called in [path]/vb/db/result.php on line 118
    #line vB_dB_Result->rewind() called in [path]/vb/db/result.php on line 59
    #line vB_dB_Result->__construct() called in [path]/vb/db/query/select.php on line 124
    #line vB_dB_Query_Select->doSelect() called in [path]/vb/db/query/select.php on line 96
    #line vB_dB_Query_Select->execSQL() called in [path]/vb/ in /usr/local/zend/apache2/htdocs/connect/core/vb/database.php on line 1073


    Settings in config.php (/)
    PHP Code:
    $config['baseurl'] = 'http://localhost:10088/connect';

    $config['baseurl_core'] = 'http://localhost:10088/connect/core';

    $config['core_path'] = '/usr/local/zend/apache2/htdocs/connect/core'
    Let's assume that the details in core/includes/config.php are correct:

    Code:
    $config['Database']['dbname'] = 'vbulletin';
    
    $config['MasterServer']['username'] = 'root';
    $config['MasterServer']['password'] = '';
    What exactly would be causing this?
    Shamil Nunhuck, - Radon Systems Ltd.
    VPS + Dedicated Server Hosting and Management
    vBulletin Hosting and Services
    Server / Website Consultation
  • Yves R.
    vBulletin QA
    • Nov 2003
    • 3860
    • 5.6.X

    #2
    Call /install/install.php directly instead of /install/, it's a known bug.

    Sent from my iPhone using Forum Runner

    vBulletin QA - vBulletin Support French - Lead Project Tools developer

    Next release? Soon(tm)

    Comment

    • Shamil.
      Senior Member
      • Feb 2008
      • 4755
      • 4.2.X

      #3
      Many thanks Yves.
      Shamil Nunhuck, - Radon Systems Ltd.
      VPS + Dedicated Server Hosting and Management
      vBulletin Hosting and Services
      Server / Website Consultation

      Comment

      • syrus.xl
        Senior Member
        • Jun 2005
        • 546

        #4
        That is one thing I have never tried, installing directly with the index.php file.

        All my vB5.0 installs/upgrades I either use www.mydomain.com/core/install/install.php or for upgrading www.mydomain.com/core/install/upgrade.php

        So, I have never seen this error. Ok.. bug!

        Comment

        • George L
          Former vBulletin Support
          • May 2000
          • 32996
          • 3.8.x

          #5
          Originally posted by Yves Rigaud
          Call /install/install.php directly instead of /install/, it's a known bug.

          Sent from my iPhone using Forum Runner
          Yup JIRAs


          :: Always Back Up Forum Database + Attachments BEFORE upgrading !
          :: Nginx SPDY SSL - World Flags Demo [video results]
          :: vBulletin hacked forums: Clean Up Guide for VPS/Dedicated hosting users [ vbulletin.com blog summary ]

          Comment

          Related Topics

          Collapse

          Working...