PeterJ
Posts: 90
|
| Posted: 08/27/2007, 12:56 AM |
|
Hi
I decided to incorporate FCKeditor within a site I am developing. I used the wizard within CCS but I get an 'error on page' on the published page stating "FCKeditor is undefined". If I use the samples they work fine demonstrating the paths are correct within the config files.
Are there any tricks to getting FCKeditor to work within CCS?
|
 |
 |
wkempees
|
| Posted: 08/27/2007, 2:16 AM |
|
All the tricks are in the Help file/docs.
The main trick being tto install Fck on your target (publishing) server and
making sure all paths are setup correctly.
Do the Fck install first and their tests, if that works then check
your projects path settings.
My main hurdle was: (apache/PhP)
on development server apache path to application:
\xampp\htdocs\appname\..
\xampp\htdocs\fckeditor\..
URL:
localhost\appname
On development:
ftp: ftp.servername.tld
/user/www/appname/..
/user/www/fckeditor/...
URL:
www.domainname.tld/index
Check you settings for fckeditor path in project settings each time you
switch server profile
OR
do the 'relative' install, making sure your path relatively always same.
Walter
"PeterJ" <PeterJ@forum.codecharge> schreef in bericht
news:546d283b7f022d@news.codecharge.com...
> Hi
>
> I decided to incorporate FCKeditor within a site I am developing. I used
> the
> wizard within CCS but I get an 'error on page' on the published page
> stating
> "FCKeditor is undefined". If I use the samples they work fine
> demonstrating the
> paths are correct within the config files.
>
> Are there any tricks to getting FCKeditor to work within CCS?
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
yeowza
Posts: 16
|
| Posted: 03/14/2008, 12:45 PM |
|
Just in case you didn't get this resolved. Open the file and then HTML tab. Look for a line like the following:
<script language="JavaScript" src="/fckeditor/fckeditor.js" type="text/javascript"></script>
chances are the path to fckeditor.js is wrong.
|
 |
 |
|