Page 1 of 1

Turn debug on / off

PostPosted: Sat Jan 10, 2009 11:44 am
Author: Watcher
i looked all over the forum, cant find how to turn on debug, can someone tell me what file to open, that i have to say "true" on i cant remember what file it is, so i can find out what bug is causing the problems

Turn debug on / off

PostPosted: Sat Jan 10, 2009 12:41 pm
Author: Helter
in includes/page_tail.php, find

debug on
[code]     $debug_text = (DEBUG == 1) ? 'Debug on' ]

debug off
[code]     $debug_text = (DEBUG == 0) ? 'Debug on' ]

Re: Ok guess i need help

PostPosted: Sun Jan 11, 2009 8:07 pm
Author: Watcher
ty

ok something is wrong it wont go away now ?
still have the pink debug box up have cleared cash and cookies dont know whats wrong?

Re: Turn debug on / off

PostPosted: Tue Jan 13, 2009 5:55 am
Author: .QUACK.Major.Pain
That's the wrong debug.

Your looking for /ctracker/engines/ct_security.php

Look for:

define('CT_DEBUG_MODE', false);

true is ON (shows pink debug banner)
false is OFF

Re: Turn debug on / off

PostPosted: Tue Jan 13, 2009 8:24 am
Author: Watcher
Ty that did it i always forget where to look

Re: Turn debug on / off

PostPosted: Tue Jan 13, 2009 3:33 pm
Author: .QUACK.Major.Pain
No problem - glad to help