2022-11-12, 05:48 PM
Hello
Im getting error 44 with any PHP version 7+
My config is as below:
$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'something';
$config['database']['table_prefix'] = 'something_';
$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'something';
$config['database']['password'] = 'somepassword';
As soon as I revert the PHP version to 5.6, the site starts working again.
Any ideas? Thanks!
My host replied - apparently a PHP handler was set causing a conflict - all set. Sorry for the noise!
Im getting error 44 with any PHP version 7+
My config is as below:
$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'something';
$config['database']['table_prefix'] = 'something_';
$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'something';
$config['database']['password'] = 'somepassword';
As soon as I revert the PHP version to 5.6, the site starts working again.
Any ideas? Thanks!
My host replied - apparently a PHP handler was set causing a conflict - all set. Sorry for the noise!