mysqli_init() not found - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: mysqli_init() not found (/showthread.php?tid=64353) |
mysqli_init() not found - dkh - 02-11-2016 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. |