FCKEditor Not Working In Any Version (use this thread)
Last Post 10/07/2009 7:04 PM by Joseph Craig. 2 Replies.
Author Messages
Rob
Nuke Newbie
Nuke Newbie
Posts:6


--
10/06/2009 1:26 PM  

This previous question had a comment tag in it and it hid all the response.  I removed the comment tags for this question. Please use this thread:

In every version that we have of DotNetNuke (including the latest version that comes with FCK as a default), we cannot get it to work at all. When you click on the "Rich Text Editor" radio button, you get a bunch of html code starting with:

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
etc.....

We do not see the toolbar or any kind of control. Just a textbox.

I'm guessing that it's some kind of setting on IIS or Folder setting since it doesn't work on 3 separate instances of DotNetNuke, including the latest (Version 5.14). We can get it to work on our local dev server.

Rob
Nuke Newbie
Nuke Newbie
Posts:6


--
10/07/2009 6:53 PM  
Solved it:
The IIS had a invalid setup in the host header:
there was a wildcard mime type for .* to application/octet-stream
Which means ASP.NET was trying to process your .js files, and wasn't serving them to your clients.

We removed the wildcard and it works fine.
Joseph Craig
DNN MVP
Posts:11667


--
10/07/2009 7:04 PM  
How did you manage to figure this one out? Any debugging techniques that you could share?

Joe Craig, Patapsco Research Group
Complete DNN Support


---