MyBB Community Forums

Full Version: What is this??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is this error after this no chance to go on my forum any help
Check whether you have correct database information in inc/config.php.
what logs man i dont know nothing about coding
Not in logs. In your MyBB files, open the config.php file inside inc directory.

Check the following:
Quote:$config['database']['database'] = 'Your database name';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'Your database username';
$config['database']['password'] = 'Your database password';
i have all this but this one is empty
$config['database']['table_prefix'] = '';
also i cannot go to my test forum
If you cannot go to your test forum too, then the problem is with your host.
Ask them that you have problem connecting to database.
yea i think so
thank you for support
ill ask them about this issue
Yeah this is a host issue, nothing we or you can do about it.