We are still having problems with the LDAP configuration. We are trying to turn on logging to help debug the LDAP problem but Mantis doesn't seem to return any log files. In our config we did this
$g_log_destination='page';
$g_show_log_threshold=ANYBODY;
$g_log_level=LOG_ALL;
$g_log_destination='file:D:\Applications\mantis\mantis_wwwroot\log\filelog.log";
What am I missing here? This file never gets updated. We did give it full access rights in IIS.
Logging of events
Moderators: Developer, Contributor
Re: Logging of events
Not sure if it was on windows or linux but it started working once i created the file
Re: Logging of events
This is under windows on IIS. I've got IIS configured for a log directory.
Re: Logging of events
I just suggested to create an empty file in the defined location.
So create D:\Applications\mantis\mantis_wwwroot\log\filelog.log (can be empty) and try again
So create D:\Applications\mantis\mantis_wwwroot\log\filelog.log (can be empty) and try again
Re: Logging of events
That worked! Thank you very much.