MyBB Community Forums

Full Version: Error 44 - MySQL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I know some people asked about that error already. I changed the database type already to mysql and also to mysqli. It's still not working.
https://docs.mybb.com/1.8/faq/errors/#mybb-error-44

If you need additional informations just ask me! I would really appreciate your help!

Kind Regards!
Could you try adding a file named "info.php" and adding the following content:

<?php

phpinfo();

If you then go to yoursite.com/info.php you should see a page full of details about your PHP version. Try searching this page for "mysql" and see if anything is listed. If not, you will need to contact your host to ensure the MySQL extension is enabled.