|
Search
You searched for the word(s):
Showing page 1 of 2 (14 total posts)
< 1 second(s)
-
I am testing upgrading from CuteEditor to RichTextEditor in a DotNetNuke site.
One CuteEditor feature that is missing from RichTextEditor is the ability to edit and save html templates in the editor.RichTextEditor only allows you to upload a template, but not to use the editor to create one.
Are you planning to add the create/edit template feature ...
-
This issue is solved now.
The cause of the error was that I used the DotNetNuke 5 gzip compression setting.
This setting has caused AJAX issues before, and is removed in DNN7.
IIS compression does not cause the problem.
-
Thank you for the quick response!
I downloaded and installed the DotNetNuke 5 version, but the problem is still there.
Uploads result in an error popup with a message "http error1 :0:"
Chrome Developer tools shows an error message:
POST ...
-
I'm testing RichTextEditor with an ASP.NET 4.0 DotNetNuke site running on Windows Server 2012.
All uploads fail in all browsers and display an error message "http error1 :0:".
I have tried different appSettings :
RichTextEditorTempPath
RichTextEditor.DisableAjaxGzip
The UploadModule httpmodule is ...
-
Saving a .htm template adds a web.config to the TemplateGalleryPath folder with HttpForbiddenHandler: <configuration> <system.web> <httpHandlers> <add verb=''*'' path=''*.*'' type=''System.Web.HttpForbiddenHandler'' /> ...
-
Thank you. This solved the problem. -mika-
-
Style tags are not stripped in normal editing, but are stripped in template editing. EnableStripStyleTagsCodeInjection is set to ''false''.Version: CuteEditor 6.6 Build 2010-02-07. Regards,-mika-
-
Inserting a template (Cute Editor 6.6.0.0)I have a template with absolute urls in the .htm file of type:https://domain/?querystring After inserting the template in IE and switching to the HTML view, these urls are shown as:?querystring That is, they are either converted to relative urls, or the https://domain/ -part is lost ...
-
My fault. ImageBrowserPath was missing from the .config files. This setting was not in the 6.0.0.0 release. <!-- Image Gallery Dialog --> <security name=''ImageGalleryPath''>~/uploads</security> <!-- Insert Image Dialog --> <security name=''ImageBrowserPath''>~/uploads</security>
-
This solved the problem, thanks!
1
|
|
|