Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 39 of 238  Not logged in ELOG logo
icon1.gif   MIME-version header duplicated in e-mail messages., posted by Michal Falowski on Thu May 4 17:20:36 2017 
When there are attachments in an entry, logbook is adding additional "MIME-Version" header to e-mail messages.

Spam filter in our university system is mostly giving warnings:


X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "MIME-Version"


But sometimes it is not redirecting
    icon2.gif   Re: MIME-version header duplicated in e-mail messages., posted by Stefan Ritt on Wed Jan 9 11:43:48 2019 
I just checked the current installatin, and just found one MIME-Version in the header, even with attachments:

MIME-Version: 1.0
--------------717E3059287C82F12BC14941
icon5.gif   inactive users, posted by Devin Bougie on Wed Apr 27 21:27:36 2016 
Hello,

Is it possible to remove the "active" checkbox a user sees when they click on "config"?  Alternatively, is it possible to have a new user arrive directly
    icon2.gif   Re: inactive users, posted by Stefano Lacaprara on Wed May 31 11:45:06 2017 
Hi,
  I reopen this old thread since I'm having a similar problem.
       icon4.gif   Re: inactive users, posted by Andreas Luedeke on Wed May 31 13:28:51 2017 
> Hi,
>   I reopen this old thread since I'm having a similar problem.
          icon2.gif   Re: inactive users, posted by Stefano Lacaprara on Wed May 31 16:02:46 2017 
Hi,
  a possible solution is to change the current SetAll() and SetNone() javascript functions to something like:
             icon2.gif   Re: inactive users, posted by Stefano Lacaprara on Mon Feb 26 18:27:09 2018 elogd.c
Hi,
  sorry to bother again on this issue, but it is causing me some trouble, as many of my users are using the "SetNone" button in their config page, and
doing so they deactivate their account, which I have to 
                icon2.gif   Re: inactive users, posted by Stefan Ritt on Fri Dec 21 14:59:05 2018 
Thanks for the fix, I merged it into the current development branch.

Stefan
icon5.gif   CSS reference in Email for private logbooks, posted by Andreas Luedeke on Mon Aug 21 14:27:50 2017 
We operate ELOG in an intranet. Many logbooks do send out emails; several use HTML content formatting.

If I watch HTML formatted emails
from the intranet, then everything is fine.

