ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
69022
|
Mon Oct 7 08:54:32 2019 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 3.1.4 | Re: Cannot connect to server of Gmail SMTP | Gmail uses a type of SMTP authentication which is currently not supported by elog. It's however on the todo list.
Stefan
Kevin Wang wrote: |
Hi all,
When I tried to set SMTP server of Gmail in the global configuration file, I get the message "Error sending Email via <i>"smtp.gmail.com"</i>: Cannot connect to server" after I tried to receive the Email notification. Is there anyone gives help to solve this issue?
Thanks!
Kevin
|
|
69021
|
Sun Oct 6 20:25:27 2019 |
| Kevin Wang | wangkl1020@gmail.com | Question | Linux | 3.1.4 | Cannot connect to server of Gmail SMTP | Hi all,
When I tried to set SMTP server of Gmail in the global configuration file, I get the message "Error sending Email via <i>"smtp.gmail.com"</i>: Cannot connect to server" after I tried to receive the Email notification. Is there anyone gives help to solve this issue?
Thanks!
Kevin |
69019
|
Sat Sep 28 09:07:05 2019 |
| Qisheng Wang | wangqisheng@zjlab.org.cn | Info | Windows | 3.1.1 | Re: Custom input forms implementation | Dear Andreas,
The same problem by using the shiftchecklist and the cfg in Stefan's mail. It report the no password file, even the absolute path wroten in cfg file. The author field also failed to be read, it is shown as "?" in the page . Did there miss some other files?
Any suggestion is welcome. Thank you very much.
Qisheng
Andreas Luedeke wrote: |
You might try to specify an absolute path to the password file in the configuration.
I would need a complete minimal configuration that creates that problem.
JD wrote: |
Hello Stefan,
I created a custom form with the example you provided. When I enter the Data and Submit the Form I get the error message "Datei passwordfile.xml kann nicht geöffnet werden: No such file or directory". Posting stuff works in all other logbooks. Only in the "logbook with the form" there seems to be an error. (or misconfiguration on my side)
sections from my conf. File:
[global]
Password file = passwordfile.xml
(...)
[ShiftCheck]
Comment = Shift Check List
Attributes = Hardware, Raith-Mitarbeiter, Rechnername, Rechnername-alt, Details, SN, AV-Nummer, System, Key, IT-Mitarbeiter, Erledigt_datum, Ausgemustert_datum
Quick filter = Shift, Author
Options Shift = Morning, Evening, Night
Enable attachments = 0
Show text = 0
Custom new form =forms\shiftcheck.html
Custom edit form = forms\shiftcheck.html
Custom display form = forms\shiftcheck.html
List after submit = 1
I tried copying the password file to the forms directory, the logbook directory, the ShiftCheck logbook directory and the elog root folder. I always get the same error. I tried entering the absolute path, there was no difference in the result.
When I disable the password file I am able to post without any problems. Can you help me out?
Jonathan
Stefan Ritt wrote: |
Dear ELOG users,
starting with SVN revision 2328, custom input forms are implemented. This allows application specific formats for check lists etc. In our specific case we had to implement a shift check list, which was quite long. Furthermore the check list should be optimized for an iPad, which we take in the field and record various checks and readings (in our case some gas pressure gauges at the PSI particle accelerator). Since the standard ELOG interface was too inflexible, a completely hand-written form was needed. The form can be activated by the new configuration options Custom New Form, Custom Edit Form and Custom Display Form, one for a new entry, an entry to edit and and entry to display. In our case we used the same form for all three cases. This is how the shift check list looks under the Safari Browser on a PC:

And here is how it looks on the iPad:

