Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 77 of 238  Not logged in ELOG logo
icon5.gif   Problem with embedded Iframes, posted by Eric Quintero on Mon Jan 12 23:26:18 2015 

We've upgraded our ELOG installation to v3, and we really like the new CKeditor. However, one of my users has noticed a problem when using Iframe HTML elements with CKeditor; namely that the HTML is not present when trying to edit the post, and saving the post erases the HTML. 
I was able to reproduce this fairly simply, by trying to embed a youtube video. I would create a new post, click the "Source" view in CKeditor, and paste something like the following:
<iframe width="420" height="315" src="//www.youtube.com/embed/RzZgFKoIfQI" frameborder="0" allowfullscreen></iframe>
Upon submission, this produces a totally normal .log file in the logbook directory, and the video is viewable on the ELOG page:

Date: Mon, 22 Dec 2014 15:52:20 -0800
Author: test
Type: General
Category: General
Subject: test
Attachment:
Encoding: HTML
========================================
<iframe width="420" height="315" src="//www.youtube.com/embed/RzZgFKoIfQI" frameborder="0" allowfullscreen></iframe>


Then, upon hitting "Edit," I am greeted by a totally empty CKeditor window, and hitting "Source" does not display the original HTML. 
Any help is greatly appreciated!

PS: Including the first line of the logfile in this very post would cause the submitted post to be truncated for some reason, although the preview looked fine. Pasting it here also caused the log to end abruptly. The string is "(dollar sign)(at symbol)MID(at symbol)(dollar sign): 9"

    icon2.gif   Re: Problem with embedded Iframes, posted by Stefan Ritt on Tue Jan 13 10:10:56 2015 

This is an issue with CKEditor, not with ELOG. 

Maybe this helps:

http://drupal.stackexchange.com/questions/96069/ckeditor-removes-iframes-in-editor-after-update-to-6-x-1-14

 

Eric Quintero wrote:

We've upgraded our ELOG installation to v3, and we really like the new CKeditor. However, one of my users has noticed a problem when using Iframe HTML elements with CKeditor; namely that the HTML is not present when trying to edit the post, and saving the post erases the HTML. 
I was able to reproduce this fairly simply, by trying to embed a youtube video. I would create a new post, click the "Source" view in CKeditor, and paste something like the following:
<iframe width="420" height="315" src="//www.youtube.com/embed/RzZgFKoIfQI" frameborder="0" allowfullscreen></iframe>
Upon submission, this produces a totally normal .log file in the logbook directory, and the video is viewable on the ELOG page:

Date: Mon, 22 Dec 2014 15:52:20 -0800
Author: test
Type: General
Category: General
Subject: test
Attachment:
Encoding: HTML
========================================
<iframe width="420" height="315" src="//www.youtube.com/embed/RzZgFKoIfQI" frameborder="0" allowfullscreen></iframe>


Then, upon hitting "Edit," I am greeted by a totally empty CKeditor window, and hitting "Source" does not display the original HTML. 
Any help is greatly appreciated!

PS: Including the first line of the logfile in this very post would cause the submitted post to be truncated for some reason, although the preview looked fine. Pasting it here also caused the log to end abruptly. The string is "(dollar sign)(at symbol)MID(at symbol)(dollar sign): 9"

 

icon5.gif   Translation problem, posted by Banata on Tue Jan 6 03:04:51 2015 

Hello, I try to translate elog using 2.9 version, I never try on 2.9 until new version 3.0 released

I translate 2 files here : elcode_indonesia.html and eloglang.indonesia,

after new version 3.0 I try to load those translation to the latest version using :

Language : indonesia

but language still in English, What I'm missing here?

 

 

    icon2.gif   Re: Translation problem, posted by Stefan Ritt on Tue Jan 6 09:20:44 2015 

Maybe 

language = indonesia

instead

language : indonesia

???

Banata wrote:

Hello, I try to translate elog using 2.9 version, I never try on 2.9 until new version 3.0 released

I translate 2 files here : elcode_indonesia.html and eloglang.indonesia,

after new version 3.0 I try to load those translation to the latest version using :

Language : indonesia

but language still in English, What I'm missing here?

 

 

 

       icon2.gif   Re: Translation problem, posted by Banata on Wed Jan 7 08:04:08 2015 

