CuteEditor just quit posting content back to our site.

Last post 03-21-2009, 11:31 AM by somedude. 2 replies.
Sort Posts: Previous Next
  •  03-20-2009, 12:50 PM 50132

    CuteEditor just quit posting content back to our site.

    We have a production web server and staging server. The staging server was the test bed during our web site development project. As such is is a near mirror of our web site, and it is the place where we test different concepts and formats before puting them on the production server.
     
    CuteEditor is still working fine on this staging server, but it has stopped working on the production server. I can open the tool and add new content or make a change, but when I hit submit, it freezes and the content is not posted back to the database.
     
    I have't knowingly made any changes to the configuration, and as far as I can tell there is no difference between the files on the staging and production servers, but one works and the other doesn't.
     
    Any suggestions?
     
    Thanks in advance.
  •  03-20-2009, 3:39 PM 50135 in reply to 50132

    Re: CuteEditor just quick posting content back to our site.

    Do you get any error message?
     
    Can you try the following code?
     
    1. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    2. <%@ Page language="c#"%>   
    3. <html>   
    4.     <head>   
    5.     </head>   
    6.     <body>   
    7.         <form id="Form1" method="post" runat="server">   
    8.             <CE:EDITOR id="Editor1" Autoconfigure="Simple" runat="server"></CE:EDITOR>   
    9.         </form>   
    10.     </body>   
    11. </html>  

    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

  •  03-21-2009, 11:31 AM 50150 in reply to 50135

    Re: CuteEditor just quick posting content back to our site.

    I checked the error log on the server and this what I found:
     
     <Error Date="3/20/2009 11:56:44 AM">

        <Message>Object reference not set to an instance of an object.</Message>

        <Error_Type>System.NullReferenceException</Error_Type>

        <Form_Name>CMSEditor.aspx.cs</Form_Name>

        <Function_Name>Page_Load</Function_Name>

        <User_Name>user</User_Name>

        <Computer_Name>XXXXXX</Computer_Name>

     </Error>

    Thanks for the code bit. I'll post that to the page and see what happens. There are some post_back tags on the page code.
View as RSS news feed in XML