Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   FCKeditor not active, posted by Kevin O'Sullivan on Mon Mar 24 19:40:03 2008 
    icon2.gif   Re: FCKeditor not active, posted by Stefan Ritt on Thu Mar 27 07:15:03 2008 
    icon2.gif   Re: FCKeditor not active, posted by Alain Hugentobler on Wed Apr 2 01:27:20 2008 
       icon2.gif   Re: FCKeditor not active, posted by Kevin O'Sullivan on Wed Apr 2 03:34:43 2008 
       icon2.gif   Re: FCKeditor not active, posted by Stefan Ritt on Wed Apr 2 09:19:55 2008 
Message ID: 65805     Entry time: Wed Apr 2 01:27:20 2008     In reply to: 65787     Reply to this: 65806   65807
Icon: Reply  Author: Alain Hugentobler  Author Email: Alain.Hugentobler@unige.ch 
Category: Question  OS: Linux  ELOG Version: 2.7.3-2058 
Subject: Re: FCKeditor not active 

Kevin O'Sullivan wrote:

I'm using ELOG version 2.7.3-2058 and have been trying to get FCKeditor to work. This, to my understanding from the documentation, is supposed to be a part of elog by default after version 2.7.0 and from looking at the configuration syntax manual, it looks as though FCKeditor should be on with the default settings. I done nothing to turn it off and none of the obvious fixes seem to do anything. I've posted the text of my configuration file below, what did I do wrong?

Got the same problem, solved by manually unzipping "scripts/fckeditor.zip" from the sources to the installation directory (/usr/local/elog/scripts)

A better solution is to modify the Makefile :

@unzip -q -f scripts/fckeditor.zip -d $(ELOGDIR)/scripts/

which doesn't work on my Ubuntu 8.04; however changing to:

@unzip -q scripts/fckeditor.zip -d $(ELOGDIR)/scripts/

does...

ELOG V3.1.5-fe60aaf