Image resize issue

Last post 07-19-2008, 7:49 AM by perchman. 5 replies.
Sort Posts: Previous Next
  •  05-24-2007, 5:02 PM 30073

    Image resize issue

    I am having a problem with the resize option in the image editor. When I select resize and hit apply,
    the result is a an error
     
     
    I have checked all the permissions on the server, but not sure what else to look for.
     
    Ben
  •  05-25-2007, 5:13 AM 30102 in reply to 30073

    Re: Image resize issue

    Ben,
     
    It's strange.
     
    Do you have problems with all images or just particular one?
     
     

    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-26-2007, 7:40 AM 30127 in reply to 30102

    Re: Image resize issue

    I have the same problem. I tried it on my "live" server and on a "localhost" machine - both give the same error; that is, the small red x where the image should be.
     
    I'm using DotNetNuke v4.5.1 for both machines. Here is the error that was thrown to the localhost (ROB) DNN Event Viewer:
     
    AssemblyVersion: 04.05.01
    PortalID: 0
    PortalName: DotNetNuke 451
    UserID: 3
    UserName: perchman
    ActiveTabID: 37
    ActiveTabName: Home
    RawURL: /Providers/HtmlEditorProviders/CEHtmlEditorProvider/CuteSoft_Client/CuteEditor/ImageEditor/ImageEditor_ShowImage.aspx?1180182989203&filepath=/Portals/0/Member/Store/TitanII.jpg&drawid=ImageEditor1&action=resize&parameters=50|&gid=f5eba917-1f58-4a89-af73-aad37b9f23bb&r=0.6334416608140108
    AbsoluteURL: /Providers/HtmlEditorProviders/CEHtmlEditorProvider/CuteSoft_Client/CuteEditor/ImageEditor/ImageEditor_ShowImage.aspx
    AbsoluteURLReferrer: http://localhost/Providers/HtmlEditorProviders/CEHtmlEditorProvider/CuteSoft_Client/CuteEditor/ImageEditor/ImageEditor.aspx?setting=!3wEWBAUFZW4tdXMFAyRhMRUFGXNlY3VyaXR5OkltYWdlR2FsbGVyeVBhdGgZc2VjdXJpdHk6RmlsZXNHYWxsZXJ5UGF0aBlzZWN1cml0eTpNZWRpYUdhbGxlcnlQYXRoGXNlY3VyaXR5OkZsYXNoR2FsbGVyeVBhdGgcc2VjdXJpdHk6VGVtcGxhdGVHYWxsZXJ5UGF0aBUFEn4vUG9ydGFscy8wL01lbWJlchJ!1L1BvcnRhbHMvMC9NZW1iZXISfi9Qb3J0YWxzLzAvTWVtYmVyEn4vUG9ydGFscy8wL01lbWJlchV!1L1BvcnRhbHMvMC90ZW1wbGF0ZXOh7vbfcoNfVfgmLsdWklqddFra4g!2!2&f=/Portals/0/Member/Store/TitanII.jpg&p=/Providers/HtmlEditorProviders/CEHtmlEditorProvider/CuteSoft_Client/CuteEditor/
    UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 1.1.4322)
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: 7664558f-978b-4e1e-8997-1752b32e3d6c
    InnerException: Unhandled Error:
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: System.Number.StringToNumber
    StackTrace:
    Message: System.Exception: Unhandled Error: ---> System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at CuteEditor.ImageEditor.DrawShow..ctor(String drawid, String filepath, String action, String parameters, String guid) at ASP.providers_htmleditorproviders_cehtmleditorprovider_cutesoft_client_cuteeditor_imageeditor_imageeditor_showimage_aspx.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.providers_htmleditorproviders_cehtmleditorprovider_cutesoft_client_cuteeditor_imageeditor_imageeditor_showimage_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
    Source:
    Server Name: ROB
  •  05-28-2007, 4:33 AM 30145 in reply to 30102

    Re: Image resize issue

    Hi Adam,
     
       The problem is with the way I was using the resize tool. I only entered the width and not the height. Obviously there is not input validation, which is something that should done. There should be an option to us constraint  to proportion.
     
    Ben
  •  05-28-2007, 2:46 PM 30165 in reply to 30145

    Re: Image resize issue

    Ben,
     
    I see. We will fix this issue as soon as possible. Thanks for pointing it out.
     

    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

  •  07-19-2008, 7:49 AM 42367 in reply to 30165

    Re: Image resize issue

    I just downloaded the update today and it's still not fixed. The editor has improved immensely over the last year, but this issue with the Image Editor seems to be a simple fix.
     
    Can we expect an update on this issue?
View as RSS news feed in XML