Editor not loading in the online site

Last post 05-23-2008, 2:52 AM by Adam. 3 replies.
Sort Posts: Previous Next
  •  05-20-2008, 9:34 AM 40562

    Editor not loading in the online site

    hi all ,
     
      i am getting a error when my site went live . the edtitor dosent load in the site.
     
     all was fine the site was on the staging server.
     
     the same site files have been moved to the live server.
     
      i am getting javascript error and the cross images where the editor should be displayed .
     
     the error is object required .
    at line no 335 .. the code at that position is of
     
    ></tr></table><table class='CuteEditorGroupMenu' cellSpacing='0' cellPadding='0' border='0'><tr><td class='CuteEditorGroupMenuCell'><nobr><img Command="InsertOrderedList" alt="Insert Numbered List" ThemeIndex="75" /><img Command="InsertUnorderedList" alt="Insert Unordered List" ThemeIndex="76" /><img Command="Indent" alt="Indent Text" ThemeIndex="77" /><img Command="Outdent" alt="Outdent Text" ThemeIndex="78" /><img Command="Superscript" alt="Superscript Text" ThemeIndex="79" /><img Command="Subscript" alt="Subscript Text" ThemeIndex="80" /><img Command="StrikeThrough" alt="Strikethrough Text" ThemeIndex="81" /><img Command="Ucase" alt="Upper case" ThemeIndex="82" /><img Command="Lcase" alt="Lower case" ThemeIndex="83" /></nobr></td></tr></table><table class='CuteEditorGroupMenu' cellSpacing='0' cellPadding='0' border='0'><tr><td class='CuteEditorGroupMenuCell'><nobr><img Command="InsertHorizontalRule" alt="Insert Horizontal Line" ThemeIndex="84" /><img Command="InsertLink" alt="Insert Hyperlink" ThemeIndex="
     
    thankx for help in advance.
     
     
    wating for urgent help.
     
     
  •  05-20-2008, 9:41 AM 40566 in reply to 40562

    Re: Editor not loading in the online site

    ajitn,
     
    If you upload a simple page which contains editor only, will it work?
     
    Is your site online so you can provide a URL?
     
     

    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

  •  05-23-2008, 2:01 AM 40693 in reply to 40566

    Re: Editor not loading in the online site

    Here is the URL for that page.....


    Its a simple page with no bindings to the editor........

    Previously I was getting error  "Invalid postback or callback argument."  and when I set  <pages  validateRequest="false"  enableEventValidation="false"  /> I started recieving this error "CuteEditorInitialize is not define" all these errors are coming in Javascript COnsole....

    I have checked this problem in every browser.....

    Intrestingly every things work fine on Local Development server..... I am also pasting the code for this... please check
     
    INLINE
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
     

    <CE:Editor ID="txtArea" runat="server" EditorWysiwygModeCss="../_includes/example.css"></CE:Editor>
     
    P.S. Example.css is existing... s every thing works fine on local server...
     
    Your quick response will be helpfull for us....
                                 
  •  05-23-2008, 2:52 AM 40701 in reply to 40693

    Re: Editor not loading in the online site

    1. If you upgrade from version 5.x, delete the following file:
     

    CuteSoft_Client/CuteEditor/web.config 

    2. If not, try add the following entry to your web.config file:
     

    <add key="CuteEditorEnableGZip" value="False" /> 

    Keep me posted

     

    Another solution: download version 6.1:

    http://cutesoft.net/downloads/default.aspx

    Demo:

    http://cutesoft.net/example/general.aspx


    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

View as RSS news feed in XML