Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Markku Alikoski 1 post 21 karma points
    Dec 23, 2009 @ 12:21
    Markku Alikoski
    0

    A multi-step Contour form breaks when hitting 'previous'

    1. Created a multi-step contour form in one pass and applied it to a page using richtext editor and published the page (http://www.logotukku.fi/tilaa.aspx)

    2. When testing the form, filled the first step fields and clicked "next". Filled the second step fields and clicked 'previous'.

    The page fails with following error message: 'Input string was not in a correct format.'

    [FormatException: Input string was not in a correct format.]
    System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7469351
    System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
    System.String.System.IConvertible.ToInt32(IFormatProvider provider) +46
    System.Convert.ToInt32(Object value) +28
    umbraco.providers.members.UmbracoMembershipProvider.GetUser(Object providerUserKey, Boolean userIsOnline) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\providers\members\MembersMembershipProvider.cs:605
    System.Web.Security.Membership.GetUser(Object providerUserKey, Boolean userIsOnline) +61
    System.Web.Security.Membership.GetUser(Object providerUserKey) +6
    Umbraco.Forms.Core.Record.ToXml(XmlDocument xd) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Record.cs:51
    Umbraco.Forms.Data.Storage.RecordStorage.UpdateRecordXml(Record record, Form form) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Data\RecordStorage\RecordStorage.cs:208
    Umbraco.Forms.Data.Storage.RecordStorage.UpdateRecord(Record record, Form form) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Data\RecordStorage\RecordStorage.cs:185
    Umbraco.Forms.Core.Services.RecordService.SaveRecord() in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.Core\Services\RecordService\RecordService.cs:328
    Umbraco.Forms.UI.Usercontrols.RenderForm.prevPage(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\39da791f9304089a\Umbraco.Forms.UI\Usercontrols\RenderForm.ascx.cs:193
    System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
    System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
    System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

    4. Deleted and rebuild the form and the page, with same results.

    Background information: Windows 2003 Server with SQL Server 2005. Umbraco 4.0.3 with Contour license.

  • Comment author was deleted

    Dec 23, 2009 @ 13:11

    Hi Markku,

    It looks like you are running an older version. This issue has been resolved. To update you'll have to download the update zip from here:

    http://nightly.umbraco.org/Umbraco%20Contour/1.0.7/

    And then just copy the new files over the existing ones.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies