[Dnfbb-developers] [ dnfbb-Bugs-1684795 ] Administration -> Settings
Brought to you by:
sbosanquet,
tectsoft
|
From: SourceForge.net <no...@so...> - 2007-03-20 22:52:11
|
Bugs item #1684795, was opened at 2007-03-20 22:30 Message generated for change (Comment added) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1684795&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: Fixed Next Release >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Administration -> Settings Initial Comment: User is an administrator Board Name: XXXXXXXXX Board Description: XXXXXXXXXXXXXXXXXXXXXXXX Board Version: Version 2.0 Loaded Assemblies System.Web, Version 1.0.5000.0 mscorlib, Version 1.0.5000.0 DotNetForum.Library, Version 2.0.2635.14048 System.Drawing, Version 1.0.5000.0 System, Version 1.0.5000.0 System.Xml, Version 1.0.5000.0 Exception Information Source: FirebirdSql.Data.Firebird Message: User does not have rights for task Stack Trace: at FirebirdSql.Data.Firebird.FbCommand.ExecuteNonQuery() at DotNetForum.Library.DAL.FirebirdDB.AdminBoardSettingsGet(UserSession Session, String& description, String& url, String& encryption, String& encryptionKey, String& adminName, String& adminEMail) in C:\Projects\dnfBB\v2\DNFLib\DAL\FirebirdDB.cs:line 783 at DotNetForum.Library.BOL.Admin.BoardSettingsGet(String& description, String& url, String& encryption, String& encryptionKey, String& adminName, String& adminEMail) in C:\Projects\dnfBB\v2\DNFLib\BOL\Admin.cs:line 594 at DotNetForum.WebSite.Admin.Controls.EditSettings.LoadSettings() in C:\Projects\dnfBB\v2\wwwroot\Admin\Controls\EditSettings.ascx.cs:line 181 at DotNetForum.WebSite.Admin.Controls.EditSettings.Page_Load(Object sender, EventArgs e) in C:\Projects\dnfBB\v2\wwwroot\Admin\Controls\EditSettings.ascx.cs:line 149 at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain() ---------------------------------------------------------------------- >Comment By: Si (tectsoft) Date: 2007-03-20 22:52 Message: Logged In: YES user_id=1154545 Originator: YES Problem fixed, the problem existed within the following stored procs, which had the params for DNFI_USER_IS_ADMIN swapped around: DNF_ADMIN_BOARD_SETTINGS_SET DNF_ADMIN_BOARD_SETTINGS_GET ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1684795&group_id=152364 |