MyBB Community Forums

Full Version: error after php7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this after upgrading to php7

MyBB has experienced an internal error and cannot continue.

Error Type:MyBB Error (44)Error Message:MyBB was unable to load the SQL extension. Please contact the MyBB Group for support. MyBB Website

fixed by changing msql to mysqli in config file.
But I see this error in admin area

https://imgur.com/a4nIIlE

it was tagging plugin. Uninstalled and all good. Solved
I do think MyBB should automatically load mysqli instead of mysql if it is available so when people update they don't have to figure out the cause and fix.