PDA

View Full Version : debug mode


Black Vivi
04-13-2003, 11:15 AM
how do you turn debug mode on?
it's the easiest way of getting to do what i need to do, but i can't find out how...

assassingod
04-13-2003, 11:28 AM
Open up config.php and add this before ?>

$debug = 1;

To turn it off simply delete it or change the 1 to a 0.

But enabling debug mode is a secruity risk to your forums

Xenon
04-13-2003, 03:57 PM
there is a thread in hacking hints and tips by myself how to easy enable/disable debug mode