Page 1 of 1

[SOLVED] Debug ON

PostPosted: Tue Mar 20, 2007 12:07 am
Author: Sjaak66
Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://forum.wheelnutz.nl

PHP Version:
MySQL Version:


What was done before the problem appeared?
Installed Integramod 1.41


What was done to try to solve the problem?
checked all ctracker files on debug, false



De.scription and Message

Can't get debug off, i see on your forum to on the bottom debug ON. I believe this
ÃÂÂ ­s slowing down the forum. How can i turn this off.

Regards Sjaak

P.S. I also use Subiceblack and the warning message's are almost unreadeble lightpurple with lightgrey text!
Where can I change this.

Re: Debug ON

PostPosted: Wed Mar 21, 2007 1:36 pm
Author: .QUACK.Major.Pain
When I have debug on, it shows as a large banner at the top of the screen and apparently only shows up for forum admins. You might be seeing something else? One of the guys might have a better idea of what it is.
To turn off the debug mode, go in your FTP and open ct_security.php. Depending on your installation, might vary where it's located, but goto your root directory, then goto /ctracker/engines/ct_security.php

Look for:

define('CT_DEBUG_MODE', false);

false is off
true is on

Hope this helps.

Re: Debug ON

PostPosted: Wed Mar 21, 2007 6:34 pm
Author: Helter
I think he is refurring to the phpbb debug feature. This must be turned off by editing a file. There is no acp function to do this that Im aware of.

OPEN
includes/constants.php

FIND

Code: Select all
define('DEBUG', 1);


REPLACE WITH

Code: Select all
define('DEBUG', 0);

PostPosted: Sat Mar 24, 2007 6:17 am
Author: code187
what is it use for anyway

PostPosted: Sat Mar 24, 2007 9:57 am
Author: shaythong
It includes for the Admin, detailed debug information. I prefer to leave it on, unless you want your site to load 2% faster, but more detailed debug reports are better and helps you solve problems. <img>

Re: Debug ON

PostPosted: Sat Mar 24, 2007 10:57 am
Author: Sjaak66
"HelterSkelter";p="23171" wrote:I think he is refurring to the phpbb debug feature. This must be turned off by editing a file. There is no acp function to do this that Im aware of.

OPEN
includes/constants.php

FIND

Code: Select all
define('DEBUG', 1);


REPLACE WITH

Code: Select all
define('DEBUG', 0);


Thanks that's wat i was looking for.
With out debug the site runs smooter, but ctracker is a real pain in the * .
Overall the Integramod is very nice i'm happy with your work guy's.
It saved me a lot of time modding all the file's. A bit more time over.
now fooling ctracker by editting the database <img>

No guy's for real NICE job and i'm happy to put your url on our site.

Regards Sjaak

PostPosted: Sat Mar 24, 2007 3:25 pm
Author: geoff1
Quick question to those who know <img>

Where does this debug info get outputted to?