I am hoping you can help with my own "Object Reference error"
I have been running YAF for years and just a few days ago it started throwing this error:
(Believe me when I say that absolutely nothing changed on my server to elicit this.. I was notified by a customer that "...hey! Your forum is down!"

My version is about a year old, maybe 2. I have my SQL Server 2005 locked down solid. ( I actually removed dbo from the account permissions and only established a database role with Execute / Select permissions, so there's really no way someone could have injected anything.. (I hope...) I restored the same database on another server of the same version and it works fine.
Running IIS on Windows 2003 Enterprise Server. SQL Server Enterprise 2005.
Site is:
www.EllieAvionics.com/EllieForums=========================================================================
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
yaf.Data.get_GetAuthType() +62
yaf.pages.ForumPage.ForumPage_Load(Object sender, EventArgs e) +648
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433