Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Problem with Forums-Module View modes: 
User avatar
Member
Member
fr-clmm - 7/27/2009 4:12:59 AM
   
Problem with Forums-Module
Hi,

we've tried to implement a forum, but we get the attached error...

what we've done yet:

- all forum tables are clear (forums_<....>)
- we created a new group
- on group edit => VIEW: all right, group is shown
- added one forum to group
- on GROUP edit => VIEW: the error is displayed
- on FORUM edit => VIEW: all is ok

The error is displayed too on site if we add a webpart to show forum groups...

ASPX-File path (on CMS-Desk): ..../CMSModules/Forums/Tools/Groups/Group_View.aspx?groupid=10

Whats wrong?

Server Error in '/' Application.

Multiple controls with the same ID 'plcRoot$Layout$zoneContent$Subcontent$Subcontent$Layout$zoneContent$ForumGroup1$viewerForum$forumsElem$listForums$ctl00' were found. Trace 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 'plcRoot$Layout$zoneContent$Subcontent$Subcontent$Layout$zoneContent$ForumGroup1$viewerForum$forumsElem$listForums$ctl00' were found. Trace 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 'plcRoot$Layout$zoneContent$Subcontent$Subcontent$Layout$zoneContent$ForumGroup1$viewerForum$forumsElem$listForums$ctl00' were found. Trace requires that controls have unique IDs.]
System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize, Int32 controlStateSize) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +344
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) +426
System.Web.UI.Page.BuildPageProfileTree(Boolean enableViewState) +39
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5792

Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 7/28/2009 3:16:30 PM
   
RE:Problem with Forums-Module
Hi,

I am sorry for this inconvenience. We are aware of this problem and the solution is described in this knowledge base article.

I hope it will help.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
fr-clmm - 7/29/2009 1:51:53 AM
   
RE:Problem with Forums-Module
Hi Juraj,

thank you, this works - i haven't found this kb-solution...

Florian