Copied to clipboard

Flag this post as spam?

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


  • ianhoughton 281 posts 605 karma points c-trib
    Jan 24, 2013 @ 10:58
    ianhoughton
    0

    Value cannot be null. Parameter name: g

    I'm getting the above error when trying to amend a field on a contour form. We can create a new form, but then trying to amend a field gives the error again.

    System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentNullException: Value cannot be null.

    Parameter name: g

    at System.Guid..ctor(String g)

    at Umbraco.Forms.UI.Pages.editForm.OnInit(EventArgs e)

    at System.Web.UI.Control.InitRecursive(Control namingContainer)

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeSt agesAfterAsyncPoint)

    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.ProcessRequest(HttpContext context)

    at ASP.umbraco_plugins_umbracocontour_editform_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e22c2559\92c7e946\App_Web_editform.aspx.d5b248c3.9czgo89k.0.cs:line 0

    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    We have 5 machines here, and this is happening on 4 of them. 1 machine is not affected.

    Umbraco version: 4.9.1

    Contour version: 1.1.10

  • Comment author was deleted

    Jan 24, 2013 @ 12:05

    Hi I would advise you to upgrade Contour, might be that this was a bug in the version you are using, upgrade instructions can be found on the project page http://our.umbraco.org/projects/umbraco-pro/contour

  • Comment author was deleted

    Jan 24, 2013 @ 12:06

    If you don't want to go to version 3 at least go to 1.1.13.2

  • Comment author was deleted

    Jan 24, 2013 @ 12:06

    From what I can see in the history this bug was fixed for version 1.1.13.1 http://nightly.umbraco.org/Umbraco%20Contour/changes.txt

  • ianhoughton 281 posts 605 karma points c-trib
    Jan 24, 2013 @ 13:09
    ianhoughton
    0

    Thanks Tim.

    Upgrading to version 3 from 1.1.10, is this just a case of uploading the files in the upgrade.zip package ? Are there any database updates ?

  • Comment author was deleted

    Jan 24, 2013 @ 13:37

    Detailed on the project page :) 

    Upgrading from 1.x to 3.x

    Since there are some schema changes between version 1 and 3 your db will also need to be updated, you can execute the upgrade script by requesting the page mysite.com/umbraco/plugins/umbracocontour/upgrade.aspx after requesting that page your schema will be updated and you'll have a new insert form macro in the developer section.

    If that fails you can also run the sql manually, the scripts can be found on the source code tab below

  • Comment author was deleted

    Jan 24, 2013 @ 13:37

    So yes there are db changes (2 extra tables for the conditional logic stuff)

  • ianhoughton 281 posts 605 karma points c-trib
    Jan 24, 2013 @ 13:53
    ianhoughton
    0

    Thanks, I saw that but was confused by the v1.xx to 3.xx as I couldn't see any revision 2 !!

    Will upgrade this afternoon.

  • Comment author was deleted

    Jan 24, 2013 @ 14:08

    version 2 was the one for Umbraco v5 

Please Sign in or register to post replies

Write your reply to:

Draft