I have put the following in my config_inc.php:
$g_display_errors = array(
E_WARNING => 'halt',
E_NOTICE => 'halt',
E_ERROR => 'halt',
E_USER_ERROR => 'halt',
E_WARNING => 'inline',
E_USER_WARNING => 'inline',
E_USER_NOTICE => 'halt'
);
$g_show_detailed_errors = ON;
But all I get when I try ...
Search found 2 matches
- 31 Mar 2005, 16:45
- Forum: Help
- Topic: Debugging Mantis: What is "ERROR"?
- Replies: 5
- Views: 16990
- 30 Mar 2005, 14:16
- Forum: Help
- Topic: Debugging Mantis: What is "ERROR"?
- Replies: 5
- Views: 16990
Didn't work :-(
Unfortunately, that didn't work. I added those lines to config_inc.php, and restarted Apache to be sure.
Since I'm trying to setup LDAP authentication, I tried to login (which failed) and expected error messages to show up on the logs somewhere. But they didn't. I grepped for 'mantis' in /var/log ...
Since I'm trying to setup LDAP authentication, I tried to login (which failed) and expected error messages to show up on the logs somewhere. But they didn't. I grepped for 'mantis' in /var/log ...