Each section can be collapsed and expanded (blue arrows at the left), and various internal checks are made before the check list can be submitted.
Implementing such forms is however more something for the advanced user, since you have to hand-write HTML with CSS and JavaScript code. It can then however be a powerful method for check lists. Please find in the attachments the elogd.cfg configuration for that logbook and the shiftcheck.html source code file. It is a bit complicated since the page is a static page, elogd just serves it from the file. This requires all the dynamic functions to be implemented inside the HTML file with JavaScript. To display an entry for example, the JavaScript loads the raw data with the "?cmd=Download" command and the populates the form fields. The collapsing and expanding is done by using CSS properties. The integrated style sheet was optimized for the rendering on an iPad. Rather large fonts were chosen so that the items can be checked easily with your finger tips. Various parameters are sent between the browser and the elogd program via hidden fields and cookies. So only something for experts! But if you go through the effort and hand-write the form, it can be very handy. Note that you have to upgrade to SVN revision 2328 for the three new options.
|
|
|
|
69018
|
Tue Sep 24 20:06:26 2019 |
| stalin | stalin@hotmail.ca | Question | Windows | 3.1.2 | How to export and import all the threat from old elog server to the new elog server | Hi Team,
Can you please guide me how to export and import the documents from the one elog to the another elog server also I like to know how to backup the server.
Thanks
Stan |
69017
|
Wed Aug 28 17:59:17 2019 |
| Andreas Luedeke | andreas.luedeke@psi.ch | Question | Windows | ELOG V3.1.4-a04 | Re: Cannot submit due to authentification errors | Sorry, but I would think that this is a question for the IT department of your institute, not for the ELOG forum.
Since you have an institute email address (infoval@aemet.es NOT xxx@gmail.com), you certainly have your own mail server, or am I wrong?
Cheers, Andreas
Informatica Unidad SSBB AEMET VALENCIA wrote: |
Sorry,
Could you please tell us a MAIL SMTP SERVER we can use to try?
Many thanks
Informatica Unidad SSBB AEMET VALENCIA wrote: |
Me podrías decir algún servidor SMTP de correo desde el que si funcione?
Muchas gracias
Stefan Ritt wrote: |
Elog supports only a limited set of authentications for SMTP. Both GMail and probably also your server requires more advanced authentication schemes, which are not suppoerted by elog. Sorry.
Stefan
Informatica Unidad SSBB AEMET VALENCIA wrote: |
I try with gmail account and neither it works.
I'm using Windows 10 and it runs into a proxy defined as URL
[global]
port = 80
SMTP host = mdm.correo.gob.es
SMTP username = XXXX@aemet.es
SMTP password = XXXXXX
SMTP port = 25
URL = http://proxy.aemet.es:3128/
Thanks
Andreas Luedeke wrote: |
If you post the [global] part of your configuration, it would help a little bit to understand the problem.
Cheers, Andreas
Informatica Unidad SSBB AEMET VALENCIA wrote: |
Hi everyone.
We are new in ELOG. We have installed it and created new logbooks following the "demo" one. We have configured our SMTP host, with email and pass, but we obtain this error when submit
Error sending Email via <i>"mdm.correo.gob.es"</i>: 5.7.8 Error: authentication failed: another step is needed in authentication
Do you know why and give us some tips for solution?
Our bests,
Informática AEMET Valencia
|
|
|
|
|
|
|
69016
|
Wed Aug 21 09:21:54 2019 |
| Informatica Unidad SSBB AEMET VALENCIA | infoval@aemet.es | Question | Windows | ELOG V3.1.4-a04 | Re: Cannot submit due to authentification errors | Sorry,
Could you please tell us a MAIL SMTP SERVER we can use to try?
Many thanks
Informatica Unidad SSBB AEMET VALENCIA wrote: |
Me podrías decir algún servidor SMTP de correo desde el que si funcione?
Muchas gracias
Stefan Ritt wrote: |
Elog supports only a limited set of authentications for SMTP. Both GMail and probably also your server requires more advanced authentication schemes, which are not suppoerted by elog. Sorry.
Stefan
Informatica Unidad SSBB AEMET VALENCIA wrote: |
I try with gmail account and neither it works.
I'm using Windows 10 and it runs into a proxy defined as URL
[global]
port = 80
SMTP host = mdm.correo.gob.es
SMTP username = XXXX@aemet.es
SMTP password = XXXXXX
SMTP port = 25
URL = http://proxy.aemet.es:3128/
Thanks
Andreas Luedeke wrote: |
If you post the [global] part of your configuration, it would help a little bit to understand the problem.
Cheers, Andreas
Informatica Unidad SSBB AEMET VALENCIA wrote: |
Hi everyone.
We are new in ELOG. We have installed it and created new logbooks following the "demo" one. We have configured our SMTP host, with email and pass, but we obtain this error when submit
Error sending Email via <i>"mdm.correo.gob.es"</i>: 5.7.8 Error: authentication failed: another step is needed in authentication
Do you know why and give us some tips for solution?
Our bests,
Informática AEMET Valencia
|
|
|
|
|
|
69015
|
Wed Aug 21 07:00:17 2019 |
| Lech | subs@lwp.email | Question | Linux | 3.1.3 | Re: Drag and drop does not work in 3.1.3? | I've discovered, that if I switch my local elog to SSL, dropping of images starts to work (as expected). However... pasting stops. If I select "paste" popup, I got the message about my browser security settings not allowing to paste, and that I can paste in the popup window. In Firefox I can actually paste in the popup window (image appears there), but after clicking OK nothing appears in the editing window. In Chrome and Opera nothing appears even in the popup window. I played with FF security settings, enabling pasting for elog sites (both local and the demo on this site) as advised in many places on the internet, but it doesn't help. This may be a CKInter issue, although interesting that it works without SSL (and not properly, resulting in too big text being stored)
Lech wrote: |
From what I've read in a past post, it is hitting the max content length because pasting, unlike dropping, is not properly supported and it is possible that images get converted to text in some way and occupy a lot of "content length". So what I mean is that the pasted image is handled the same way as the dropped image.
Btw. adjusting the Max content length, according to the message, requires recompilation of the program, so it is not only a matter of configuration.
Andreas Luedeke wrote: |
> Btw. do you plan to properly accept pasting of images?
I would claim it is already properly supported. If you hit a size limit you can configure your ELOG to adjust the limit (Max content length ).
Or did I misunderstand your question?
Lech wrote: |
Thank you. Locally doesn't work for some reason... I'll try to investigate.
Btw. do you plan to properly accept pasting of images? Pasting a screenshot saves a lot of time when making logs.
Stefan Ritt wrote: |
It's the config from the distribution. A copy is below.
Stefan
[global]
port = 8080
[demo]
Theme = default
Comment = General Linux Tips & Tricks
Attributes = Author, Type, Category, Subject, Pinned
Options Pinned = boolean
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
Last default = 31
Lech wrote: |
Can I find the config of the demo elog somewhere, so I could try it locally?
Stefan Ritt wrote: |
The Drag & Drop was implemented already in 3.0.0 (see https://elog.psi.ch/elog/download/ChangeLog). So no idea why it's not working for you.
Stefan
Lech wrote: |
Hello,
I can paste images into text (which resulted in the text_size too long error message), however, I can't drop them on my elog. However, I can do it on the demo version. Was the drag and drop into text already supported in version 3.1.3 and I am just missing some configuration option, or do I need to find a repository with a more recent version of elog?
Thanks!
|
|
|
|
|
|
|
|
69014
|
Wed Aug 21 02:21:57 2019 |
| Lech | subs@lwp.email | Question | Linux | 3.1.3 | Re: Drag and drop does not work in 3.1.3? | From what I've read in a past post, it is hitting the max content length because pasting, unlike dropping, is not properly supported and it is possible that images get converted to text in some way and occupy a lot of "content length". So what I mean is that the pasted image is handled the same way as the dropped image.
Btw. adjusting the Max content length, according to the message, requires recompilation of the program, so it is not only a matter of configuration.
Andreas Luedeke wrote: |
> Btw. do you plan to properly accept pasting of images?
I would claim it is already properly supported. If you hit a size limit you can configure your ELOG to adjust the limit (Max content length ).
Or did I misunderstand your question?
Lech wrote: |
Thank you. Locally doesn't work for some reason... I'll try to investigate.
Btw. do you plan to properly accept pasting of images? Pasting a screenshot saves a lot of time when making logs.
Stefan Ritt wrote: |
It's the config from the distribution. A copy is below.
Stefan
[global]
port = 8080
[demo]
Theme = default
Comment = General Linux Tips & Tricks
Attributes = Author, Type, Category, Subject, Pinned
Options Pinned = boolean
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
Last default = 31
Lech wrote: |
Can I find the config of the demo elog somewhere, so I could try it locally?
Stefan Ritt wrote: |
The Drag & Drop was implemented already in 3.0.0 (see https://elog.psi.ch/elog/download/ChangeLog). So no idea why it's not working for you.
Stefan
Lech wrote: |
Hello,
I can paste images into text (which resulted in the text_size too long error message), however, I can't drop them on my elog. However, I can do it on the demo version. Was the drag and drop into text already supported in version 3.1.3 and I am just missing some configuration option, or do I need to find a repository with a more recent version of elog?
Thanks!
|
|
|
|
|
|
|
|