Failed to load impl time

Last post 11-03-2010, 8:39 AM by dekos. 14 replies.
Sort Posts: Previous Next
  •  07-06-2008, 6:20 PM 41967

    Failed to load impl time

    Hi.  Just upgraded to latest versionof ASP editor and am now getting the above error.  Ouch, got a client demo and needed to get rid of the pound sign error but now have got this error.  Seems to work fine on Firefox but on ie get the error.  Please help as soon as you can.  Cheers!  Can supply you with a demo online of you need to see the error.
  •  07-07-2008, 1:41 PM 41987 in reply to 41967

    Re: Failed to load impl time

    Please send the URL of online demo to Adam@CuteSoft.net.
     
    Send me the FTP access if possible.

    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-30-2009, 2:35 PM 50476 in reply to 41967

    Re: Failed to load impl time

    I am getting this same error in ie 8.  The original version of cuteeditor was working until I installed IE 8
    which seems to have broken all of the functionality and clickability on the editor.
     
    On top of this, firefox will load, but will be non-functional.
     
    This seems to have happened to several people.  what is the deal?  Is there a fix for this?  My site is broken until
    we can fix this.
  •  03-30-2009, 4:04 PM 50481 in reply to 50476

    Re: Failed to load impl time

    Peter,
     
    1.
     
    Do you have problems with the following example?
     
     
    2.
     
    If not, can you create a simple asp with the following code?
     
     
    1. <!-- #include file = "CuteEditor_Files/include_CuteEditor.asp" -->    
    2. <html>       
    3.     <head>  
    4.     </head>  
    5.     <body>  
    6.         <form name="theForm" action="test.asp" method="post" ID="Form2">  
    7.         <%   
    8.             Dim editor   
    9.             Set editor = New CuteEditor   
    10.            
    11.             editor.ID = "Editor1"  
    12.             editor.Text = "Hello workld"  
    13.             editor.FilesPath = "CuteEditor_Files"  
    14.             editor.Draw()   
    15.   
    16.             ' Request.Form(ID) access from other page   
    17.   
    18.         %>  
    19.         <br>  
    20.         <input type="submit" value="Submit"  ID="Submit1" NAME="Submit1">  
    21.         </form>  
    22.     </body>  
    23. </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

  •  04-27-2009, 9:29 AM 51558 in reply to 50481

    Re: Failed to load impl time

    I am having the same problem. I tried your suggestion above but still get the error. Any idea on what may be wrong?
  •  04-28-2009, 3:23 PM 51627 in reply to 51558

    Re: Failed to load impl time

    nismor240sx:
    I am having the same problem. I tried your suggestion above but still get the error. Any idea on what may be wrong?
     
    Can you check your browser setting and make sure the Ajax is supported?
     
    This control is using Ajax to load files for better performance.

    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

  •  06-03-2009, 2:08 PM 52774 in reply to 51627

    Re: Failed to load impl time

    I'm having the same problem on my new install.  All the demos on your site function normally, but whenever I try to access my page I get the “Failed to load impl time!” error.  Can't send you login or html as I'm installing this on our internal intranet.

  •  06-03-2009, 2:41 PM 52777 in reply to 52774

    Re: Failed to load impl time

    Okay, seems to be a path problem.  When I install CuteEditor in the default location, it works.
     
    If I try to install it into my /includes/components/CuteEditor_Files I get the error even though I changed the FilesPath value to match the new location.
  •  06-05-2009, 10:08 AM 52828 in reply to 52777

    Re: Failed to load impl time

    Hello?
  •  06-05-2009, 10:53 AM 52829 in reply to 52828

    Re: Failed to load impl time

    Please modify the following code to reproduce your issue then post the code.
     
    1. <!-- #include file = "CuteEditor_Files/include_CuteEditor.asp" -->       
    2. <html>          
    3.     <body>     
    4.         <form name="theForm" action="test.asp" method="post" ID="Form2">     
    5.         <%      
    6.             Dim editor      
    7.             Set editor = New CuteEditor    
    8.             editor.ID = "Editor1"     
    9.             editor.Text = "Hello workld"    
    10.             editor.FilesPath = "CuteEditor_Files"     
    11.             editor.Draw()    
    12.             ' Request.Form(ID) access from other page     
    13.         %>     
    14.         </form>     
    15.     </body>     
    16. </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

  •  10-21-2010, 1:58 PM 64563 in reply to 52829

    Re: Failed to load impl time

    I am having a similar problem, except I get the error in Firefox only and not Internet Explorer.
     
    I had tried using the code above and I still get the error. I know it is something wrong on my send somewhere, I just have no idea what I am looking for. Can you give me some guidance. Basically it loads the tool bar but does not load the drop downs, such as fonts, etc and the editor and Normal/HTML tabs do not work. No content is displayed in the editor either. Any ideas on what I can check?
  •  10-22-2010, 12:02 PM 64636 in reply to 64563

    Re: Failed to load impl time

    Dear nismor240sx,
     
    Can you send a temp ftp access to eric@cutesoft.net?  I will check this issue.
     
    Thank you for asking
  •  10-28-2010, 4:08 PM 64767 in reply to 64636

    Re: Failed to load impl time

    I have setup a temporary FTP for you to your e-mail.

  •  10-29-2010, 11:39 AM 64799 in reply to 64767

    Re: Failed to load impl time

    Dear nismor240sx,
     
    It is resolved, please check it.
     
    Thank you for your business
  •  11-03-2010, 8:39 AM 64866 in reply to 64799

    Re: Failed to load impl time

    Hi,

    On one aspx page I have several Cute Editors controls.
     
    On PageLoad() those controls are filled with content coming out from database.
     
    IE is working fine  - all controls are filled very fast - no chance for user to redirect to some other page in the middle of loading
    Firefox is loading controls very slow:
    first loads meny and then is filling up HTML content.
     
    If user redirects to some other page BETWEEN menu loading and content loading following errors were displayed (depending on moment of redirection) :
     
    Failed to load menus!
    Failed to load impl time!
     
    I Tried to reproduce on your demo site but did not succeed ( on your demo Cute editor is loaded in FF as fast as in IE).
     
    I read on forum that I should enable AJAX calls for the browsers but I do not know how?
     
    Any idea how to resolve this?
     
    Thanks in advance.
View as RSS news feed in XML