Re: Moving password file, posted by Stefan Ritt on Fri Aug 16 12:01:56 2013
|
UlfO wrote: |
Hi,
Is it possible to move a passwordfile from one E-log to another E-Log located on a different server without the need for users to register again?
Regards
/UlfO
|
Yes. Just make sure that both elog servers are not running when you move the password file. |
How to remove "Remove user" button ?, posted by Mark Campbell on Wed Sep 4 11:48:55 2013
|
Is there a way to remove the "Remove user" button from non-Amin users config page?
BTW Stefan ELOG is a Great Solution!
Thanks
Mark. |
Re: How to remove "Remove user" button ?, posted by Andreas Luedeke on Thu Sep 5 11:20:41 2013
|
Mark Campbell wrote: |
Is there a way to remove the "Remove user" button from non-Amin users config page?
BTW Stefan ELOG is a Great Solution!
Thanks Mark.
|
Hi Mark,
I've had a quick look in the code: currently it is not possible to remove the "Remove user" button.
But a non-admin user would only be able to remove his own user account. Shouldn't a user have the ability to remove his own account?
⇄
Detect language » English
Andreas
Andreas |
Re: How to remove "Remove user" button ?, posted by Mark Campbell on Thu Sep 5 12:56:37 2013
|
Andreas Luedeke wrote: |
Mark Campbell wrote: |
Is there a way to remove the "Remove user" button from non-Amin users config page?
BTW Stefan ELOG is a Great Solution!
Thanks Mark.
|
Hi Mark,
I've had a quick look in the code: currently it is not possible to remove the "Remove user" button.
But a non-admin user would only be able to remove his own user account. Shouldn't a user have the ability to remove his own account?
⇄
Detect language » English
Andreas
Andreas
|
Hi Andreas,
we would prefer only admin users to be able to remove user accounts.
I have just tested the Remove user command with a regular user account and get this error " Error: Command "Remove user" not allowed" so it looks like users can't remove their own account, so that is OK.
Thanks
Mark. |
cannot add new logbooks to any of my logbook groups, posted by Paraic Fahey on Thu Oct 3 10:23:31 2013
|
Each time a attempt to CREATE A LOGBOOK on any of my logbook groups, I get an ELOG ERROR page presenting saying FORBIDDEN ATTRIBUTE DATE.
I have, up until recently been able to add new logbooks.
Can anybody help me on this.
Paraic Fahey |
Re: cannot add new logbooks to any of my logbook groups, posted by Stefan Ritt on Mon Oct 7 10:12:31 2013
|
Paraic Fahey wrote: |
Each time a attempt to CREATE A LOGBOOK on any of my logbook groups, I get an ELOG ERROR page presenting saying FORBIDDEN ATTRIBUTE DATE.
I have, up until recently been able to add new logbooks.
Can anybody help me on this.
Paraic Fahey
|
Just modify your configuration file elogd.cfg manually with an editor and add your logbooks there, then restart elogd.
/Stefan |
Re: cannot add new logbooks to any of my logbook groups, posted by David Pilgram on Mon Oct 7 10:33:32 2013
|
Stefan Ritt wrote: |
Paraic Fahey wrote: |
Each time a attempt to CREATE A LOGBOOK on any of my logbook groups, I get an ELOG ERROR page presenting saying FORBIDDEN ATTRIBUTE DATE.
I have, up until recently been able to add new logbooks.
Can anybody help me on this.
Paraic Fahey
|
Just modify your configuration file elogd.cfg manually with an editor and add your logbooks there, then restart elogd.
/Stefan
|
I cannot answer for Windoze, BUT there is more to this if you use Linux.
(Sorry for re-entry, I spotted a cut-and-paste error from first time around)
If you want to make a new logbook in linux manually, you need to do the following:
0. Stop the elogd daemon.
1. Edit elogd.cfg as Stefan said. This will be in two parts - at the top, and then a block of entries which is what you normally see when you go to the "config" section of any logbook. Easiest to copy and paste an existing block, only remember to put in a new header in the square brackets at the top - the name of your new logbook. While most of the elogd.cfg is the same as in the documentation, the additional headers etc are pretty self-explanatory, and you only see these because you're editing the file raw rather than through the elog interface. Once restarted, you can then edit the config for the new logbook in the usual way.
2. Create a new subdirectory in your logbooks directory *with the same name* as the name you added in when editing elogd.cfg.
3. Give that subdirectory the correct ownership and permissions.
4. Only then, start elogd again.
As a windows user, which of the above you need to do: create the subdirectory (I imagine so) and/or anything else (I don't know). I don't use Windows - apart from AutoCAD and one other javascript based program that non-the-less has windows dependancies (!).
David. |
Importing XML/CSV, posted by Barend on Tue Oct 8 18:14:20 2013
|
Hi Stefan,
I'm experiencing problems importing XML (.csv is not working at all for me).
My logbook contains 3 date-attributes besides the system DATE (entry time), date-format is defined as %d %b %y.
The XML file hold the date format "DD.MM.YYYY"
- During "preview" I see that all entries are listed.
- During the import I get the "wrong date format" error.
- When I review the Summary, I see that only the first XML entry (all 3 date-attributes hold a date) was imported.
- When I try to re-import the XML from the second entry (after removing the 1st entry from XML - this second entry hold NO date-value on one of the date-attributes) the elogd.exe crashes and I get the "Service Temporarily Unavailable" error page.
- When I try to re-import the XML from the modified second entry (after removing the 1st entry from XML - this second entry holds date-value on all of the date-attributes) the elogd.exe crashes and I get the "Service Temporarily Unavailable" error page.
Any suggestion what could be wrong? Is it the missing date-value? |