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
FCKeditor not displaying contents
-
- Forum Members
- Posts: 121
- Joined: Sun May 01, 2005 4:27 pm
Re: FCKeditor not displaying contents
double check all paths in config.php
-
- Forum Members
- Posts: 121
- Joined: Sun May 01, 2005 4:27 pm
Re: FCKeditor not displaying contents
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]
Oddly, I am now seeing the contents with FCKeditor but the toolbar isn't loading right in IE.
[gelöscht durch Administrator]
-
- Forum Members
- Posts: 121
- Joined: Sun May 01, 2005 4:27 pm
Re: FCKeditor not displaying contents
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
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
-
- Forum Members
- Posts: 121
- Joined: Sun May 01, 2005 4:27 pm
Re: FCKeditor not displaying contents
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
PHEW!!
Catherine
Re: FCKeditor not displaying contents
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.