vBulletin 5.1.8 Startup Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • njemacka.club
    New Member
    • Aug 2015
    • 8
    • 5.1.x

    vBulletin 5.1.8 Startup Error

    I have tried to install vBulletin 5.1.8 on HOSTINGER server using my domain: www.njemacka.com.
    I have uploaded files and entered the web address: http://www.njemacka.club/core/install/install.php.

    ​There is MySql 5.1 version on HOSTINGER server.

    Can anyone help me to edit config.php file?

    MySql Settings:
    MySQL database name: u920191925_hrvoj
    MySQL username: u920191925_hrvoj
    MySQL host: mysql.hostinger.hr
    MySql password: dnO1oAXB

  • njemacka.club
    New Member
    • Aug 2015
    • 8
    • 5.1.x

    #2
    My current config.php file. Please, help me to find errors.

    <?php/
    $config['Database']['dbtype'] = 'mysql';
    $config['Database']['dbname'] = 'hrvoj';
    $config['Database']['tableprefix'] = 'u920191925_';
    $config['Database']['technicalemail'] = '[email protected]';
    $config['MasterServer']['servername'] = 'mysql.hostinger.hr';
    $config['MasterServer']['port'] = 3306;
    $config['MasterServer']['username'] = 'hrvoj';
    $config['MasterServer']['password'] = 'dnO1oAXB';
    $config['MasterServer']['usepconnect'] = 0;
    $config['SlaveServer']['servername'] = '';
    $config['SlaveServer']['port'] = 3306;
    $config['SlaveServer']['username'] = '';
    $config['SlaveServer']['password'] = '';
    $config['SlaveServer']['usepconnect'] = 0;
    // ****** PATH TO MODERATOR CONTROL PANELS ******
    // This setting allows you to change the name of the folders that the
    // moderator control panels reside in. You may wish to do this for security purposes.
    // Please note that if you change the name of the directory here, you will still need
    // to manually change the name of the directory on the server.

    $config['Misc']['modcpdir'] = 'modcp';

    // Prefix that all vBulletin cookies will have
    // Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
    $config['Misc']['cookieprefix'] = 'bb';

    ...

    Comment

    • Mobeen Janjua
      Member
      • Nov 2010
      • 64
      • 5.3.x

      #3
      For vb 5.1.8 Database type must be mysqli not mysql and database name will be:
      $config['Database']['dbname'] = 'u920191925_hrvoj';
      I guess user name will be:
      $config['MasterServer']['username'] = 'u920191925_hrvoj';
      Last edited by Mobeen Janjua; Mon 10 Aug '15, 12:55am.
      MOBEEN JANJUA | Janjua's Online Urdu Community
      the EYES of TRUTH are always WATCHING YOU...

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24287
        • 6.0.X

        #4
        You cannot guess usernames like that, and the database type does not have to be MySLi, that's just the recommended setting.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24287
          • 6.0.X

          #5
          Originally posted by njemacka.club
          I have tried to install vBulletin 5.1.8 on HOSTINGER server using my domain: www.njemacka.com.
          I have uploaded files and entered the web address: http://www.njemacka.club/core/install/install.php.

          ​There is MySql 5.1 version on HOSTINGER server.

          Can anyone help me to edit config.php file?

          MySql Settings:
          MySQL database name: u920191925_hrvoj
          MySQL username: u920191925_hrvoj
          MySQL host: mysql.hostinger.hr
          MySql password: dnO1oAXB
          You need to ficus on these lines:
          $config['Database']['dbname']
          $config['MasterServer']['username']
          $config['MasterServer']['password']

          We cannot tell you what needs to go in the database credential sections. You would need to check with your host.
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...