MyBB Community Forums

Full Version: solution of mybb error (44)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi nice member

today i have found an error (44) in my forum best smartphone 2011 and i want to share with you the solution that im used...

on the file config.php i found:

"mysqli" on the database type like this:

$config['database']['type'] = 'mysqli';
$config['database']['database'] = '.............';
$config['database']['table_prefix'] = 'mybb_';


and i removed "i" from musqli and my forum start working good.

i don't know if someome has added this "i" to the file or this is just an normal error..

thank you
Then your host removed the mysqli extension. You can use the old mysql extension but isn't developed anymore: http://www.php.net/manual/en/mysqli.overview.php