Debug Toolbar: How To Hide?

Hi!

Although the following is defined in local_conf.php the Debug Toolbar (the icon "bug.png") is displayed on the top right corner of the page. Why?

define('DEBUG_MODE', false);
define('DEVELOPMENT', false);

[attachment=14578:bug.png]

How to hide the Debug Toolbar?

Looking forward to your answer!

Best regards

hummer

bug.png

Hello

You must have it defined elsewhere.
Check in file config.php and if not there, do it in directory shop:
grep -r "DEBUG_MODE" ./
Best regards
Robert

Hi Robert,

you are right, it was defined in config.php. Sorry, that was an embarrassing mistake. :-(

I checked config.local.php and local_conf.php, but forgot to do the same in config.php. What a shame that FileZilla does not support a full-text search, does it?

Best regards

hummer

Hello hummer

It's best to search with grep on the console. Fast and reliable.

Best regards

Robert