I went and deleted my cookie that was used on the old forum to keep me logged in and the error changed...now I get this when loading the forum:
Server Error in '/Forum' Application.
--------------------------------------------------------------------------------
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.
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.Data.SqlClient.SqlException: The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.
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:
[SqlException (0x80131904): The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1932
System.Data.SqlClient.SqlInternalConnectionTds.ExecuteTransactionPreYukon(TransactionRequest transactionRequest, String transactionName, IsolationLevel iso, SqlInternalTransaction internalTransaction) +607
System.Data.SqlClient.SqlInternalConnectionTds.ExecuteTransaction(TransactionRequest transactionRequest, String name, IsolationLevel iso, SqlInternalTransaction internalTransaction, Boolean isDelegateControlRequest) +141
System.Data.SqlClient.SqlInternalTransaction.Commit() +186
System.Data.SqlClient.SqlTransaction.Commit() +146
yaf.DB.GetData(SqlCommand cmd) +544
yaf.DB.pageload(Object SessionID, Object boardID, Object User, Object IP, Object Location, Object Browser, Object Platform, Object CategoryID, Object ForumID, Object TopicID, Object MessageID) +379
[ApplicationException: Sql Exception with error number 3902 (Tries=0)]
yaf.DB.pageload(Object SessionID, Object boardID, Object User, Object IP, Object Location, Object Browser, Object Platform, Object CategoryID, Object ForumID, Object TopicID, Object MessageID) +692
yaf.pages.ForumPage.ForumPage_Load(Object sender, EventArgs e) +1847
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