Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 125 of 807  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Icon Author Author Email Category OSdown ELOG Version Subject
  66914   Wed Sep 22 14:37:10 2010 Reply Stefan Rittstefan.ritt@psi.chBug reportWindows2.8Re: Elogd service crashes on "reply" with percent character in subject line

Mike Zuber wrote:

My logbook kept crashing whenever I tried to reply to an existing entry. I found that the percent sign "%", when used in the subject line, will crash the elogd service when you try to reply to the entry. This appears to only happen with windows installations. I tested this on your Linux logbook and it didn't crash.

Here is the message taken from the Windows event viewer after the crash:
An unhandled win32 exception occurred in elogd.exe [5224].

Thank you for Elog, you have done a good job with it.  It is a great logbook.

Mike

I could not reproduce your problem. I tried the very simple config file:

[Demo]
Attributes = Author, Subject

and the problem did not occur (see attachment). Can you try the most recent version (elog280-4.exe) with this simple configuration. Maybe you have a more complicated configuration which causes the problem. In that case please send it to me, so that I can reproduce the problem.

Attachment 1: Capture.png
Capture.png
  66915   Thu Sep 23 17:22:43 2010 Reply Bill Pierbpier@clove.orgQuestionWindows2.7.6-2230Re: SQL Database

What about using something like MySQLfs to get a db backend transparently to ELOG?  I use ENCFS, (a FUSE backend), currently to achieve encrypted logbooks and it works fine -- ELOG never knows anything other than reading and writing to logbook files.  From what I've read, the MySQLfs backend would work the same, and you likely would gain some of the caching benefits of MySQL, which might help with your read/search times, given the memory requirements of the database of course.

 

Bill

lance wrote:

We have been running elog for a few years now and its solid. The only thing is we are getting to 140k entries over a few books and its starting to slow down whist searching. My questions is can we go to an SQL type database rather than a flat file? Is it worth it? Is anyone running this type of configuration?

 

 

  66916   Fri Oct 8 04:53:50 2010 Question phichitponchee_ake@yahoo.comQuestionWindows2.8.0-2331how to set text column width

hello

how to set text column width in Elog

thank you

  66917   Fri Oct 8 09:19:13 2010 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.8.0-2331Re: how to set text column width

phichitpon wrote:

hello

how to set text column width in Elog

thank you

There is currently no easy possibility to change this except manually changing the CSS file. But that requires some CSS and HTML knowledge. You would have to change the CSS class "listtitle2" and "summary".

  66919   Thu Oct 14 16:43:05 2010 Reply Mike Zubermdz0739@yahoo.comQuestionWindows2.8Re: Action after message submission

Stefan Ritt wrote:

Mike Zuber wrote:

Is it possible to automatically go back to the list view in summary mode after submitting a new message instead of displaying the new message?

I know it's possible to display a page from a file after submitting a new message  by using "Submit Page = <file>". 
It would be nice to be able to use a command like "Submit Page = <command>" where I could insert "?cmd=Back" as in the "Start page" command.

Thanks,

Mike

I just implemented a new flag "List after submit = 1" which does exactly this. It brings you to the summary page after the submission of a new entry. I needed the function myself. The change is SVN revision 2327 and will be contained in the next release. 

 Thank you very much! I appreciate it.

  66920   Thu Oct 14 17:50:56 2010 Reply Mike Zubermdz0739@yahoo.comBug reportWindows2.8Re: Elogd service crashes on "reply" with percent character in subject line

Stefan Ritt wrote:

Mike Zuber wrote:

My logbook kept crashing whenever I tried to reply to an existing entry. I found that the percent sign "%", when used in the subject line, will crash the elogd service when you try to reply to the entry. This appears to only happen with windows installations. I tested this on your Linux logbook and it didn't crash.

Here is the message taken from the Windows event viewer after the crash:
An unhandled win32 exception occurred in elogd.exe [5224].

Thank you for Elog, you have done a good job with it.  It is a great logbook.

Mike

I could not reproduce your problem. I tried the very simple config file:

[Demo]
Attributes = Author, Subject