If I try to read them from home, my email client hangs when it tries to read the CSS file from
out intranet (URL: https://elog-gfa.psi.ch/SLS/elog.css).

Is there a way to set a URL for the email CSS?

Then I could simply
    icon2.gif   Re: CSS reference in Email for private logbooks, posted by Stefan Ritt on Fri Dec 21 14:04:41 2018 
I changed the code ot include the CSS file directly in the email body. So no need any more for external CSS files. I dropped the "Email CSS URL"
option as well.

Stefan
icon4.gif   xmalloc error when filling entries and chaning page, posted by Antonio Iuliano on Wed Dec 12 10:44:57 2018 elogd.cfg
Dear ELOG experts,

the ELOG server on our lab crashes  continuosly, when we add a new entry or even if we click the arrows to navigate between entries. Following
the FAQ on the website, I have used gdb and found the following error:
    icon2.gif   Re: xmalloc error when filling entries and chaning page, posted by Stefan Ritt on Fri Dec 21 13:00:50 2018 
I tried to reproduce the problem but could not. The config file uses "emtpy.html", "filtermenutext.html" and so on which I don't
have. Same with eventlocation.

Rather than sending me all the files, can you strip down your elogd.cfg to a minimal version where you still see the problem. Then give me all
icon4.gif   French Language, posted by Yanick Vachon on Tue Nov 27 20:06:17 2018 
Hi,

When i set Language = French in global config it works in french until i logout, after i can't login anymore, even if i enter my user and
password i always stay at the login window, the only way to login again is to edit the Elogd.cfg file in Elog directory, remove the Language = french and
    icon2.gif   Re: French Language, posted by Stefan Ritt on Wed Nov 28 09:26:11 2018 
I just tried myself with the current version 3.1.4 and it worked for me flawlessly. Maybe you want to upgrade.

Stefan




Yanick
       icon2.gif   Re: French Language, posted by Yanick Vachon on Tue Dec 4 21:30:13 2018 
I Stefan, i got the problem again with the french version, i realised that if i open it with Chrome or Edge it's not working but with Internet Explorer
it works envery times. Is there a way i can use it with Chrome?

 
          icon2.gif   Re: French Language, posted by Stefan Ritt on Wed Dec 5 08:41:07 2018 
Have you tried to delete all cookies in Chrome?

Stefan




Yanick
             icon2.gif   Re: French Language, posted by Yanick Vachon on Wed Dec 5 14:38:51 2018 
I've deleted the cookies and it works.

Thanks!




Stefan
icon4.gif   Need to change port 25, posted by Yanick Vachon on Mon Nov 26 17:32:31 2018 
Hi,

We've made changes in our network and now we have to use port 587 instead of port 25, how can i edit that parameter?

Thanks
    icon2.gif   Re: Need to change port 25, posted by Andreas Luedeke on Tue Nov 27 08:19:11 2018 
This is nicely explained in the documentation: https://elog.psi.ch/elog/config.html#global

The following options are specific to the [global]
section:

Port = <port>
       icon2.gif   Re: Need to change port 25, posted by Stefan Ritt on Tue Nov 27 08:59:45 2018 
I believe Yanick means the SMTP port, not the port under which elogd is listening. The SMPT port is hard wired to 25, because port 587 was not yet defiend
when I wrote that code. I can make this a variable, but only if it works. So Yanick can you test if port 587 accepts normal SMTP commands? We don't
have such a new server at our lab and I cannot test it. Under Windows you can open a command prompt and telnet to the mail server:
          icon2.gif   Re: Need to change port 25, posted by Yanick Vachon on Tue Nov 27 15:21:31 2018 Port_587.png
I Stefan, it works with the 587 port.


 
 
  
  
  
             icon2.gif   Re: Need to change port 25, posted by Stefan Ritt on Wed Nov 28 16:24:43 2018 
Ok, so I added the option 

STMP port = xxx

where you can specify 587 to override the default port 25. I committed the changes to bitbucket. Can you compile from sources, or do I have to
                icon2.gif   Re: Need to change port 25, posted by Yanick Vachon on Wed Nov 28 18:23:59 2018 Capture_Compile.PNG
Good! 

so, i've tried to compile but iwonder if i does it correctly,

look at the error i got:
                   icon2.gif   Re: Need to change port 25, posted by Stefan Ritt on Thu Nov 29 09:56:45 2018 
I put a new executable for you under https://elog.psi.ch/elog/download/windows/

It's named elog314-2.exe

Best,
             icon2.gif   Re: Need to change port 25, posted by Yanick Vachon on Wed Nov 28 16:43:14 2018 
Hello, 

now we kwow it's working are you gonne send us a version with the SMTP port editable?

Thanks!
                icon2.gif   Re: Need to change port 25, posted by Stefan Ritt on Wed Nov 28 16:53:58 2018 
Just read my post 20 mins ago!

Stefan




Yanick
icon4.gif   messy code for chinese charactor, posted by Wenhao Huang on Fri Oct 26 08:56:59 2018 
The Chinese character appears messy code. The encoding way is the default utf-8. How can I solve this problem?
    icon2.gif   Re: messy code for chinese charactor, posted by Stefan Ritt on Sat Oct 27 10:51:12 2018 
Can you post a screenshot?

[quote="Wenhao Huang"]The Chinese character appears messy code. The encoding way is the default utf-8. How can I solve this problem?[/quote]
icon5.gif   How many "Extendable options" can I add?, posted by Devrim Esenturk on Fri Oct 26 14:22:59 2018 
Hi

I am trying to add "Extendable options" for some attribute as below example. However button to add new item for list appears only for
the first "Extendable options", if disable the first with (;), button appears for the second. It means elog add new item button only the first
    icon14.gif   Re: How many "Extendable options" can I add?, posted by Grant Jeffcote on Fri Oct 26 16:46:52 2018 
David,

Try

Extendable options = Require Model, Require Lens, Require Other,
       icon2.gif   Re: How many "Extendable options" can I add?, posted by Grant Jeffcote on Fri Oct 26 16:50:48 2018 
Apologies that should have been Devrim (autocorrect again) :-(




Grant
Jeffcote wrote:



David,
          icon2.gif   Re: How many "Extendable options" can I add?, posted by Devrim Esenturk on Fri Oct 26 19:15:19 2018 
No problem :) 

Your suggestion worked as it must be. I didn't see "Extendable options = <list>" on guide :/

I guess I need rest a little bit... :(
ELOG V3.1.5-3fb85fa6