Well, saving the profiles does seem to have fixed the birthday error, but I still get the error below when
I try to enter the users tab. Odd thing is, if I restart the app pool (restart the app/save web_config) the problem
goes away for a little while. The solution is only temporary though, an hour or two later I can't enter the users
page in the admin panel again. (See error below)
System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime.
Parameter name: t
at System.DateTime.op_Addition(DateTime d, TimeSpan t)
at YAF.Core.Services.YafDateTime.FormatDateTime(DateTime dateTime)
at YAF.Pages.Admin.users.InitSinceDropdown()
at YAF.Pages.Admin.users.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)