Debug mode

Posted:
Tue Aug 08, 2006 5:33 am
Author: Sadasius2
One of the things that really helps hackers is the fact that errors are reporting vital information to them. Is there any way to fix it so that these error messages are turned off? Can the debug mode be turned off?
Re: Debug mode

Posted:
Tue Aug 08, 2006 5:45 am
Author: Sadasius2
Never mind. Found it.... Just go to 'includes' then 'constants.php' and then edit the line
- Code: Select all
define('DEBUG', 1);
and replace it with
- Code: Select all
define('DEBUG', 0);

Posted:
Tue Aug 08, 2006 4:31 pm
Author: Simon N
A search of the site would have told you that anyway. Was discussed ages ago. <img>