Cuteeditor is not render

Last post 07-14-2011, 6:39 PM by sha1. 5 replies.
Sort Posts: Previous Next
  •  01-06-2010, 9:03 PM 58076

    Cuteeditor is not render

    All the while my cuteeditor is working fine. But recently, it is not render in pages. The menu/toolbar on top is missing, I can only see a gray background. The contains that suppose to be display in editor is missing too. 3 images at the bottom of editor "Normal", "HTML" and "Preview" becomes missing images.
    In the pages, I found a javascript error at th ebottom of my browser, I am using IE, it says Object Expected.
    My version of cuteeditor is v6.x
    Please help.
  •  01-07-2010, 12:19 AM 58078 in reply to 58076

    Re: Cuteeditor is not render

    1. Please add the following code to your web.config.

        <httpHandlers>
          <clear />
      <add verb="*" path="*.ashx" type="System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
        </httpHandlers>
    2. If you still have problems, please run the following URL in your browser:

    http://sitename/application/CuteSoft_Client/CuteEditor/load.ashx?type=scripts&file=IE_Loader&showtext=1

    Please change site name and application name based on your own situation.


    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

  •  01-07-2010, 12:45 AM 58079 in reply to 58078

    Re: Cuteeditor is not render

    Hi,
     
    I saw you replied the same answer in another thread, I tried before, and try again this time, it does not help.
     
    1. Once I added the code in web.config, it shows this error:

    No http handler was found for request type 'GET'
    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.Web.HttpException: No http handler was found for request type 'GET'
     
    2. I change the URL to my site name, it show this error:

    Session state is not available in this context.
    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.Web.HttpException: Session state is not available in this context.

    Any idea where is goig wrong, I need to solve this asap.
     
    Thanks and awaiting your reply.
     
     
  •  01-07-2010, 1:12 AM 58080 in reply to 58079

    Re: Cuteeditor is not render

    Hi,
     
    Maybe your code use Session for every request. (include editor resource)
     
    Please open
     
    CuteSoft_Client/CuteEditor/Load.ashx
     
    and change the content to :
     
     
    <%@ WebHandler language="C#" Class="EditorLoadHandler"  %>
    /* class="CuteEditor.LoadHandler,CuteEditor,Version=6.5.0.0,Culture=Neutral,PublicKeyToken=3858aa6802b1223a" */
    public class EditorLoadHandler : CuteEditor.LoadHandler , System.Web.SessionState.IReadOnlySessionState
    {
     
     
    Regards,
    Terry
     
  •  01-07-2010, 1:46 AM 58082 in reply to 58080

    Re: Cuteeditor is not render

    Thanks Terry! It works fine now. But why previously it is working fine but become malfunction recently. I think I did not make any changes on the files that have CuteEditor in place. Any idea?
  •  07-14-2011, 6:39 PM 68524 in reply to 58082

    Re: Cuteeditor is not render

    I tried all steps mentioned above.Still not able to fix the issue.The menus are loaded only attimes..not always.Using Firefox 5.0.
    Please advice.
    Filed under:
View as RSS news feed in XML