Sniper_E wrote: Thu Mar 13, 2025 11:01 pm
In the root directory, in the bottom of your config.php you will see these lines.
Code: Select all
@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: Select all
@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.