Copied to clipboard

Flag this post as spam?

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


  • SC Digital Services Team 104 posts 171 karma points
    Jan 17, 2013 @ 12:58
    SC Digital Services Team
    0

    Umbraco exception when using checkbox lists

    We are using Contour 3.0.6 on Umbraco 4.9.0 and have come across a strange bug when using CheckBoxList fields in our forms. The problem only occurs when more than one checkbox is selected, which causes the following error when the form is submitted:

    "Umbraco Exception (DataLayer): SQL helper exception in ExecuteNonQuery"

    Looking into the logs it seems to be a similar error as reported in this issue - http://issues.umbraco.org/issue/CON-118

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 17, 2013 @ 13:09
    Tim Geyssens
    100

    Could it be that the Contour version was upgraded from an earlier v3 version? That reintroduces the following bug http://issues.umbraco.org/issue/CON-98 (due to a bad merge)

    To fix on your install simly run the following sql script

    ALTER TABLE UFRecordDataString

    DROP CONSTRAINT PK_UFRecordDataString

    GO
  • SC Digital Services Team 104 posts 171 karma points
    Jan 17, 2013 @ 13:15
    SC Digital Services Team
    0

    Yes it was an upgraded version of Contour & your script has worked a treat - thanks Tim!  #h5yr 

     

     

  • 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