MyBB Community Forums

Full Version: Upgraing Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Upgrading and got this error on upgrade.php

Warning: require_once(/home/forumspr/public_html/inc/db_.php) [function.require-once]: failed to open stream: No such file or directory in /home/forumspr/public_html/install/upgrade.php on line 75

Fatal error: require_once() [function.require]: Failed opening required '/home/forumspr/public_html/inc/db_.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/forumspr/public_html/install/upgrade.php on line 75

Link: http://www.forumspromotion.com/install/upgrade.php

Ive followed - http://wiki.mybb.com/index.php/Upgrading..._Upgrading
Did you do anything to your ./inc/config.php?? You seem to be missing a database type.
Nope.

I downloaded it to make sure in case i do anything wrong.
And it keeps saying that error.
So what have you got set for the database type...??
MySQL.
What you mean? I haven't touched the Database type.
I mean what is in your config.php as the database type.

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

Like that. It should be either mysql or mysqli - it's case sensitive.