FCK editor not working

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
8/11/2008 5:48:54 AM
Gravatar
Total Posts 69

FCK editor not working

Hi,

I've tried several times to make sure taht all the FCK editor files are uploaded but it's still not working.

All I get is this:

 

Source
StyleParagraph     Font     Size

 

and then the text of the page.

any ideas why?

8/11/2008 5:57:22 AM
Gravatar
Total Posts 18439

Re: FCK editor not working

What version of mojoportal? In the new 2.2.6.7 version is included a new version of fckeditor. Did you upload /ClientScript/fckeditor263?

If so, did you try to keep your old Web.config?

Whenever I add a new version of fckeditor I change Web.config to the new path:

<add key="FCKeditor:BasePath" value="~/ClientScript/fckeditor263/" />
<add key="FileBrowserRelativePath" value="~/ClientScript/fckeditor263/editor/filemanager/browser/default/browser.html" />
<add key="ImageBrowserRelativePath" value="~/ClientScript/fckeditor263/editor/filemanager/browser/default/browser.html" />

So either you didn't get the new web.config settings or you didn't get the new version of FCKeditor.

Hope it helps,

Joe

8/11/2008 6:02:14 AM
Gravatar
Total Posts 69

Re: FCK editor not working

thanks for getting back to me.

I did have the old 2.2.6.6 verison but changed it to the new 2.2.6.7 before upload. I've checked my web.config and all the settings you listed are correct.

Is it possible there are still some files missing that haven't been uploaded?

8/11/2008 6:08:47 AM
Gravatar
Total Posts 18439

Re: FCK editor not working

Did you look in ClientScript folder on your server? Do you see fckeditor263 there? If not then thats the problem so upload it, if its already there then I would upload it again in case some ftp errors happened the first time.

Hope it helps,

Joe

8/11/2008 6:42:41 AM
Gravatar
Total Posts 69

Re: FCK editor not working

fckeditor263 is there, and I've re-uploaded everthing again - still not working. I think I'll stick to TinyMCE but how do I tell it to add images that I've uploaded to the server? I can't seem to get the right url.

8/11/2008 6:51:37 AM
Gravatar
Total Posts 18439

Re: FCK editor not working

Image support is better in FCKeditor thats why I use it instead of TinyMCE. Did you try clearing your browser cache/ temporary files? Go to a different site like google clear your cache then come back to your site and try the editor.

Make sure you don't have any fckeditor settings in user.config that override the ones in Web.config

Hope it helps,

Joe

8/11/2008 7:08:03 AM
Gravatar
Total Posts 69

Re: FCK editor not working

one of these days I'll remember to clear the cache!

that works now thanks

You must sign in to post in the forums. This thread is closed to new posts.