MyBB Community Forums

Full Version: are you know Mysql Error? pleas help me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
does anyone know if there is a message like in the picture below?

[Image: mysql+error.PNG]
common error messages Wrote:Error Type: MyBB Error (44)
Error Message: MyBB was unable to load the SQL extension. Please contact the MyBB Group for support. MyBB Website
Information: This occurs when the database type is incorrect in ./inc/config.php file

To fix this, open ./inc/config.php file and check the entry for $config['database']['type']
A common issue is having 'mysql' instead of 'mysqli', or having 'mysqli' instead of 'mysql'.
If you do not know what needs to be here, contact your host provider.