EditorSetting not found

Last post 09-27-2006, 10:32 PM by scanner2001. 6 replies.
Sort Posts: Previous Next
  •  09-26-2006, 10:39 PM 23103

    EditorSetting not found

    After uploading a picture, then trying to modify it using the online image editor, I get the following error.
    What editorsetting is this talking about?
    Thanks,




    EditorSetting not found
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Exception: EditorSetting not found

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [Exception: EditorSetting not found]
                CuteEditor.EditorSetting.GetFromContext(HttpContext context, Boolean bthrow) +152
                CuteEditor.Impl.ResourceContext.LoadResources(HttpContext context, Editor editor, CultureInfo culture) +68
                CuteEditor.EditorUtilityPage.OnInit(EventArgs e) +84
                System.Web.UI.Control.InitRecursive(Control namingContainer) +321
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
                
  •  09-27-2006, 12:12 PM 23114 in reply to 23103

    Re: EditorSetting not found

    scanner2001,
     
    Are you using a Web Farm?
     
    If yes, please try the steps below.
     
    1. locate and open CuteSoft_Client/CuteEditor/Configuration/Editor.config file.
     
    2. Change the following code:
     

     <setting name="MultipleServerMode" value="False" />
     
    to
     

     <setting name="MultipleServerMode" value="True" />
     
     
     
    If the problem exists or you are not using a web farm, try the steps below.
     
    1. Create a folder under your project and name it "CuteEditorTemp"; make sure ASPNET account has write permission to the above folder.
     
    2. Open your web.config and add the following entry:
     
    <add key="CuteEditorTempPath" value="~/CuteEditorTemp" />
     
    Keep me posted.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-27-2006, 7:20 PM 23126 in reply to 23114

    Re: EditorSetting not found

    I am not using a server farm.
    Tried setting example, still had the same error, and 3 text files were written into the new directory upon the first use.
    Then tried to the first example, still had the same error.
     
    Any other thoughts?
    Thanks,
     
  •  09-27-2006, 7:30 PM 23127 in reply to 23126

    Re: EditorSetting not found

    scanner2001,
     
    Is your site online so you can set up FTP access to your site?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-27-2006, 7:54 PM 23129 in reply to 23127

    Re: EditorSetting not found

    No, we are still in internal testing.
    I have made a new temp web site, and it it works in that scenario. I am sure it it something that I have configured or changed, just not sure where at the moment. I am going thru and replacing the entire cuteeditor directory structure and configuration right now so that it matches the new working "testweb" I just made.
    I will repost in a few minutes to let you know how this turns out.
    Thanks,
  •  09-27-2006, 9:07 PM 23130 in reply to 23129

    Re: EditorSetting not found

    OK, after placing the page from the working web site(testweb) into the non-working site, the page does not work in the non-working site(real site). One thing I noticed is there are 4 files created in the tempfiles folder of the working site, but no files created in the non-working site.
     
    Thanks,
     
  •  09-27-2006, 10:32 PM 23131 in reply to 23130

    Re: EditorSetting not found

    ok, figured it out, in case someone else runs into this. In my web.config I had set a site wide theme, <pages theme=, this apparently affects the image editing. I removed that key and now the image editor works.
     
    Thanks,
     
View as RSS news feed in XML