ozzy47 |
10-23-2014 01:31 AM |
Ok lets look at your flavor of the month software.
There are a number of application configuration options that are in the library/config.php file. These are advanced options and should be modified with care.
Incorrect configuration of these options may render your XenForo installation unusable. If you run into any problems, undo your modifications.
If you wish to modify any values in your config.php file, simply add a line to the end of the file. This guide assumes a basic understanding of PHP syntax. - $config['db']['adapterNamespace'] - default: 'Zend_Db_Adapter'
Controls database connection adapter class that will be used.
- $config['cache']
This is discussed in the Defining a Cache section.
- $config['debug'] - default: false
Controls whether debug mode is enabled. Debug mode gives more access to error messages, debugging/performance information, and development tools. It should not be run on a production forum as it may degrade performance or even open up security issues.
Not this is interesting, Debug mode gives more access to error messages
Why would I need more assess to error messages if they are not suppressed somewhere? If they are not suppressed, then why is debug mode needed to show them? Is it magic?
|