sorry, this is the elog.cfg on my server

Theme = default
Comment = Logbook Balai Sabo
Attributes = Author, Category
Options Category = Rutin, Litbang
Required Attributes = Author, Category
Page Title = LOGBOOK
Reverse sort = 1
Quick filter = Date, Category, Author
self register = 1
Time format = %d %B, %Y
Password file = pass.txt
Self register = 1
Admin user = Banata
Allow delete = Banata
Preset Author = $long_name
Locked Attributes = Author
Login expiration = 1000
Restrict edit = 1
Language = indonesia

 

and still I cant load my language, any idea?

 

Stefan Ritt wrote:

Maybe 

language = indonesia

instead

language : indonesia

???

Banata wrote:

Hello, I try to translate elog using 2.9 version, I never try on 2.9 until new version 3.0 released

I translate 2 files here : elcode_indonesia.html and eloglang.indonesia,

after new version 3.0 I try to load those translation to the latest version using :

Language : indonesia

but language still in English, What I'm missing here?

 

 

 

 

          icon2.gif   Re: Translation problem, posted by Stefan Ritt on Wed Jan 7 09:07:49 2015 

The Language = ... setting has to be under the [global] section as written in the documentation: http://midas.psi.ch/elog/config.html

Banata wrote:

sorry, this is the elog.cfg on my server

Theme = default
Comment = Logbook Balai Sabo
Attributes = Author, Category
Options Category = Rutin, Litbang
Required Attributes = Author, Category
Page Title = LOGBOOK
Reverse sort = 1
Quick filter = Date, Category, Author
self register = 1
Time format = %d %B, %Y
Password file = pass.txt
Self register = 1
Admin user = Banata
Allow delete = Banata
Preset Author = $long_name
Locked Attributes = Author
Login expiration = 1000
Restrict edit = 1
Language = indonesia

 

and still I cant load my language, any idea?

 

Stefan Ritt wrote:

Maybe 

language = indonesia

instead

language : indonesia

???

Banata wrote:

Hello, I try to translate elog using 2.9 version, I never try on 2.9 until new version 3.0 released

I translate 2 files here : elcode_indonesia.html and eloglang.indonesia,

after new version 3.0 I try to load those translation to the latest version using :

Language : indonesia

but language still in English, What I'm missing here?

 

 

 

 

 

             icon2.gif   Re: Translation problem, posted by Banata on Fri Jan 9 08:59:38 2015 

ah really thanx, this is the one I missed,

oh btw, can I send this language to you?, if you want to add it as distribution on next version maybe, Indonesian language

Stefan Ritt wrote:

The Language = ... setting has to be under the [global] section as written in the documentation: http://midas.psi.ch/elog/config.html

Banata wrote:

sorry, this is the elog.cfg on my server

Theme = default
Comment = Logbook Balai Sabo
Attributes = Author, Category
Options Category = Rutin, Litbang
Required Attributes = Author, Category
Page Title = LOGBOOK
Reverse sort = 1
Quick filter = Date, Category, Author
self register = 1
Time format = %d %B, %Y
Password file = pass.txt
Self register = 1
Admin user = Banata
Allow delete = Banata
Preset Author = $long_name
Locked Attributes = Author
Login expiration = 1000
Restrict edit = 1
Language = indonesia

 

and still I cant load my language, any idea?

 

Stefan Ritt wrote:

Maybe 

language = indonesia

instead

language : indonesia

???

Banata wrote:

Hello, I try to translate elog using 2.9 version, I never try on 2.9 until new version 3.0 released

I translate 2 files here : elcode_indonesia.html and eloglang.indonesia,

after new version 3.0 I try to load those translation to the latest version using :

Language : indonesia

but language still in English, What I'm missing here?

 

 

 

 

 

 

                icon2.gif   Re: Translation problem, posted by Stefan Ritt on Fri Jan 9 09:12:12 2015 

Sure.

Banata wrote:

ah really thanx, this is the one I missed,

oh btw, can I send this language to you?, if you want to add it as distribution on next version maybe, Indonesian language

 

                   icon2.gif   Re: Translation problem, posted by Banata on Mon Jan 12 04:04:57 2015 eloglang.indonesia

here you go language translation for Indonesia, if you find any mistakes or missing things please contact me

