blacksrv Posted December 5, 2018 Posted December 5, 2018 I notice I can overwrite it in wire/config.php, but still not working, any ideas? Thanks
eelkenet Posted December 5, 2018 Posted December 5, 2018 You should not overwrite this file. Instead, edit the config in site/config.php. 2
blacksrv Posted December 5, 2018 Author Posted December 5, 2018 4 minutes ago, eelkenet said: You should not overwrite this file. Instead, edit the config in site/config.php. Yes I know, but it's not working, in both file I have $config->debug = true;
eelkenet Posted December 5, 2018 Posted December 5, 2018 Hmm, that is weird, in that case it is probably being reset somewhere. Have you tried doing a full search of your project's code for places where it might be overridden? Maybe some module or template is accidentally setting it, instead of checking for the value.
adrian Posted December 5, 2018 Posted December 5, 2018 Probably obvious, but remember it is only enabled for superusers. Scratch that ? What exactly isn't working? Are you not getting detailed errors on the frontend, or does the backend not report debug mode on? 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now