Today we try to upgrade our site (
http://DnnModule.com) from dnn 6.0 to dnn 7.1.1. We requested dnn4less.com support team (our site is hosting on dnn4less.com) to do this job for us, and these guys do this job very professional. I like their services very much.
Our site works well under dnn 7.1.1 so far. Only one problem, the html editor doesn't work like before. When we click the "edit content" action button in dnn built-in Text/Html module, we can see only part of buttons, the editor buttons doesn't show like before. Check below image as example:
As you can see, the editor buttons doesn't show like before.
And we can see a js error from the error console :
We have tried below methods but doesn't work:
1. We install a fresh dnn 7.1.1 site on local computer and it works fine.
2. We compare DotNetNuke.RadEditorProvider.dll/Telerik.Web.UI.dll/Telerik.Web.UI.Skins.dll files between local site and live site, they are the same.
3. We try change site skin/container to default skin/container, but the problem still exists.
We also try to switch to other html editors:
1. We switch to the legacy FckHtmlEditorProvider, we can see the action buttons in html editor, but many features don't work (like the insert image button).
2. We also install and switch to CKEditor provider as this post suggested (
http://www.dnnsoftware.com/forums/for...). And then we get a exception :"Object reference not set to an instance of an object. at WatchersNET.CKEditor.Web.CKEditorControl.get_Settings()...", so we have to switch back to DotNetNuke.RadEditorProvider html editor provider.
Any suggestion about this issue? Thanks very much.