MyBB Community Forums

Full Version: MyBB Error (44), How can I fix?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, I tried the method from the "Docs", and it didnt work, please anyone help???
Check your config.php. What is defined as database type - mysql?
It is worth a try to change to mysqli - on PHP7 you must use mysqli.

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

[ExiTuS]
(2019-11-11, 04:42 PM)[ExiTuS] Wrote: [ -> ]Check your config.php. What is defined as database type - mysql?
It is worth a try to change to mysqli - on PHP7 you must use mysqli.

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

[ExiTuS]

I did that and it didnt work....

Anyways forget it, the site is broken, got a new domain Smile
The domain won't make a difference... if neither mysql or mysqli work then you'd need to ask your host as sounds like there's no MySQL PHP extension installed.
(2019-11-12, 01:44 PM)Matt Wrote: [ -> ]The domain won't make a difference... if neither mysql or mysqli work then you'd need to ask your host as sounds like there's no MySQL PHP extension installed.
I bought a new hosting plan too, but yeah... I accidentally deleted my config file, that was the problem