[Dnfbb-developers] [ dnfbb-Bugs-1560051 ] Duplicate Forum Name error
Brought to you by:
sbosanquet,
tectsoft
|
From: SourceForge.net <no...@so...> - 2006-09-17 07:56:50
|
Bugs item #1560051, was opened at 2006-09-17 07:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug Status: Open Resolution: None Priority: 5 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Duplicate Forum Name error Initial Comment: When trying to create a new forum with the same name as an existing one you get an ASP.Net error page: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_NAME" 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: DotNetForum.Library.Exceptions.AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_NAME" 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: [AdminException: attempt to store duplicate value (visible to active transactions) in unique index "IDX_DNFBB_USERGROUPS_NAME"] DotNetForum.Library.DAL.FirebirdDB.AdminForumCreate(UserSession Session, Category category, String Name, Int32 Position) DotNetForum.Library.BOL.Admin.ForumCreate(Category category, String Name, Int32 Position) DotNetForum.WebSite.Admin.Controls.CreateForum.btnCreateForum_Click(Object sender, EventArgs e) System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1292 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1560051&group_id=152364 |