Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2238

[3.3.x] Support Forum • Re: SQL Explain, how to disabled? PhpBB 3.1.14

$
0
0
In the root directory, in the bottom of your config.php you will see these lines.

Code:

@define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');@define('DEBUG_CONTAINER', true);
You can comment out that last line like this. // @define('DEBUG_CONTAINER', true);

That file is read only so you will have to change the permission on it to edit it with Editor++
After editing it then make it read only again.
Thanks for the information, I checked this for the first time, and my debug line is commented out.

Code:

@define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');// @define('DEBUG_CONTAINER', true);
**Edit*

I deleted the line of code with debug_output from the theme's overal_footer.html and it no longer appears for users and visitors, I only find it in the ACP, the problem is that if someone knows how to access SQL Explain from the forum link, they can see the database name and that confuses me a lot and gives me a headache.

Statistics: Posted by KenTSA — Thu Mar 13, 2025 11:08 pm



Viewing all articles
Browse latest Browse all 2238

Trending Articles