Welcome Guest, Not a member yet? Register   Sign In
mysqli_init() not found
#1

I have the same error as posted by Yetti but not able to resolve.

Type: Error
Message: Call to undefined function mysqli_init()
Filename: C:\Apache24\system\database\drivers\mysqli\mysqli_driver.php
Line Number: 136
Backtrace:
File: C:\Apache24\application\views\templates\Deploy\DateSelect.php
Line: 2
Function: database
File: C:\Apache24\application\controllers\Deploy.php
Line: 12
Function: view
File: C:\Apache24\htdocs\index.php
Line: 292
Function: require_once

Configuration is Apache 2.4
php 7
MySQL 5.7

Ensured php.ini has MySQL requirements uncomment and updated php path for ext.
Reply
#2

(This post was last modified: 02-11-2016, 09:42 PM by Rhyno_xD.)

did you load your database library and can you post the code that gives this error

Edit: 

Open your php.ini file and uncomment this line

PHP Code:
extension=php_mysqli.dll 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB