Welcome Guest, Not a member yet? Register   Sign In
How can I turn the debug bar on?
#2

(This post was last modified: 04-24-2020, 04:38 PM by Gary.)

Go to app\Config\Filters.php and make sure this line is uncommented:

'after' => [
'toolbar', // comment this out to disable the debug toolbar

You can also check in .htaccess (in the public folder) for CI_ENVIRONMENT... some of these similar settings override others, so having it set in one place doesn't always mean you get what you're expecting.
Reply


Messages In This Thread
How can I turn the debug bar on? - by YanKleber - 04-24-2020, 03:06 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 04:33 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 04:47 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 05:02 PM
RE: How can I turn the debug bar on? - by Gary - 04-24-2020, 05:13 PM
RE: How can I turn the debug bar on? - by Gary - 04-29-2020, 05:36 PM
RE: How can I turn the debug bar on? - by easyD - 04-30-2020, 01:59 AM
RE: How can I turn the debug bar on? - by ben_ci - 03-09-2024, 01:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB