Re: Problem with embedded Iframes, posted by Stefan Ritt on Tue Jan 13 10:10:56 2015
|
This is an issue with CKEditor, not with ELOG.
Maybe this helps:
http://drupal.stackexchange.com/questions/96069/ckeditor-removes-iframes-in-editor-after-update-to-6-x-1-14 |
Fail to install in mac, posted by Alex on Fri Feb 13 16:43:00 2015
|
Hi
I am trying to install to mac 10.10.2 - everything works almost fine, but when I issue the sudo make install I get |
Re: Fail to install in mac, posted by Stefan Ritt on Fri Feb 13 19:47:43 2015
|
Sorry I forgot to include the elogd.plist file in the distribution. I attached it to this entry, so just copy it into the elog root directory and run
again "make install".
/Stefan |
Re: Fail to install in mac, posted by Alex on Fri Feb 13 20:36:59 2015
|
Thanks! now install works fine - but I cannot find how to open and start writing- I do
/usr/local/sbin/elogd |
Re: Fail to install in mac, posted by Stefan Ritt on Fri Feb 13 21:18:46 2015
|
Point your browser to http://localhost:8080 as written in the documentation
Alex
wrote:
Thanks! now install works fine - but I cannot find how to open and start |
New entry cannot be written to directory "/usr/local/elog/logbooks/demo/", posted by Tapasi Ghosh on Mon Feb 8 13:52:33 2016
|
Dear All,
I could not submit a new enetry to my logbook whenever restarting my laptop. I am a new user to elog.
Attached is the screenshot of the error message and also there is "nobody" while I grep elog. |
Re: New entry cannot be written to directory "/usr/local/elog/logbooks/demo/", posted by Andreas Luedeke on Mon Feb 8 15:07:05 2016
|
You should check if the directory /usr/local/elog/logbooks/demo belongs to the right user and has the right write permissions.
Since the elogd process belongs to the user "nobody", the directory should best belong to "nobody" as well (or - not recommended
- allows write access for "others") |
Re: New entry cannot be written to directory "/usr/local/elog/logbooks/demo/", posted by Tapasi Ghosh on Mon Feb 8 16:19:11 2016
|
Thanks for your reply.
I am the user and it also has the write access
cd /usr/local/elog/ |