blacksrv Posted December 5, 2018 Share Posted December 5, 2018 I notice I can overwrite it in wire/config.php, but still not working, any ideas? Thanks Link to comment Share on other sites More sharing options...
eelkenet Posted December 5, 2018 Share Posted December 5, 2018 You should not overwrite this file. Instead, edit the config in site/config.php. 2 Link to comment Share on other sites More sharing options...
blacksrv Posted December 5, 2018 Author Share 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; Link to comment Share on other sites More sharing options...
eelkenet Posted December 5, 2018 Share 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. Link to comment Share on other sites More sharing options...
adrian Posted December 5, 2018 Share 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 Link to comment Share on other sites More sharing options...
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