Stefan Ritt wrote:

Sure.

Banata wrote:

ah really thanx, this is the one I missed,

oh btw, can I send this language to you?, if you want to add it as distribution on next version maybe, Indonesian language

 

 

                      icon2.gif   Re: Translation problem, posted by Stefan Ritt on Mon Jan 12 11:10:33 2015 

I also need elcode_indonesia.html and eloghelp_indonesia.html.

Banata wrote:

here you go language translation for Indonesia, if you find any mistakes or missing things please contact me.

 

                         icon2.gif   Re: Translation problem, posted by Banata on Tue Jan 13 02:48:50 2015 elcode_indonesia.html

oh, okay, elcode_indonesia.html

for eloghelp still on progress, :D

Stefan Ritt wrote:

I also need elcode_indonesia.html and eloghelp_indonesia.html.

Banata wrote:

here you go language translation for Indonesia, if you find any mistakes or missing things please contact me.

 

 

                            icon2.gif   Re: Translation problem, posted by Banata on Tue Jan 13 04:06:48 2015 eloghelp_indo.html

this is eloghelp

Banata wrote:

oh, okay, elcode_indonesia.html

for eloghelp still on progress, :D

Stefan Ritt wrote:

I also need elcode_indonesia.html and eloghelp_indonesia.html.

Banata wrote:

here you go language translation for Indonesia, if you find any mistakes or missing things please contact me.

 

 

 

icon5.gif   using a predefined format with predefined informations that an user should fill at each run of data , posted by Iolanda Matea on Fri Jan 9 17:30:31 2015 

Hello!

I was wondering if it is possible (and how) to define a template (something equivalent to an excel table with some required informations to be filled) that opens each time one wants to make a new entry of a given type, e.g., I want this template to open only when the informations concern data taking.

I hope I am sufficiently clear ...

Thank you,

I.M.

    icon2.gif   Re: using a predefined format with predefined informations that an user should fill at each run of data , posted by Stefan Ritt on Mon Jan 12 11:24:00 2015 

In ELOG you can define "attributes", so take one attribute for each informaiton you need. The flag these attributes as required via "Required attributes = ...". If you only want this attributes for certain occations (like data taking in your case), you can either do a separato logbook for data taking, or use "conditional attributes" to make these attributes only show up for data taking.

/Stefan 

Iolanda Matea wrote:

Hello!

I was wondering if it is possible (and how) to define a template (something equivalent to an excel table with some required informations to be filled) that opens each time one wants to make a new entry of a given type, e.g., I want this template to open only when the informations concern data taking.

I hope I am sufficiently clear ...

Thank you,

I.M.

 

icon5.gif   How to upgrade elog?, posted by Banata on Mon Jan 5 10:27:33 2015 

any specified task to upgrade elog?

I have elog deployed in windows and linux centos.

please help me.

    icon2.gif   Re: How to upgrade elog?, posted by Stefan Ritt on Mon Jan 5 10:59:28 2015 

No. Just install the new version over the old one.

Banata wrote:

any specified task to upgrade elog?

I have elog deployed in windows and linux centos.

please help me.

 

       icon2.gif   Re: How to upgrade elog?, posted by Banata on Tue Jan 6 02:19:04 2015 

thanx, so in linux I just need to install over the old ones?

I thought there are additional step on linux, hehehe thanx for the help sir

Stefan Ritt wrote:

No. Just install the new version over the old one.

Banata wrote:

any specified task to upgrade elog?

I have elog deployed in windows and linux centos.

please help me.

 

 

icon5.gif   Strange Behavior in "Find" Function, posted by Eric Quintero on Tue Dec 16 01:15:40 2014 

Hi all,

We've been happily using ELOG for years, but ran into an odd problem when replacing the old Solaris server that ran the ELOG with a newer box running Ubuntu. 

Basically, when I try to search the log, the URL seems to be malformed. I.e. the form produces the query string:

?mode=summvry&reverse=0&reverse=1&npp=35&m&y&Authorthor=ericq

Instead of a functional one like:

?mode=summary&reverse=1&npp=35&Author=ericq

We're running v2.8.1, since we like using the global write password mode; our log is viewable here: http://nodus.ligo.caltech.edu:8080 Any ideas what could've gone wrong? Installation was pretty straightforward, the code compiled happily on the ubuntu machine. 

