MyBB Community Forums

Full Version: Solve this error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I get this error
After server update php version
How to solve this error

Thank you
Check your config file and make sure this line reflects your database type
$config['database']['type'] = 'mysqli';
And check if the mysql extension is well loaded in PHP.