Hey all,
I have been having trouble getting the editor to (consitently) appear on the page. When you first visit the page the editor works perfectly, but any subsequent visits all you get is a blank white space where it is supposed to be. If I clear the browser cache the editor appears again, until i refresh the page.
I have tried a newly downloaded version and an older version that works elsewhere on the site, both with identical results. The only change I have made is to the base path and include path.
The current in-page settings are:
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/cp_functions/fckeditor/' ;
$oFCKeditor->ToolbarSet = 'SubBasic';
$oFCKeditor->Value = $content;
$oFCKeditor->Create() ;
And I am using Firefox. Problem didn't seem to be there in internet explorer.
Hopefully that is all the info you need!
Thanks in advance,
Ali
I have been having trouble getting the editor to (consitently) appear on the page. When you first visit the page the editor works perfectly, but any subsequent visits all you get is a blank white space where it is supposed to be. If I clear the browser cache the editor appears again, until i refresh the page.
I have tried a newly downloaded version and an older version that works elsewhere on the site, both with identical results. The only change I have made is to the base path and include path.
The current in-page settings are:
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/cp_functions/fckeditor/' ;
$oFCKeditor->ToolbarSet = 'SubBasic';
$oFCKeditor->Value = $content;
$oFCKeditor->Create() ;
And I am using Firefox. Problem didn't seem to be there in internet explorer.
Hopefully that is all the info you need!
Thanks in advance,
Ali
Re: FCKeditor cache problem?
Do you still have the problem when you try the demo of FCK?
http://www.fckeditor.net/demo
Re: FCKeditor cache problem?
I also don't have the problem on an editor in another section of the same site (which I duplicated* onto the other page when the fresh install didn't work correctly).
*copied the installed fckeditor file to another directory, copied the code used in the original file into the new one and changed the base path and include paths.
Re: FCKeditor cache problem?
Maybe I'll just try doing it from scratch again.
Re: FCKeditor cache problem?
We've been having the same problem with FCKeditor. We use the 2.6 Build 18638 in our application.
Is this a known bug in this version? And if so will updating the editor solve the problem? I'm not so keen on updating the entire thing since we use some custom plugins and there might be other problems showing up.
Thanks,
Matthias