Page 1 of 1

FCKeditor not displaying contents

Posted: Tue Nov 07, 2006 11:29 am
by miss_d_bus
I am having problems with FCKeditor where it is not displaying the contents of the page.

Under Firefox 2, the toolbar loads but it does not show any contents and give this error:
cannot load FCKeditorXcfg.js.php

With IE, it just shows the source code.

I have the latest version installed but it still errors. I have been updating the website using HTML and in IE but this makes it hard for other users to update the site.

Can anyone help me?

Thanks,
Catherine

Re: FCKeditor not displaying contents

Posted: Tue Nov 07, 2006 3:28 pm
by tsw
double check all paths in config.php

Re: FCKeditor not displaying contents

Posted: Tue Nov 07, 2006 4:29 pm
by miss_d_bus
I've checked that and it doesnt seem to be the problem there.
Oddly, I am now seeing the contents with FCKeditor but the toolbar isn't loading right in IE.



[gelöscht durch Administrator]

Re: FCKeditor not displaying contents

Posted: Mon Nov 13, 2006 10:47 am
by miss_d_bus
i compared one config file with one from a working system and the paths are correct and formatted properly.

I've tried TinyMCE too with no luck as thats not working either.

Someone must have some idea how to get it to work. I've been using this CMS for over a year on about 6 different websites with no problem but I think I might have to try another product. It is such a shame...

Anyone else with a similar problem?

Thanks

Re: FCKeditor not displaying contents

Posted: Mon Nov 13, 2006 12:09 pm
by miss_d_bus
I sorted it by doing back to verision 1.0.1 from 1.0.2 and then manually clearing out the files in tmp\templates_c

PHEW!!

Catherine

Re: FCKeditor not displaying contents

Posted: Fri May 04, 2007 1:34 pm
by tamlyn
I've had this problem a few time. in my case it turned out that the server wasn't allowing access to .php files that were set as world writable. chmod FCKeditorXcfg.js.php to 644 and it may fix it.