MyBB Community Forums

Full Version: PLEASE HELP! Ive stuffed my forum up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Ok i tryed to remove a mod and got error messages of missing files. So i tried to re-upload all the files again.

But now it says my forum is not installed

www.tussaudtimes.co.uk/forums

what do i do as i dont want to loose everything

Please help!
Delete the install folder and make sure that inc/config.php is uploaded correctly.
there is no install folder uploaded
Then make sure that your inc/config.php is there!

Enter all your database details.
it is there but nothing is in it how and what do i put in
Ok all the information is there i think but its still not right
Recreate it like this:

<?php
/**
 * Database configuration
 */

$config['dbtype'] = 'mysql';
$config['hostname'] = 'localhost';
$config['username'] = '';
$config['password'] = '';
$config['database'] = '';
$config['table_prefix'] = 'mybb_';

/**
 * Admin CP directory
 *  For security reasons, it is recommended you
 *  rename your Admin CP directory. You then need
 *  to adjust the value below to point to the
 *  new directory.
 */

$config['admin_dir'] = 'admin';

/**
 * Hide all Admin CP links
 *  If you wish to hide all Admin CP links
 *  on the front end of the board after
 *  renaming your Admin CP directory, set this
 *  to 1.
 */

$config['hide_admin_links'] = 0;

/**
 * Data-cache configuration
 *  The data cache is a temporary cache
 *  of the most commonly accessed data in MyBB.
 *  By default, the database is used to store this data.
 *
 *  If you wish to use the file system (inc/cache directory)
 *  you can change the value below to 'files' from 'db'.
 */

$config['cache_store'] = 'db';

/**
 * Super Administrators
 *  A comma separated list of user IDs who cannot
 *  be edited, deleted or banned in the Admin CP.
 *  The administrator permissions for these users
 *  cannot be altered either.
 */

$config['super_admins'] = '1';
 
?>
Can you try reuploading your MyBB files? (especially inc/init.php and inc/class_core.php). Make sure you are uploading in ASCII mode.
ok done that and it says my board is not installed

http://www.tussaudtimes.co.uk/forums
Make sure your inc/config.php looks like this:
http://community.mybboard.net/showthread...#pid115519
Pages: 1 2 3