Insert Image Errors

Last post 11-14-2013, 9:36 AM by andrewj2. 2 replies.
Sort Posts: Previous Next
  •  11-13-2013, 2:30 PM 78363

    Insert Image Errors

    Hey, I'm getting this error message when I click on any of the Insert icons on the editor toolbar. Anyone knows where I should start to resolve the issue?

     

    Server Error in '/' Application. 

     Could not find file 'lpt3.fck.asp'.

    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.IO.FileNotFoundException: Could not find file 'lpt3.fck.asp'.

    Source Error:


    Line 281:                                            <span style="white-space:nowrap">[[MaxFolderSizeAllowed]]:
    Line 282:                                            <%= CuteEditor.Impl.FileStorage.FormatSize(secset.MaxImageFolderSize * 1024)%>.
    Line 283:                                            [[Used]]: <%= CuteEditor.Impl.FileStorage.FormatSize(fs.GetDirectorySize(fs.VirtualRoot)) %>

    Source File:CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx    Line: 283

  •  11-13-2013, 3:02 PM 78364 in reply to 78363

    Re: Insert Image Errors

    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">  
    9. </CE:EDITOR>  
    10.         </form>  
    11.     </body>  
    12. </html>  
    Can you try this example? For some reasons, your editor is looks for 'lpt3.fck.asp' which does not belong to cute editor.

    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

  •  11-14-2013, 9:36 AM 78372 in reply to 78364

    Re: Insert Image Errors

    Figured out that website was hacked. Cleaning up files now. Thanks for the help.

     

     

View as RSS news feed in XML