Page 1 of 1

how to turn off debug mode

PostPosted: Thu Jul 10, 2008 1:36 pm
Author: viragotech
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: http://x.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
nutin


What was done to try to solve the problem?




De.scription and Message

I want to turn off debug mode, thoguht I had 132 but diggin through CP it says I got 140.
news to me but anyways I need to turn it off or diable it.

anyone know where????

PostPosted: Mon Jul 14, 2008 9:22 pm
Author: tmotley
I don't have a 1.40 install to consult but in 1.41 you do it like this:

OPEN
includes/constants.php

FIND

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


REPLACE WITH

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