Trying to move to new server - Fatal error: Call to undefined function mysqli_report()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zarxrax
    New Member
    • Mar 2009
    • 17

    Trying to move to new server - Fatal error: Call to undefined function mysqli_report()

    I have vbulletin up and running for a long time on my old web host, but I am trying to move to a new shared hosting provider.
    I initially tried using cpanel to back up my site and databases and restore them on my new host. After updating my config.php, I was just getting the following error when trying to open the site on the new server:
    Code:
     
     Database error in vBulletin :  mysqli_real_connect(): Headers and client library minor version mismatch. Headers:50547 Library:50634 /home/******/public_html/includes/class_core.php on line 1359  MySQL Error  : Error Number  : Request Date  : Sunday, January 29th 2017 @ 12:37:03 AM Error Date    : Sunday, January 29th 2017 @ 12:37:03 AM Script        : http://www.*****.com/ Referrer      : http://www.*****.com/ IP Address    : ******** Username      : Classname    : vB_Database_MySQLi MySQL Version :
    I tried changing database type between MYSQL and MYSQLi in the config, and nothing changed.
    I had my web host try migrating my site to the new server themselves, and the same problem was coming up. They tried changing some settings on the server, but they could not solve the problem.

    So now I am attempting to do a new install of vbulletin, and when I run the install.php script, it just says
    Code:
    [B]Fatal error[/B]: Call to undefined function mysqli_report() in [B]/home/******/public_html/includes/class_core.php[/B] on line [B]1464[/B]
    My new server has the following versions of php and mysql:
    PHP Version 5.5.31
    MySQL Version 5.6.34
    My OLD host had the following:
    PHP Version 5.4.45
    MySQL Version 5.5.54-MariaDB

    I'm stuck here and I'm not sure what to do. I don't have SSH access, so I am not able to run commands on the server with SSH.
    Any ideas?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    MySQLi is not enabled on your server....you should ask your hosts to enable it.
    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

    • Zarxrax
      New Member
      • Mar 2009
      • 17

      #3
      I told my host that, and it looks like they were able to fix it now. Thanks.

      Comment

      Related Topics

      Collapse

      Working...