XF 2.1 PHP Fatal error: Uncaught Error: Call to undefined function mysqli_init()

Dretax

Member
Licensed customer
I think when I purged the unnecessary packages I ****ed something up. (None of my php sites are working that use mysql)
php 7.2 seems to be installed.
What could be wrong?

/XF/Error.php(85): XF\\Db\\Mysqli\\Adapter->getConnection()\n#2
Adapter->makeConnection(Array)\n#1
 
it means mysqli package is not installed. recheck in your phpinfo file, and ask your host about this.
I only see mysqli as a "module"

Fixed it by reinstalling, deleting all phps and installing 7,2

MySQLiZak Greant, Georg Richter, Andrey Hristov, Ulf Wendel
 
Back
Top Bottom