and the problem did not occur (see attachment). Can you try the most recent version (elog280-4.exe) with this simple configuration. Maybe you have a more complicated configuration which causes the problem. In that case please send it to me, so that I can reproduce the problem.

 Thank you Stefan for your help on this. I am using version 2.8.0 built Aug 2, 2010 rev 2312. I tried your configuration file and the problem did not occur. Using my config file the elogd crashes using the % sign in the subject when replying to the entry. So the problem is something in my config file. After checking through my config file and remming out individual lines and testing, I found that the following statement is causing the problem:

Preset on reply subject = Re: $Subject

I was using this to put the "Re:" on the replies.

The only problem now is I don't get the "Re:" in the subject on replies. Am I doing something wrong to cause this? My config file is attached.

Thanks,
Mike

Attachment 1: elogd.cfg
[global]
port = 8888
Theme = default
Guest menu commands = Login, Find, Help
Guest find menu commands = Login, Find, Help
List Commands = New, Find, Select, Last Day, Help
Menu commands = List, Edit, Delete, Reply, Duplicate, Help, Move to
Page title = PCC ELOG
Password file = _#####
Admin user = zubermd, Admin
Suppress Email to users = 1
Self register = 1

[PX-1]
Comment = PCC Logbook for PX-1
Display mode = summary
Attributes = Author, Date of Event, Type, Category, Callout, Subject
Preset Author = $long_name
; this attributes cannot be changed
Locked Attributes = Author
Options Type = PM, Project Work, Problem, Fix, Question, Info, Other
ROptions Callout = Yes, No
Preset Callout = No
Options Category = Hardware, Software, Other
Extendable Options = Category
Required Attributes = Subject, Type, Category
List Display = Date, Subject, Author
Type Date of Event = date
Preset Date of Event = $date
Time format = %m/%d/%Y, %H:%M
Page Title = ELOG - $subject
Reverse sort = 1
Thread display = $Subject, entered by $Author on $Entry time
;Preset on reply subject = Re: $Subject
Preset on reply author = $long_name
Quick filter = Date, Type, Category, Callout, Subtext
;users can only edit their own entries
Restrict edit = 1

  66922   Tue Nov 2 15:56:33 2010 Question Terry Baynetrbayne@gmail.comQuestionWindows2.8.0-2331Cell Style Question

Is it possible to include more than one style attribute in a "Cell Style" directive?

For example, if I want to change the background color and text color for a given cell:

Cell Style Status Fixed  = background-color:green;color:white

If so, what is the proper way to encode it?

Thanks,

Terry

  66924   Sat Nov 6 14:32:52 2010 Question Marty Jansenmarty@boejan.nlQuestionWindows2.8.0-2331email format

 Hi,

 

In version 2.6.5-1844 we received email like picture below.

 

 Een ouder bericht is op vlap05.nmlan.net gewijzigd:

Logboek Documentatie
Author Marty Jansen
Type Werkinstructie
Category Servers
Subject Server Windows 2008 R2 role IIS toevoegen v02.doc
Logboek URL http://nmlanict:8088/Documentatie/7

02-11-2010
.\SenN\Proclib\Server Windows 2008 R2 role IIS toevoegen v01.doc
-----------------------------------------------------
05-11-2010
Server Windows 2008 R2 role IIS toevoegen v02.doc: De wijzigingen betreffen het verplaatsen van Inetpub van c:\ naar e:\
Op VLIS27 en VLSQL05 staat de inetpub nu op e:, op de VLSQL04 (NMLITE Testserver) staat de inetpub nog op c:

 

 

When upgraded to version 2.8.0-2331 we receive the email like below whitout the frame:

 

Een nieuw ELOG bericht is bezorgd:
 Logboek: NMLAN  Bericht ID: 927    Geef de tijd op: 5-11-2010 23:07:40
Author: Marty Jansen 
Type: QuickChange 
Category: Software 
Subject: Elog - Update 

Vanwege verbeterde mogelijkheden in de editor (fckeditor), ELOG geupdate van versie 2.6.5-1844 naar versie 2.8.0.-2331

ELOG V2.8.0-2331


Any idea how to get the HTML format email back?

Marty

 Sat Nov 6 14:47:16 2010

It looks strange but when I copy and past the message, like I did here,  the HTML format is OK, but not when I receive the email in Outlook. This used to be OK with the previous version.

Nothing has changed in Outlook

ELOG V3.1.5-3fb85fa6