MyBB Community Forums
are you know Mysql Error? pleas help me - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: are you know Mysql Error? pleas help me (/thread-145948.html)



are you know Mysql Error? pleas help me - tisufamoney - 2013-09-27

does anyone know if there is a message like in the picture below?

[Image: mysql+error.PNG]


RE: are you know Mysql Error? pleas help me - .m. - 2013-09-27

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.