MyBB Community Forums

Full Version: MyBB Error (44)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to connect to my site today hyperspacecafe.com and get a message saying "Error Type:
MyBB Error (44)
Error Message:
MyBB was unable to load the SQL extension. Please contact the MyBB Group for support."

Can someone tell me how to fix this?
http://docs.mybb.com/Help-Common_Error_Messages.html

However, did you move to a new host or make a new database?
44 occurs when the database type is incorrect.
In your /inc/config.php file, what is
$config['database']['type']
set to? That error gets thrown if PHP doesn't have the appropriate database extension loaded.
(2014-03-19, 04:36 AM)iHasZombiesHD Wrote: [ -> ]http://docs.mybb.com/Help-Common_Error_Messages.html

However, did you move to a new host or make a new database?
44 occurs when the database type is incorrect.

No I haven't changed hosts or make any new database.

(2014-03-19, 04:41 AM)Cameron:D Wrote: [ -> ]In your /inc/config.php file, what is
$config['database']['type']
set to? That error gets thrown if PHP doesn't have the appropriate database extension loaded.

My config database says mysqli.
Try changing it to "mysql" instead.
(2014-03-19, 12:41 PM)Nathan Malcolm Wrote: [ -> ]Try changing it to "mysql" instead.

That didn't work either. I talked with my host and they claimed they fixed it but now all I get is a blank page.