ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
69666
|
Fri Apr 28 19:47:51 2023 |
| Illam Pakkirisamy | illam@senseeker.com | Info | Windows | 3.1.4 | Re: TEXTSIZE too big message |
Hi, any help will be appreciated on this. I have not still figured this out.
Thanks.
Illam
Illam Pakkirisamy wrote: |
Hi,
I'm getting the TEXTSIZE TOO BIG message every time I have more text in my entry. I understand there is a way to increase the TEXTSIZE and re-compile. Where can I find the TEXTSIZE parameter that I can increase and also how do I re-compile.
Appreciate your help.
Thanks.
Illam
|
|
69670
|
Wed May 17 17:43:46 2023 |
| Illam Pakkirisamy | Hi illam@senseeker.com | Info | Windows | 3.1.4 | Re: TEXTSIZE too big message |
Hi Xuan,
Sorry for the delayed response. I just got back from my travel. I tried your solution, but in my system I don't see elogd.h in the src folder. Here is what I see and also I don't see any "make" binary in the folders. I'm running the Windows version.
Thanks.
Illam
Xuan Wu wrote: |
Hi Illam,
You can find it in src/elogd.h, #define TEXT_SIZE 250000, the original value 250000, you can change it to a larger one like #define TEXT_SIZE 1000000. Then recompile it again, just need typing "make". Elog Version is 3.1.3 in my site. HTH.
Cheers,
Xuan Wu
Illam Pakkirisamy wrote: |
Hi, any help will be appreciated on this. I have not still figured this out.
Thanks.
Illam
Illam Pakkirisamy wrote: |
Hi,
I'm getting the TEXTSIZE TOO BIG message every time I have more text in my entry. I understand there is a way to increase the TEXTSIZE and re-compile. Where can I find the TEXTSIZE parameter that I can increase and also how do I re-compile.
Appreciate your help.
Thanks.
Illam
|
|
|
|
1984
|
Thu Oct 12 16:22:40 2006 |
| Ibrahim Genc | ig004@hotmail.com | Question | Windows | 2.6.2-1722 | Error Sending Email |
I've set up all e-mail configuration but I get error message after submitting a message
verbose output is as follows: every parameter I used works in outlook express.
Another question is; Can I change the port number of the smtp server? Some servers use another port than 25.
Thanks so much.
--
ibrahim
------------------------------------------------
Email ALL to genc@xxx.com.tr
timezone: -7200, offset: 10800
Email from genc@xxx.com.tr to genc@xxx.com.tr,genc@xxx.com.tr,, SMTP host
mail.xxx.com.tr:
220 mx-d.xxx.com ESMTP Postfix
EHLO neuron
250-mail-003.xxx.com
250-PIPELINING
250-SIZE 41943040
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN CRAM-MD5
250-AUTH=LOGIN PLAIN CRAM-MD5
250 8BITMIME
==== Return ================================
HTTP/1.1 302 Found
Server: ELOG HTTP 2.6.2-1722
Connection: Keep-Alive
Keep-Alive: timeout=60, max=10
Location: http://127.0.0.1:8080/PhD/4?error=Error+sending+Email+via+<i>"mail.xxx.com.tr"</i> |
1986
|
Thu Oct 12 17:42:37 2006 |
| Ibrahim Genc | ig004@hotmail.com | Question | Windows | 2.6.2-1722 | Re: Error Sending Email |
Stefan Ritt wrote: |
Ibrahim Genc wrote: | I get error message after submitting a message |
Your verbose output seems to be only partial. I have modified the verbose output recently, so please update to a more recent version of elog. With 2.6.2-3 I get for example
|
I downloaded the latest version just yesterday. I checked again now; it is version 2.6.2-3. I'll wait some time for release of new build of windows binaries. Mine differs from yours as a one build number only.
Thanks for prompt answer. |
1988
|
Fri Oct 13 23:17:05 2006 |
| Ibrahim Genc | ig004@hotmail.com | Question | Windows | 2.6.2-1722 | Re: Error Sending Email |
Stefan Ritt wrote: |
Ibrahim Genc wrote: | I get error message after submitting a message |
Your verbose output seems to be only partial. I have modified the verbose output recently, so please update to a more recent version of elog. With 2.6.2-3 I get for example
Email from stefan.ritt@psi.ch to stefan.ritt@psi.ch, SMTP host xxx.psi.ch:
...
|
Now I installed 262-4 but no change. communication seems to be stopped at the same point.
Stefan Ritt wrote: |
This is of course without SMTP username. Our mail server does not support SMTP username, so I programmed this kind of "blindly".
|
There is a free e-mail service at mail.softhome.net. It provides smtp and pop3 services. You can use this for testing if you want.
Saluts.
--
ibrahim |
2001
|
Tue Oct 17 13:03:22 2006 |
| Ibrahim Genc | ig004@hotmail.com | Bug report | Linux | Windows | 2.6.2-1723 | Re: Date format in Threaded display |
deletoille wrote: | hello,
Time format = %d/%m/%Y, %T
Thanks in advance |
I think "date format" and "time format" are different tags.
you may try to use date format here. |
66654
|
Fri Dec 11 18:53:17 2009 |
| Ian Stokes-Rees | ijstokes@crystal.harvard.edu | Question | Linux | 2.7.8 | 401 Authorization problem |
Grrr. Forgetting to pick an icon means my message was blasted.
I have installed elog 2.7.8 and it is running. When I connect to it and get a login window, I am always denied. If I remove the passwords, then I can login with no password information. I have tried both command line for setting passwords and directly in the elogd.cfg file.
Suggestions on what I might be doing wrong would be appreciated.
Regards,
Ian
PS - are there RESTful interfaces to automate the generation of log entries via an HTTP POST or HTTP GET? |
2112
|
Mon Jan 15 09:56:09 2007 |
| Ian MacDonald | elog@irm.thamespower.com | Question | All | ELOG V2.6. | Addition of a Print CSS |
Is there any way to change the the embeded style sheet reference to allow a seperate style sheet for printing ?
Default config:-
<link rel="stylesheet" type="text/css" href="default.css">
Would like to configure to :-
<link rel="stylesheet" type="text/css" href="default.css media="screen">
<link rel="stylesheet" type="text/css" href="print.css" media="print">
Thanks |