Incidentally, I notice this logbook is running V3, using CKeditor. Any hints when these might be available for public use?

Thanks!

    icon2.gif   Re: Strange Behavior in "Find" Function, posted by Stefan Ritt on Wed Dec 17 14:40:19 2014 
Eric Quintero wrote:

Hi all,

We've been happily using ELOG for years, but ran into an odd problem when replacing the old Solaris server that ran the ELOG with a newer box running Ubuntu. 

Basically, when I try to search the log, the URL seems to be malformed. I.e. the form produces the query string:

?mode=summvry&reverse=0&reverse=1&npp=35&m&y&Authorthor=ericq

Instead of a functional one like:

?mode=summary&reverse=1&npp=35&Author=ericq

We're running v2.8.1, since we like using the global write password mode; our log is viewable here: http://nodus.ligo.caltech.edu:8080 Any ideas what could've gone wrong? Installation was pretty straightforward, the code compiled happily on the ubuntu machine. 

Incidentally, I notice this logbook is running V3, using CKeditor. Any hints when these might be available for public use?

Thanks!

Old versions are not supported any more. I only can fix bugs in the current version. Probably the bug you report is already gone (just give it a try). If you need the global write password mode, you can enable guest read access to your logbook and define a single use with the write password, that's then almost equivalent.

/Stefan

 

 

icon2.gif   menu download, posted by pudi astuti on Fri Nov 28 03:15:17 2014 

yes I mean functionally of elog or how to download files at elog?

icon1.gif   Error report while submitting the entry, posted by harish amin on Mon Nov 24 18:29:34 2014 Elog_error.JPGerror.txt

 Dear Stefan,

I am having a log book with the 5 logbooks. All other books are working fine except only one, every time while submitting the entry I am getting a error message.

I have attached the screen shot along with the error log file.

Please help me in solving this bug.

Regards

Harish Amin 

    icon2.gif   Re: Error report while submitting the entry, posted by Stefan Ritt on Tue Nov 25 12:36:47 2014 

harish amin wrote:

 Dear Stefan,

I am having a log book with the 5 logbooks. All other books are working fine except only one, every time while submitting the entry I am getting a error message.

I have attached the screen shot along with the error log file.

Please help me in solving this bug.

Regards

Harish Amin 

It's hard to guess from the information you sent what is wrong. The program just crashes, after the email notification has been sent successfully. Can you check if the one logbook which is not working is using some path for the logbook directory which it cannot write to due to access limitations? Just a guess.

-Stefan

       icon2.gif   Re: Error report while submitting the entry, posted by harish amin on Wed Nov 26 12:49:12 2014 

Stefan Ritt wrote:

harish amin wrote:

 Dear Stefan,

I am having a log book with the 5 logbooks. All other books are working fine except only one, every time while submitting the entry I am getting a error message.

I have attached the screen shot along with the error log file.

Please help me in solving this bug.

Regards

Harish Amin 

It's hard to guess from the information you sent what is wrong. The program just crashes, after the email notification has been sent successfully. Can you check if the one logbook which is not working is using some path for the logbook directory which it cannot write to due to access limitations? Just a guess.

-Stefan

 Dear Stefen,

I am attaching the config file details of the the logbook which crashes. Please check and reply.

Admin user = harish

password File = eng.pwd

;self register = 1

;Login expiration = 0.18

Theme = default

Comment = Lifesciences Pvt.Ltd.

Menu commands = List, New, Reply, Find, Logout, Help

