MyBB Community Forums

Full Version: Error MyBB Error (44) help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Forum faulty MyBB Error (44) please help me
Image: [Image: attachment.php?aid=1579]
Can you please post the contents of ./inc/config.php (Leave out your database password)
This means that the database extension your forum was running on has been disabled.

Check ./inc/config.php to see if the database type is set correctly and that it is available to use on your server. If you're not sure, ask your host which one you should be using (mySQL, mySQLi, pgSQL or SQLite).

Solution:
Open ./inc/config.php and check $config['database']['type'] is correct.

Quote:$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'hocpham_mybb';
$config['database']['table_prefix'] = 'mybb_hp';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'hocpham_pham';
$config['database']['password'] = '********';



A few days ago I set the forum is still running, 2 today so it failed.
Change the database type from mysqli to mysql.
Thanks to everyone
Please hit the solve button too. Thanks Wink