MyBB Community Forums
error after php7 - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: error after php7 (/thread-216025.html)



error after php7 - djpete1959 - 2018-02-20

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


RE: error after php7 - dragonexpert - 2018-02-21

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.