MyBB Community Forums

Full Version: Error at install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Warning [2] require_once(/home/xw000484/public_html/inc/db_.php): failed to open stream: No such file or directory - Line: 2430 - File: install/index.php PHP 5.6.23 (Linux)

The line 2430 on the Install.php file is this:

require_once MYBB_ROOT."inc/db_{$config['database']['type']}.php";

I need to do something extra? This impose a problem at the future?
The fix will be included in MyBB 1.8.8. You can apply it manually: https://github.com/mybb/mybb/pull/2424/files
You can also try waiting some time (~minute) and refreshing the page, sending the POST request again.
Yeah, that fix the problem.

Thank you.