Hi All,
I have updated to php7.0 and get the following error when I do Clear cache and register hooks
Call to undefined function mysql_pconnect()
my setup is
Debian 8
PHP Version 7.0.18-1~dotdeb+8.1
MySql = 10.1.22-MariaDB-1~jessie
in header.inc.php I had
’db_type’ => ‘mysql’,
I changed that to
’db_type’ => ‘mysqli’,
Should this be MySQL PDO ?