Thanks for the information, I checked this for the first time, and my debug line is commented out.In the root directory, in the bottom of your config.php you will see these lines.You can comment out that last line like this.Code:
@define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');@define('DEBUG_CONTAINER', true);
// @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.
Code:
@define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');// @define('DEBUG_CONTAINER', true);
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