MyBB Community Forums

Full Version: MyBB has experienced an internal SQL error and cannot continue.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: x5e3MKk.png]

I cannot connect to both forum and admin panel.

What is the cause of this error? Huh

I checked the config.php file and it's correct. I am using the latest version of MyBB.
Activate the logging of error in ACP » Home » Board Settings » Server and Optimization Options
You'll have more detals about the error
(2021-05-07, 01:29 PM)Crazycat Wrote: [ -> ]Activate the logging of error in ACP » Home » Board Settings » Server and Optimization Options
You'll have more detals about the error

The same error exists in the admin panel. Therefore I cannot login to ACP.

inc/settings.php
$settings['errorloglocation'] = "./error.log";
$settings['errorlogmedium'] = "none";
$settings['errortypemedium'] = "both";

The settings are like this but the error.log file does not exist.
Change this:
$settings['errorlogmedium'] = "log";
Thanks guy.