Bob,
Config.php holds your database details and other Admin and Super-Admin related details
You can locate this in the includes folder.
A Live forum has it already in the includes folder named confg.php, for the new 4.0 you want to edit the config.php.new with the correct information and rename it to config.php.
** Remember if cloning a site to test an upgrade on you must edit the config file otherwise it is pointing to your LIVE forums database and you could possibly upgrade it on accident and run into problems you might have encountered with the test site and go wth? How did that happen?? Well you had the clone files but forgot to tell it in config.php to use the clone database
- Be careful
.
If you are just in your root folder then www.yoursite.com/includes/config.php
Mike
Config.php holds your database details and other Admin and Super-Admin related details

You can locate this in the includes folder.
A Live forum has it already in the includes folder named confg.php, for the new 4.0 you want to edit the config.php.new with the correct information and rename it to config.php.
** Remember if cloning a site to test an upgrade on you must edit the config file otherwise it is pointing to your LIVE forums database and you could possibly upgrade it on accident and run into problems you might have encountered with the test site and go wth? How did that happen?? Well you had the clone files but forgot to tell it in config.php to use the clone database


If you are just in your root folder then www.yoursite.com/includes/config.php
Mike
Comment