Attributes = SUBJECT INITIALS, SUBJECT ID, SUBJECT DATE, ASSESSMENT OF VITALS:(To be transcribed from Source Note)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg), CAFFEINE HISTORY:Coffee-Intake(No.of servings), Reasons, Tea-Intake(No.of servings), Reasons, Cocoa-Intake(No.of servings), Reasons, Chocolates-Intake(No.of servings), Reasons, Soft Drinks-Intake(No.of servings), Reasons, Comments(If any), STANDARDIZED MEAL:Start Time, End Time, Comments(If any), EPWORTHS SLEEPING SCALE:Date, Start Time, End Time, Sitting and Reading-score, Watching Tv-score, Sitting inactive in public place(e.g.a theatre or meeting)-score, As a passenger in the car/bus for an without break-score, Lying down to rest in the afternoon when circumstances permit-score, Sitting and talking to someone-score, Sitting quietly after lunch without alcohal-score, In a car/bus while stopped for a few minutes in traffic-score, Total Score, ANT PERFORMANCE:Pre IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:Pre IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, IP DISPENSING TIME, Lag Phase End Time, SUBJECT DIARY CHECKED AND DISPENSED, ANT PERFORMANCE:1 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:1 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(1 Hour 10 Minutes) Time,  Pulse Rate(Per minute), Blood Pressure(mm Hg), ANT PERFORMANCE:3 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:3 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(3 Hour 10 Minutes)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg), ANT PERFORMANCE:5 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:5 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(5 Hour 10 Minutes)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg)

Options Reasons = Habitual, Urge for caffeine, Facing withdrawl, Others;Specify

Options SUBJECT DIARY CHECKED AND DISPENSED = Yes, No

Page Title = ELOG - $subject

Reverse sort = 1

          icon2.gif   Re: Error report while submitting the entry, posted by Stefan Ritt on Wed Nov 26 13:18:36 2014 

harish amin wrote:

Stefan Ritt wrote:

harish amin wrote:

 Dear Stefan,

I am having a log book with the 5 logbooks. All other books are working fine except only one, every time while submitting the entry I am getting a error message.

I have attached the screen shot along with the error log file.

Please help me in solving this bug.

Regards

Harish Amin 

It's hard to guess from the information you sent what is wrong. The program just crashes, after the email notification has been sent successfully. Can you check if the one logbook which is not working is using some path for the logbook directory which it cannot write to due to access limitations? Just a guess.

-Stefan

 Dear Stefen,

I am attaching the config file details of the the logbook which crashes. Please check and reply.

Admin user = harish

password File = eng.pwd

;self register = 1

;Login expiration = 0.18

Theme = default

Comment = Lifesciences Pvt.Ltd.

Menu commands = List, New, Reply, Find, Logout, Help

Attributes = SUBJECT INITIALS, SUBJECT ID, SUBJECT DATE, ASSESSMENT OF VITALS:(To be transcribed from Source Note)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg), CAFFEINE HISTORY:Coffee-Intake(No.of servings), Reasons, Tea-Intake(No.of servings), Reasons, Cocoa-Intake(No.of servings), Reasons, Chocolates-Intake(No.of servings), Reasons, Soft Drinks-Intake(No.of servings), Reasons, Comments(If any), STANDARDIZED MEAL:Start Time, End Time, Comments(If any), EPWORTHS SLEEPING SCALE:Date, Start Time, End Time, Sitting and Reading-score, Watching Tv-score, Sitting inactive in public place(e.g.a theatre or meeting)-score, As a passenger in the car/bus for an without break-score, Lying down to rest in the afternoon when circumstances permit-score, Sitting and talking to someone-score, Sitting quietly after lunch without alcohal-score, In a car/bus while stopped for a few minutes in traffic-score, Total Score, ANT PERFORMANCE:Pre IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:Pre IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, IP DISPENSING TIME, Lag Phase End Time, SUBJECT DIARY CHECKED AND DISPENSED, ANT PERFORMANCE:1 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:1 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(1 Hour 10 Minutes) Time,  Pulse Rate(Per minute), Blood Pressure(mm Hg), ANT PERFORMANCE:3 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:3 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(3 Hour 10 Minutes)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg), ANT PERFORMANCE:5 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:5 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(5 Hour 10 Minutes)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg)

Options Reasons = Habitual, Urge for caffeine, Facing withdrawl, Others;Specify

Options SUBJECT DIARY CHECKED AND DISPENSED = Yes, No

Page Title = ELOG - $subject

Reverse sort = 1

The maximum number of attributes is limited to 100, you have 111. Plus you use the attributes "Start Time" and "End Time" more than once. In a future version of ELOG I will add some checking for this, so that you get a proper error message. You can increase the number of attributes, but then you have to recompile elog. I would suggest separating your information into several smaller logbooks.

/Stefan 

             icon2.gif   Re: Error report while submitting the entry, posted by harish amin on Wed Nov 26 19:36:08 2014 

 

Stefan Ritt wrote:

 

harish amin wrote:

 

