MyBB Community Forums

Full Version: MyBB Internal Error on 1.6.9
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
to day i install mybb for the first time via softaculous and after successful installation , i open the site http://ogaatthetop.info/forum/ only to see this error

"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 "



pls what could be the cause


thx
Sounds like you chose the wrong SQL extension when you installed. Open the inc/config.php file in a text editor and change the extension to MySQLi.
(2013-03-29, 09:19 AM)Euan T. Wrote: [ -> ]Sounds like you chose the wrong SQL extension when you installed. Open the inc/config.php file in a text editor and change the extension to 'mysqli.

i install it via softaculus in the cpanel and its automatic and it never ask me for any extension , i just open the inc/config.php with text editor and in line 10 this is what i saw

$config['database']['type'] = 'mysqli';


pls how do i change extension to mysqli
^ try changing that line to $config['database']['type'] = 'mysql';
thanks about it really work