Re: user change under webserver authentication not recognized, posted by Stefan Ritt on Fri Feb 23 15:13:46 2024
|
Thanks for the fix, I committed it. Please give it a quicky try sinc I cannot test it here (don't use webserver authentication...)
Stefan
Frank Heyroth wrote: |
I found the reason of the bug:
In line 27441 of elogd.cxx the http_user is overwritten by the user saved in the sid_ array as a sideeffect of the sid_check function:
sid_check(getparam("sid"), http_user)
It can solved by changing elogd.cxx @ line 27441
27441c27441,27446
< if (!sid_check(getparam("sid"), http_user)) { /* if we don't have a sid yet, set it */
---
> i=sid_check(getparam("sid"), thumb_name);
> if (i && strcmp(http_user,thumb_name)!=0) { /* user changed */
> sid_remove(getparam("sid"));
> i=FALSE;
> }
> if (!i) { /* if we don't have a sid yet, set it */
Remark: I have used the variables i & thumb_name of the function in a local context.
|
|
Re: upgrading, posted by Stefan Ritt on Wed Nov 20 20:07:58 2002
|
> this is happened before, and it just happened upgrading from 2.2.2 to 2.2.3
>
> the link at the bottom of the page shows a previously installed version.
>
> i don't install to the elog directory, i install to a ram disk and copy
over the new executables, the source, readme and help html.
>
> the link showed 2.1.2 until i upgraded to 2.2.2 (i didn't do anything
different than the above. now i'm at 2.2.3 and the link is showing
2.2.2...not that it's a big deal, i'm just wondering what i did wrong
Of course you have to stop the old elogd program and start the new one. Have
you done that? |
Re: upgrading, posted by tony summerfelt on Thu Nov 21 18:22:58 2002
|
> Of course you have to stop the old elogd program and start the new one. Have
> you done that?
on windows i run it as a service through firedaemon, but i stop it before upgrading...that was one of the first things i checked... |
Re: upgrading, posted by Stefan Ritt on Fri Nov 22 09:11:27 2002
|
> > Of course you have to stop the old elogd program and start the new one.
Have
> > you done that?
>
> on windows i run it as a service through firedaemon, but i stop it before
upgrading...that was one of the first things i checked...
Well, the other thing is that the previous page is till in the cache of
Netscape. You have to hit "Reload" in order to properly update the page.
Besides these two things - browser cache and not stopping the old versoin -
there is no possibility how you could see the old version at the bottom of
the page, I update this very carefully on each distribution. |
Re: upgrading, posted by Stefan Ritt on Mon Nov 25 09:05:06 2002
|
Ooops, I just realized that the Windows 2.2.3 distribution contained the old
(2.2.2) executable for elogd.exe. I apologize for that. I have updated the
elog223.exe distribution just now, so please download it again in order to
get the new file.
- Stefan |
Re: upgrading, posted by tony summerfelt on Wed Nov 27 07:22:07 2002
|
> Ooops, I just realized that the Windows 2.2.3 distribution contained the old
> (2.2.2) executable for elogd.exe. I apologize for that. I have updated the
that's ok. i just it was driving me nuts there for a while...everything is fine now...
i've tried other web based msg boards, but i keep coming back to elog... |
Re: upgrade problem, posted by Andreas Luedeke on Wed Mar 16 08:39:55 2016
|
Hi Tim,
starting with ELOG version 3 all entries are moved into sub-directories for each year.
If you move the files back from the sub-directories and restart elogd, then the entries should appear again in the logbook with ELOG 2.9.2.
I don't know how to solve your other problem. Maybe you should talk to someone locally who can administer your windows server?
Cheers, Andreas
Tim Schelfhout wrote: |
Hello there,
After several years of great ELOG usage I decided to upgrade our ELOG server. I am using it to keep
a logbook of my students.
ELOG runs as a windows service but since I cannot access or change windows services (only have access to the
ELOG directory) I upgraded by installing the executable to my laptop then copying the new ELOG version over the server installation.
Tried this first on my laptop going from V2.9.2-2475 to the last version 3.1.1 and this worked without a problem.
When I tried to reproduce this on the server all the data is there but ELOG displays it as if no theme was installed. (using the default
by the way) No colors, no formatting
... at first I thougt this was because the copy was not complete but a second try reproduced the same result???
Tried going back to the old version but then ALL data was gone (structure and all logbooks still there, but data in logbooks gone) ....
Used -v switch to debug and the logging displayed an MD5 hash mismatch, so the logbooks could not be opened. A restore fixed this ....
I guess upgrading means changing the logbook structure?
Anyway does anyone have any idea why the upgrade loses formatting ?? Tips are welcome
|
|
Re: update to ckeditor (formerly: Auto save?), posted by Andreas Luedeke on Mon Jul 1 13:30:28 2013
|
Stefan Ritt wrote: |
Andreas Luedeke wrote: |
Daniel Roldan wrote: |
Hi,
One question, is possible activate auto-save while write a new "ticket"?
Thanks very much.
|
It is not clear to me, what you mean by "activate auto-save".
Do you mean that you want to have the typed in data in your forms temporarily saved, to be restored e.g. after a crash of the browser?
This functionality has to be provided by the browser. I use the add-on "Lazarus: form recovery" for firefox, that works fine for me.
⇄
Detect language » English
Regards Andreas
|
Great that you pointed out this possibility. I saw that Lazarus Form Recovery is even available for Google Chrome and it works fine. It however works only for the "EL Code" and "plain" encodings. In the "HTML" edit box it does not work (probably some collision with the FCKEditor). If anybody has an idea about this, please post it.
/Stefan
|
Hi Stefan,
that reminds me of something: you've wanted to upgrade from the obsolete FCKEditor to the successor CKEditor. That would allow to use the cool editor for math formulas: http://www.fmath.info/plugins/CKEditor/demo.jsp
⇄
Detect language » English
http://www.fmath.info/plugins/CKEditor/demo.jsp
Cheers, Andreas |