Headers and client library minor version mismatch

You could try to suppress the warnings at the connection of the database. (I’ve not tested it) You should be able to do it by adding an @ in at row 211 of the file \vendor\codeigniter\framework\system\database\drivers\mysqli to make it result like this if (@$this->_mysqli->real_connect($hostname, $this->username, $this->password, $this->database, $port, $socket, $client_flags)). Does it work?

1 Like