Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 605 of 807  Not logged in ELOG logo
ID Date Icondown Author Author Email Category OS ELOG Version Subject
  2318   Thu Sep 27 15:18:10 2007 Question Bertram MetzBertram.Metz@gefanuc.comQuestionLinux | Windows2.6.5-1844Re: Post appearing twice
I've observed the same behavior with attributes containing a dash. Would it be possible to allow '-' in attributes?

Bertram
  2329   Sat Oct 13 15:32:23 2007 Question Arno TeunisseA.teeling3@chello.nlQuestionWindows2.6.5-1890extendable options
Hello
running ELOG V2.6.5-1890
Snap of the config file :
=======================
; attributes
Attributes = OS, Version, Klant , Category, Subject
Options OS = AIX{1}, HP-UX{2} , Redhat{3} , Suse{4}, Fedora{5}, SUN{6}
Options Category = Documentation, disk , network , software , backup , boot,
Options Klant = None, Cust1 , Cust2 , Cust3 , Cust4, Cust5
{1} options Version = 4.3, 5.1 , 5.2 ,5.3
{2} options Version = 10.20, 11.11, 11.23
{3} options Version = 4.0
{4} options Version = 10.0
{5} options Version = 5.0,6.0,7.0
{6} options Version = 5.6,5.7,5.8,5.9,5.10
extendable Options = Category, Klant, OS , Version
============ end of snap


When I click the "Add Version" button Elog end's with a "Internal error, no
valid header!" after hitting the submit button. ( See attachments )

An other problem is when I add a new OS and a new Version at the same time. The
OS is added , ( without the {7} extension.) and no new "{7} options version = "
gets added.

