You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the module and used a field-suite type on one of the templates now upon selecting the template i get a popup with below issue.
Any Idea??
Issue:Multiple controls with the same ID 'FIELD3208215_container' were found. FindControl requires that controls have unique IDs.
Full Stack Trace:
Multiple controls with the same ID 'FIELD3208215_container' 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 'FIELD3208215_container' 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.
Hi!
I'd like to help you with this, but I have a couple of questions first. What version of Sitecore are you running? Was this a clean installation of FieldSuite or an upgrade of FieldSuite from an older version of it?
Sorry for not getting back to you sooner. When you say it's a popup, is it a window like the one attached? If so, can you please provide the path I circled in red? I need to know which file is generating the error. Also, could you please right-click somewhere in the window and "Save As" and send it to me? I'd like to compare the HTML output against mine.
Finally, do you have any other plugins installed for Sitecore? It's possible another plugin is trying to modify the same file.
Hi Team,
I have installed the module and used a field-suite type on one of the templates now upon selecting the template i get a popup with below issue.
Any Idea??
Issue:Multiple controls with the same ID 'FIELD3208215_container' were found. FindControl requires that controls have unique IDs.
Full Stack Trace:
Multiple controls with the same ID 'FIELD3208215_container' 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 'FIELD3208215_container' 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 'FIELD3208215_container' were found. FindControl requires that controls have unique IDs.]
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +12653872
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) +317
System.Web.UI.Control.FindControl(String id, Int32 pathOffset) +320
Sitecore.Web.WebUtil.FindControl(Control parent, String name) +90
Sitecore.Shell.Framework.Commands.ContentEditor.Up.QueryState(CommandContext context) +144
Sitecore.Shell.Framework.Commands.CommandManager.QueryState(Command command, CommandContext context) +37
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderLargeButton(HtmlTextWriter output, Item button, CommandContext commandContext) +359
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderButton(HtmlTextWriter output, Item button, CommandContext commandContext) +490
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunk(HtmlTextWriter output, Item chunk, CommandContext commandContext) +331
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunk(HtmlTextWriter output, Item chunk, CommandContext commandContext, Boolean isContextual, String id) +205
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunk(HtmlTextWriter output, Item chunk, CommandContext commandContext, Boolean isContextual) +243
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderChunks(HtmlTextWriter output, Item strip, CommandContext commandContext, Boolean isContextual) +443
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderStrips(HtmlTextWriter output, Item ribbon, Boolean isContextual, ListString visibleStripList) +801
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.RenderStrips(HtmlTextWriter output, Item defaultRibbon, Item contextualRibbon, ListString visibleStripList) +216
Sitecore.Web.UI.WebControls.Ribbons.Ribbon.Render(HtmlTextWriter output) +611
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +150
Sitecore.Web.HtmlUtil.RenderControl(Control ctl) +75
Sitecore.Shell.Applications.ContentManager.ContentEditorForm.UpdateRibbon(Item folder, Boolean isCurrentItemChanged, Boolean showEditor) +462
Sitecore.Shell.Applications.ContentManager.ContentEditorForm.Update() +445
Sitecore.Shell.Applications.ContentManager.ContentEditorForm.OnPreRendered(EventArgs e) +212
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +76
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +193
System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +35
Sitecore.Reflection.ReflectionUtil.CallMethod(Type type, Object obj, String methodName, Boolean includeNonPublic, Boolean includeInherited, Object[] parameters) +37
Sitecore.Reflection.ReflectionUtil.CallMethod(Object obj, String methodName, Boolean includeNonPublic, Boolean includeInherited, Object[] parameters) +66
Sitecore.Shell.Applications.ContentManager.ContentEditorPage.OnPreRender(EventArgs e) +117
System.Web.UI.Control.PreRenderRecursiveInternal() +113
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4297
The text was updated successfully, but these errors were encountered: