db.config
Original:
had to remove "integrated security=SSPI" and add UID & PWD
Am not much in to MsSQL and .net so it might be me that don't understand it, so just a heads up on that one 😛 .
When "Require User Login:" is enabled :
No logg in box is visible in IE 7
Well actually, I can't get the log Inn box to show at all in IE 7
Seems like the Box HTML ain't being sent out at all
When editing under Administration/Host Setting
Clicking Save, don't take you back to the same pages, but to the Admin main page.
Ill put it up as a BUG as it's annoying to have to click 2 extra times during setting up each page.
But a much improved interface :-d
Viewing a direct (Copy/Paste in browser address bar) link with out permission on the user will generate the following error :
System.NullReferenceException: Object reference not set to an instance of an object.
at YAF.Classes.Base.ForumPage.ForumPage_Load(Object sender, EventArgs e)
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.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
This was Copy/paste a link to the Admin section with a Guest user.
Seems that this only happens when "Require User Login:" is set
Clicking link in new Reply notification mail invoked the "you have tried to access a page you do not have access to.....or something"
Redirected to :
There has been a serious error loading the forum. No futher information is available.
Please contact the administrator if this message persists.
Event log shows :
System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at YAF.Controls.ForumStatistics.BindData()
at YAF.Controls.ForumStatistics.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at YAF.Pages.forum.BindData()
at YAF.Pages.forum.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
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.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I only got this Event log out because i Had a Tab open in the Admin section.
I can no longer enter the forum without getting the above error.