vBulletin 5.1.5 Installation error.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SPH0
    New Member
    • Jan 2015
    • 11
    • 5.1.x

    vBulletin 5.1.5 Installation error.

    I'm trying to install vBulletin 5.1.5 on my website and it's giving me this error:

    Fatal error: Call to undefined function mysqli_init() in /home/sph0/public_html/forums/core/vb/database/mysqli.php on line 86


    I've done everything right, made the database, set the username and the password, renamed the config.php.new files

    Link: http://sph0.com/forums/
    PHP Version:5.4.33
    Web Server: Apache v2.2.29 (cgi-fcgi)
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Edit /core/includes/config.php

    Find:
    PHP Code:
    $config['Database']['dbtype'] = 'mysqli'

    Change to:
    PHP Code:
    $config['Database']['dbtype'] = 'mysql'
    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

    • SPH0
      New Member
      • Jan 2015
      • 11
      • 5.1.x

      #3
      Originally posted by Mark.B
      Edit /core/includes/config.php

      Find:
      PHP Code:
      $config['Database']['dbtype'] = 'mysqli'

      Change to:
      PHP Code:
      $config['Database']['dbtype'] = 'mysql'
      Okay. I did that but now it gives me another error:
      Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77 bytes) in /home/sph0/public_html/forums/core/vb/database.php on line 255

      Comment

      • SPH0
        New Member
        • Jan 2015
        • 11
        • 5.1.x

        #4
        By looking at my PHP configuration:
        memory_limit = 32M
        Last edited by SPH0; Sat 31 Jan '15, 6:43pm.

        Comment

        • Guest

          #5
          Set it to 64M as test.

          Comment

          Related Topics

          Collapse

          Working...