> I
> I have a problem here which the ELOG service get terminated unexpectedly > on the Windows Server. > Is there any way to debug this problem ? One can start the elogd server manually. So stop the service, and start c:\program files\elogd\elogd.exe -v The "-v" flag shows all network traffic between the server and the browser. So maybe the last conversation before the crash can tell us something. Make a screendump of it and send it to me.
Hi I have a problem here which the ELOG service get terminated unexpectedly on the Windows Server. Is there any way to debug this problem ? I am using the latest version of Elog and i tried the 2.5.3 version too have this problem Thanks!
I fixed that in revision 1.496 (see CVS).
I have the following in a local logbook config: append on edit = "\n\n[$date: $short_name]\n" When I upload an attachment to an entry, it appears like the page is getting refreshed in the browser and the 'append on edit' action is called again. This results in two appended strings in the text entry, one for the initial edit and one for the upload. Is this by design or an inadvertent result of uploading an attachment? My preferred handling of this - and perhaps a more intuitive behavior - would be to have the append/prepend actions happen once and only once for each edit or reply. BTW Stephan, many thanks for the great program.
> Has been fixed in revision 1.492. Thanks, Stefan.