Copied to clipboard

Flag this post as spam?

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


  • trfletch 598 posts 604 karma points
    May 14, 2010 @ 12:52
    trfletch
    0

    Error when trying to update the permissions on a node

    Hi All,

    I have an Umbraco V4.0.3 website and for some reason when I try and right click a node and select "Permissions" then click "Update" (either after making changes and also even if I don't make changes) I get the following error. Does anyone know why this could be and how I can fix it?

     

    Server Error in '/' Application.

    Multiple controls with the same ID '1_r' were found. FindControl requires that controls have unique IDs.

    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.Web.HttpException: Multiple controls with the same ID '1_r' were found. FindControl requires that controls have unique IDs.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [HttpException (0x80004005): Multiple controls with the same ID '1_r' were found. FindControl requires that controls have unique IDs.]
       System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +273
       System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +320
       System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +320
       System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +320
       System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +320
       System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +320
       System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +320
       System.Web.UI.Control.EnsureNamedControlsTable() +61
       System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +222
       System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +327
       System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +327
       System.Web.UI.Page.FindControl(String id) +38
       System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +232
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743
    


    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
  • Jeremy Couzens 3 posts 23 karma points
    May 14, 2010 @ 17:54
    Jeremy Couzens
    0

    Do you have the GoogleAnalytics package or Standard Values package installed?  There is a bug in both of those packages that is using a reserved character in the code.  This only seems to affect some of the contexed menu options in the Content area.  I think an update has been issued for Standard Values, but not for the GA package.  You can fix the GA package by downloading the source code and making a small change.  Look at the last post from Morten at the bottom... http://our.umbraco.org/projects/standard-values-in-umbraco/bug-reports/8204-Notifications-issue

    You can still manage permissions from the User area.

    -Cheers!

  • trfletch 598 posts 604 karma points
    May 17, 2010 @ 16:01
    trfletch
    0

    Hi Jeremy,

    Thank you for the response, I do have the GoogleAnalytics package installed so it must be that. I can wait around until an update to the package that fixes the problem is released rather than changing the source code. It's just good to know what is causing it. Thanks again.

  • 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