Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 525 of 808  Not logged in ELOG logo
    icon2.gif   Re: Equation Editor does not work, posted by Stefan Ritt on Mon Jan 6 14:59:06 2025 
Apparently Codecogs have changed their URL. I tried the update from 

  https://editor.codecogs.com/depr/CK_Editor_v4x.php

but it did not help. The CK Editor v5 is quite different from v4 (like they require node.js to install it), so putting it into elog would be
    icon2.gif   Re: Entry size too large for email notification, posted by Andreas Luedeke on Tue May 19 16:34:20 2015 
Hi Jacky,

if I read the source code correctly then the maximum size of a base64 encoded email is hard coded to be 10 MB in elogd.h (recompile
after changing it):

#define MAX_CONTENT_LENGTH 10*1024*1024

But
I think that an 2.2 MB image should easily fit into that.

Andreas

    icon2.gif   Re: Entry size too large for email notification, posted by Stefan Ritt on Fri May 22 13:43:14 2015 
The size is defined by the variable MAX_CONTENT_LENGTH in elogd.c which is set to 10 MB. But email attachments are encoded in ASCII form, so they take
useually 3-4 times the space of the binary format. If you have problems with large emails, you can use the option "Email Format = 111" which
causes only the names of attachments to be included in email notifications. Users can then still click on the elog link inside the email notification and
    icon2.gif   Re: Entry size too large for email notification, posted by Lars Martin on Fri Jul 13 19:14:21 2018 
Wouldn't it make sense for ELog (by default) to still notify, but not send the attachments by e-mail if the size limit is reached?




Andreas
Luedeke wrote:



Hi Jacky,

if I read the source code correctly
    icon2.gif   Re: Entry size too large for email notification, posted by Stefan Ritt on Mon Aug 27 13:07:28 2018 
That's how it is implemented. If you use

Max email attachment size = 1000000

then attachments below 1 MB are sent as attachments, and if the attachment is above 1 MB, then only a link to the attachment in the elog is sent.
    icon2.gif   Re: Entry merging, posted by Stefan Ritt on Fri May 14 08:57:07 2010 


    
        
            Eric Krise wrote:
        
        
            
            Is there a way to merge existing entries from several logbooks into a single logbook? 
    icon2.gif   Re: Entry merging, posted by Eric Krise on Fri May 14 16:50:53 2010 


    
        
            Stefan Ritt wrote:
        
        
            
      
    icon2.gif   Re: Entry Submission Help, posted by Stefan Ritt on Mon Sep 25 21:09:58 2006 
[quote="kcmin"]1.  When an entry is submitted is it possible to have it return to the submit page instead of a summary of the entry.  In the ELog.cfg syntax
on the site it mentions something about this.  However It says something about a file being present in the resource directory.  I am not sure what to do
here.[/quote]
ELOG V3.1.5-3fb85fa6