Replacing FCKEditor with RADEditor
Last Post 02/24/2011 6:21 PM by Joseph Craig. 1 Replies.
Author Messages
Net Doctors
Nuke Newbie
Nuke Newbie
Posts:1


--
02/23/2011 2:20 PM  
Lee,

Been following your site for quite some time, and your tutorials have been absolute lifesavers (as well as job savers ). However, I'm a little stumped right now. I have a site that was originally rolled out before RADEditor was implemented, and now I have it upgraded to 5.6.1 and would like to swap over from FCK to RAD. I thought it would be a simple web.config change and swapped out:

< htmlEditor defaultProvider="FckHtmlEditorProvider" >

to

< htmlEditor defaultProvider="TelerikEditorProvider" >

Everything seems to work fine, however when I go to use the "Insert Image" function, I get the following error:

"Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file. Please, use the control's Smart Tag to add the handler automatically, or see the help for more information: Controls > Rad Editor > Dialogs > Introduction."

To me, this looks like an error I should see if I were using the stand-alone RADEditor modules, however as it is the core integrated RADEditor I'm wishing to use, I'm at a loss at to what other additions / changes I need to make to the web.config.

Any thoughts?

PS - I scanned through the latest RADEditor tuts, but didn't see anything about doing something like this - maybe I overlooked it?

Thanks!

Wells Doty Jr
Joseph Craig
DNN MVP
Posts:11667


--
02/24/2011 6:21 PM  
There is a tutorial here, so you should look at it.

You can also download the Install version of DotNetNuke for the version that you are using and then look in the web.config file that is included. Search for all instances of "editor" and make sure that all of those lines are also in your web.config file.

(Don't forget to save a copy of web.config before you start making modifications. If you mess it up, you can always restore that version of web.config.)

Joe Craig, Patapsco Research Group
Complete DNN Support


---