MyBB Community Forums

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

I'm helping to fix someone's forum, it was in quite a bad state, just need some help fixing this:

Warning [2] require_once(/home/*hidden*/public_html/inc/db_database_type.php) [function.require-once]: failed to open stream: No such file or directory - Line: 101 - File: inc/init.php PHP 5.2.15 (Linux)
File	Line	Function
/inc/init.php	101	errorHandler->error
/inc/init.php	101	require_once
/global.php	19	require_once
/index.php	18	require_once

Fatal error: require_once() [function.require]: Failed opening required '/home/*hidden*/public_html/inc/db_database_type.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*hidden*/public_html/inc/init.php on line 101

That's what I get when visiting the site's index.

Any ideas on how this can be resolved?

Thanks.
Your missing ./inc/db_database_type.php, reupload ths file from a fresh download for your MyBB version.
(2011-04-12, 04:19 PM)Shukaku Wrote: [ -> ]Your missing ./inc/db_database_type.php, reupload ths file from a fresh download for your MyBB version.

It's not included in the mybb_1602.zip download..
What plugins do you have installed??
(2011-04-12, 04:32 PM)Shukaku Wrote: [ -> ]What plugins do you have installed??

I deactivated & uninstalled them all before a database backup was taken. There were about 50 installed though.

Please check your inc/config.php.
(2011-04-12, 04:44 PM)StefanT Wrote: [ -> ]Please check your inc/config.php.

For what exactly?
The database type seams to be wrong.
Cheers Stefan, now getting another error but they should be easy to fix.