Stefan Ritt wrote:

 

harish amin wrote:

 Dear Stefan,

I am having a log book with the 5 logbooks. All other books are working fine except only one, every time while submitting the entry I am getting a error message.

I have attached the screen shot along with the error log file.

Please help me in solving this bug.

Regards

Harish Amin 

It's hard to guess from the information you sent what is wrong. The program just crashes, after the email notification has been sent successfully. Can you check if the one logbook which is not working is using some path for the logbook directory which it cannot write to due to access limitations? Just a guess.

-Stefan

 Dear Stefen,

I am attaching the config file details of the the logbook which crashes. Please check and reply.

Admin user = harish

password File = eng.pwd

;self register = 1

;Login expiration = 0.18

Theme = default

Comment = Lifesciences Pvt.Ltd.

Menu commands = List, New, Reply, Find, Logout, Help

Attributes = SUBJECT INITIALS, SUBJECT ID, SUBJECT DATE, ASSESSMENT OF VITALS:(To be transcribed from Source Note)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg), CAFFEINE HISTORY:Coffee-Intake(No.of servings), Reasons, Tea-Intake(No.of servings), Reasons, Cocoa-Intake(No.of servings), Reasons, Chocolates-Intake(No.of servings), Reasons, Soft Drinks-Intake(No.of servings), Reasons, Comments(If any), STANDARDIZED MEAL:Start Time, End Time, Comments(If any), EPWORTHS SLEEPING SCALE:Date, Start Time, End Time, Sitting and Reading-score, Watching Tv-score, Sitting inactive in public place(e.g.a theatre or meeting)-score, As a passenger in the car/bus for an without break-score, Lying down to rest in the afternoon when circumstances permit-score, Sitting and talking to someone-score, Sitting quietly after lunch without alcohal-score, In a car/bus while stopped for a few minutes in traffic-score, Total Score, ANT PERFORMANCE:Pre IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:Pre IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, IP DISPENSING TIME, Lag Phase End Time, SUBJECT DIARY CHECKED AND DISPENSED, ANT PERFORMANCE:1 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:1 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(1 Hour 10 Minutes) Time,  Pulse Rate(Per minute), Blood Pressure(mm Hg), ANT PERFORMANCE:3 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:3 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear Headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(3 Hour 10 Minutes)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg), ANT PERFORMANCE:5 Hour 10 Minutes Post IP Administration Date, Start time, End Time, Media Response Time(ms)-score, Alerting Effect(ms)-score, Orienting Effect(ms)-score, Executive Attention(ms)-score, C-VAMS ASSESSMENTS:5 Hour 10 Minutes Post IP Administration Date, Start Time, End Time, Lethargic to vigorous-score, Muddled to Clear headed-score, Tired to Energetic-score, Unimaginative to Imaginative-score, Listless to Full of go-score, Inefficient to Efficient-score, Total, ASSESSMENT OF VITALS:(5 Hour 10 Minutes)Time, Pulse Rate(Per minute), Blood Pressure(mm Hg)

Options Reasons = Habitual, Urge for caffeine, Facing withdrawl, Others;Specify

Options SUBJECT DIARY CHECKED AND DISPENSED = Yes, No

Page Title = ELOG - $subject

Reverse sort = 1

The maximum number of attributes is limited to 100, you have 111. Plus you use the attributes "Start Time" and "End Time" more than once. In a future version of ELOG I will add some checking for this, so that you get a proper error message. You can increase the number of attributes, but then you have to recompile elog. I would suggest separating your information into several smaller logbooks.

/Stefan 

Dear Stefan,

Thank you very much - Now its working perfectly fine. 

Thanks once again for your valuable time & help.

 

Regards

Harish Amin

icon5.gif   menu download, posted by pudi astuti on Wed Nov 26 09:31:42 2014 

dear stefan

I have a problem how to bring up the menu page menu elog download?
thank you

    icon2.gif   Re: menu download, posted by Stefan Ritt on Wed Nov 26 12:23:01 2014 

pudi astuti wrote:

dear stefan

I have a problem how to bring up the menu page menu elog download?
thank you

Can you please be a bit more specific? Do you mean the web site to download elog? Or is it some functionality of elog?

Thank you. 

ELOG V3.1.5-3fb85fa6