Is there a way to get this going?
Attachment 1: debug_screen.txt
POST /Accelerator/ HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-
erpoint, application/msword, */*
Referer: http://localhost/Accelerator/
Accept-Language: nl
Content-Type: multipart/form-data; boundary=---------------------------7d74
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1;
Host: localhost
Content-Length: 2045
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: elmode=summary; elattach=1; unm=arnot; upwd=d2Vsa29t; urem=1

-----------------------------7d74ef30116
Content-Disposition: form-data; name="jcmd"


-----------------------------7d74ef30116
Content-Disposition: form-data; name="smcmd"


-----------------------------7d74ef30116
Content-Disposition: form-data; name="inlineatt"


-----------------------------7d74ef30116
Content-Disposition: form-data; name="cmd"

Update
-----------------------------7d74ef30116
Content-Disposition: form-data; name="cmd"

Submit
-----------------------------7d74ef30116
Content-Disposition: form-data; name="entry_date"

Sat Oct 13 15:09:04 2007
-----------------------------7d74ef30116
Content-Disposition: form-data; name="condition"

4
-----------------------------7d74ef30116
Content-Disposition: form-data; name="OS"

Suse
-----------------------------7d74ef30116
Content-Disposition: form-data; name="Version"

11.0
-----------------------------7d74ef30116
Content-Disposition: form-data; name="extend_1"

1
-----------------------------7d74ef30116
Content-Disposition: form-data; name="Klant"

Geen
-----------------------------7d74ef30116
Content-Disposition: form-data; name="Category"

Documentation
-----------------------------7d74ef30116
Content-Disposition: form-data; name="Subject"

test
-----------------------------7d74ef30116
Content-Disposition: form-data; name="font"

0
-----------------------------7d74ef30116
Content-Disposition: form-data; name="size"

0
-----------------------------7d74ef30116
Content-Disposition: form-data; name="color"

0
-----------------------------7d74ef30116
Content-Disposition: form-data; name="Text"

test
-----------------------------7d74ef30116
Content-Disposition: form-data; name="encoding"

ELCode
-----------------------------7d74ef30116
Content-Disposition: form-data; name="next_attachment"

1
-----------------------------7d74ef30116
Content-Disposition: form-data; name="attfile"; filename=""
Content-Type: application/octet-stream


-----------------------------7d74ef30116--

Internal error, no valid header!
Attachment 2: elog.JPG
elog.JPG
  65622   Fri Oct 19 22:59:31 2007 Question Arno TeunisseA.teeling3@chello.nlInfoWindows2.6.5-1890Quick Filter and boolean option question
; BUG : When "Contract" is at the second position in the "Attributes".
; We See in the "Quick Filter" a pulldown showing "Serial Number" with only "0" or "1" ,
; this is NOT what i want or is expected !!!
[WRONG]
Attributes = Server , Contract , ContractID, Serienummer,Locatie , Category , TEST4
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is at the second position in the attributes <list>,
;this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always
;be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category

; This is OK : Just moving the "Contract" to the end of the "Attributes"
; Now the "Quick Filter" is a normal entrie field and not a pulldown.
; So , now i can enter a serialnumber. This is what i want and is expected.
[OK]
Attributes = Server , ContractID, Serienummer,Locatie , Category , TEST4 , Contract
Options Category = Server, Printer , Disk, Router
; Please notice that the boolean attribute is the last in the attributes <list>, this is a bug, otherwise the "Quick Filter" gets it wrong. So Boolean attributes must always be the last item when defining the Attributes
Options Contract = boolean
Quick Filter = Server , Serienummer , Category

Just switch between "wrong" and "OK" to see the "quick filter" changes.
  65625   Sun Oct 21 22:35:19 2007 Question Arno TeunisseA.teeling3@chello.nlQuestionWindows2.6.5-1890opening a local html file
Hello 

I've managed to create several logbooks that are an index of a (slow) shared 
directory. Now I use elog to search for files that are located on the slow 
shared directory and just have to click on the link in the elog logbook to open 
the file. Every day a simple batch file and 2 perl scripts will recreated the 
elog logbooks. So updates are done without any user input. ( mainly via the 
elog.exe program ) This all works great. 

To access the shared files in the above mentioned logbooks i use for one of the 
attributes : (All on one line) :

<A HREF='\\////HOST/dir 1/dir 2/dir 3/dir 4/dir 5/dir 6/dir 7/filename.doc' target='_blank'>filename.doc</a>

And this works great.

In the above the .doc may be replaced with .html, .xls or whatever WINDOWS 
supports. 

Here is my question : 

Now I want to open a  .html on my local drive. Should be possible but i seem to 
miss the correct format. With local drive I mean the drive that elog is running 
on. In my case this is C: 

I tried : 

file:///c:\dir 1\dir 2\file.html
file:///c:/dir 1/dir 2/file.html
<A HREF="file:///c:\dir 1\dir 2\file.html">file.html</a>
<A HREF="file:///c:/dir 1/dir 2/file.html">file.html</a>
<A HREF='file:///c:\dir 1\dir 2\file.html'>file.html</a>
<A HREF='file:///c:/dir 1/dir 2/file.html'>file.html</a>

and much more variants of the above. ( the first two examples do not respect the 
Spaces in directory names and file name, tried some quoting, but does not help)

In my browser ( IE7.0)  i see in the status bar : 

file:///c:/dir%201/dir%202/file.html

That seems to be OK. But nothing happens when i click the left click the link in 
the elog logbook. 

The above contains the correct directories and filenames. I know that the file 
is there because right clicking the link in elog and selecting "Save Target As" 
will save the file. However just left clicking the link to the file does not 
open the browser to display it. ( As i stated : this works on a shared drive, but not 
on a local drive.) 

Any suggestions ? 
  65651   Mon Nov 19 14:11:33 2007 Question An Thaithaithan@gmx.deQuestionWindows2.7.0Quick filter - Subtext

The default subtext "-- Text --" for quick filter is included when another attribute is selected. So that the searched category always shows 0 entrie

I cannot find this problem on your demo forum, but it is happening on my server.

My config:

Quick filter = Author, Category, SubText

 Result: Please see the screenshot attached.

Attachment 1: Subtext.PNG
Subtext.PNG
  65669   Fri Nov 30 08:57:54 2007 Question Adam Blandfordadamhblandford@hotmail.comQuestionWindows2.7.0-1964Display Picture in ELOG Welcome Page

 

Hi

I want to display an image on the title page and have put the following code into the elogd.cfg:

Welcome Title = <img src="pictures/ln2.jpg"><p><font size = 5 color=white>Welcome to My Project Log</font>

I have put the picture "ln2.jpg" in a pictures folder I have created in the root ELOG directory however the image does not show up. Any assistance would be great :)

Thanks in advance

Adam

  65676   Wed Dec 12 16:05:00 2007 Question Mattmatt.phipps@cerner.comQuestionWindows2.7.0-1954ELog Friendly Reporting Tools

We have used ELog for some time now (within the IT industry) for several things (on-call tracking, after-hours work, knowledge base and a few other uses in development).  Now that we have a good base of data, we would like to do some trending analysis.  We have used Excel in the past for this, but it is rather time consuming.  Does anyone have recommendations for tools (hopefully open source) they have used?  I know nearly anything will since ELog uses flat files, but I'm looking for recommendations that you all know works well.

  65677   Mon Dec 17 02:17:20 2007 Question Val Schmidtvschmidt@ccom.unh.eduQuestionMac OSX2.6.1Moving a logbook from one installation to another

I've attempted to move a logbook from an old elog installation to a new one on another system. The version of elog is the same (2.6.1) in both. Both systems have the same name and the logbooks are and installation are going in the same place. So all paths are identical. Also, for the new installation, I've simply recompiled the same sources used to install the original one. The only difference is an upgrade in the OS.
 
I've rsync'd the directory and contents from the old installation to the logbooks/ directory for the new one. I then over-wrote the standard config file with the new one. I then started elogd in the new place.
 
What I find is 
 
a) The default entry from the demo logbook is inserted into my logbook. This I can live with but it was unexpected.
b) The dates for all my entries as shown in my browser have years starting in 1946, rather than 2006. This is particularly odd since all of the actual log files have the correct dates. 
c) The numbering of entries has been reset to 1.
 
 
Can anyone explain what I've done to mucky this up and how to fix it?
 
Thanks in advance,
 
Val
 

ELOG V3.1.5-3fb85fa6