Hi all,
I am trying to upgrade a site to DNN 9.2.2. So far everything is quite OK, I upgraded some Modules and Skin Objects, and migrated modules without current versions to other stuff (mostly HTML). The only noteworthy thing was that I had to change the default HTML Editor Provider manually to DNNConnect.CKE, as there was still the Telerik provider standing there, even it has been commented ou below that entry:
<htmlEditor defaultProvider="DNNConnect.CKE">
<providers>
<clear />
<!--Upgraded by DotNetNuke.TelerikEditorProvider version 5.6.2 - Date: 5/11/2011 4:34:36 PM-->
<!--<add name="TelerikEditorProvider" type="DotNetNuke.HtmlEditor.TelerikEditorProvider.EditorProvider, DotNetNuke.HtmlEditor.TelerikEditorProvider" providerPath="~/Providers/HtmlEditorProviders/Telerik/" toolsFile="~/Providers/HtmlEditorProviders/Telerik/Config/ToolsDefault.xml" configFile="~/Providers/HtmlEditorProviders/Telerik/Config/ConfigDefault.xml" FilterHostExtensions="True" />-->
<add name="DNNConnect.CKE" type="DNNConnect.CKEditorProvider.CKHtmlEditorProvider, DNNConnect.CKEditorProvider" providerPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/" settingsControlPath="~/Providers/HtmlEditorProviders/DNNConnect.CKE/Module/EditorConfigManager.ascx" />
</providers>
</htmlEditor>
What happens: When I try to change the content of any module that offers an HTML Editor (such as Text/HTML, Events...) and click the Update button, I can see the old HTML code in a textbox - and that's it, the modal window hangs and can only be closed by the "X" on the top right, but the content is not stored. Other modules without an HTML Editor (such as Documents) work fine.
There is no error in the event log.
When I use the Chrome developer tools, I find the following error:
Name: 385?popup=true
Status: 503
Type: xhr
Initiator: ScripResource.axd?d=NJmAwEo...
Size: 488 B
Time: 83 ms
Request Url: https://www.mysite.at/Home/ctl/Edit/mid/385?popUp=true
In the preview I find: The service is unavailable.
Anyone any idea how to fix this?
Happy DNNing!
Michael