Hi All!
I am running the PHP version of FCKeditor version 2.0 FC and I am in the process of writting the code to actually write the new/chagned files to the hard disk. Suddenly the editor stopped working correctly. I can load a file from the disk into the editor and see the contents in the next window when I click submit. However, I see neither the toolbar nor the contents of the editor window. This is when using Firefox.
Now, when I use Konqueror, I do not have the toolbar. However, I see the HTML code within the editor window. I can make changes to it which then appear when I click submit button.
Any ideas would be greatly appreciated.
Regards,
jimmo
I am running the PHP version of FCKeditor version 2.0 FC and I am in the process of writting the code to actually write the new/chagned files to the hard disk. Suddenly the editor stopped working correctly. I can load a file from the disk into the editor and see the contents in the next window when I click submit. However, I see neither the toolbar nor the contents of the editor window. This is when using Firefox.
Now, when I use Konqueror, I do not have the toolbar. However, I see the HTML code within the editor window. I can make changes to it which then appear when I click submit button.
Any ideas would be greatly appreciated.
Regards,
jimmo
RE: Editor suddenly stopped working
Either you misconfigured your toolbar and it didn't show up until your cache was refreshed, or you have some " or ' in your text that isn't escaped.
I'm guessing, of course.
RE: Editor suddenly stopped working
Check this bug:
http://sourceforge.net/tracker/?group_i ... id=1199824
RE: Editor suddenly stopped working
Well, I overwrote the whole directory with the installation files, copied my files in and it still didn't work. I had a copy of the directory (.OLD) and that worked even with my new files!!! I renamed the new directory to .NEW and named the .OLD directory and then the .NEW directory started working and the previous .OLD did not although none of the files changed. Just the name. Seems like there was some path issue or something. However, even with the default files, it was not working.
So, I had finally had a setup with only the default files and it still did not work. I then restarted the Apache and it started working again! Previously I had cleared my browser cache and even restarted it. I am not going through a server cache, so I have no idea what was going on.
At any rate, I am back up and configuring it to my heart's content. Thanks to both of you for your posts.
Regards,
jimmo