MikeMc68 Posted July 4, 2012 Share Posted July 4, 2012 I could have sworn at some point in the past there was a tick box that enabled you to view errors when they appeared. However, I have gone through al of the tabs and can no longer find this tick box. Has it been removed? Link to comment Share on other sites More sharing options...
Carl Favre Posted July 4, 2012 Share Posted July 4, 2012 Hi MikeMc68, Are you talking about the debug mode? You can enable it by modifying config\config.inc.php. But I do not remember a button to enable this kind of thing. Link to comment Share on other sites More sharing options...
MikeMc68 Posted July 4, 2012 Author Share Posted July 4, 2012 (edited) I could have sworn it was a button. OK, found it. It's on this line:- @ini_set('display_errors', 'off'); Change to 'on' Cheers, Mike Edited July 4, 2012 by MikeMc68 (see edit history) Link to comment Share on other sites More sharing options...
Carl Favre Posted July 4, 2012 Share Posted July 4, 2012 Sure, change @ini_set('display_errors', 'off'); to @ini_set('display_errors', 'on'); 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