The php mysqli extension is missing. Please check your php configuration
Posted by: Perosky (197.211.57.---)
Date: June 02, 2018 08:39AM

Hello I need help after updating my php version to 7.2
My webpage isn't loading in wampserver, but all services are running.
The Web pages I hosted are all blank and when trying to open phpmyadmin I get these error message The php mysqli extension is missing. Please check your php configuration
. Please help

Options: ReplyQuote
Re: The php mysqli extension is missing. Please check your php configuration
Posted by: Otomatic (Moderator)
Date: June 02, 2018 09:33AM

Hi,

Since PHP 5.5, it is not recommended to use the extension "mysql", this one being obsolete. It is completely deleted with PHP 7.
See [php.net]

Since PHP 7, you must use "mysqli".
It is up to you to modify your pages accordingly.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: The php mysqli extension is missing. Please check your php configuration
Posted by: Perosky (197.211.57.---)
Date: June 02, 2018 08:50PM

OK, thanks have fix it

Options: ReplyQuote


Sorry, only registered users may post in this forum.