MyBB Community Forums

Full Version: Error 44 with PHP 7+ (even with mysqli set)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!