For the past week i’ve been getting this screen when trying to access the WayPoint forums;
Could not find stored procedure ‘dbo.yaf_post_list’.
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: Could not find stored procedure ‘dbo.yaf_post_list’.
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): Could not find stored procedure ‘dbo.yaf_post_list’.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +404
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +477
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2660
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +59
System.Data.SqlClient.SqlDataReader.get_MetaData() +118
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6441233
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +6442802
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +538
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +28
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +256
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +19
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +21
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +325
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +420
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +306
YAF.Classes.Data.MsSqlDbAccess.GetDatasetBasic(IDbCommand cmd, Boolean transaction) in c:\Builds\96\343 Section 3\wp.web.forums.release\Sources\Source\YafNetForums\YAF.Classes\YAF.Classes.Data\mssql\MsSqlDbAccess.cs:723
YAF.Classes.Data.MsSqlDbAccess.GetData(IDbCommand cmd, Boolean transaction) in c:\Builds\96\343 Section 3\wp.web.forums.release\Sources\Source\YafNetForums\YAF.Classes\YAF.Classes.Data\mssql\MsSqlDbAccess.cs:618
YAF.Types.Interfaces.IDbAccessExtensions.GetData(IDbAccess dbAccess, IDbCommand cmd) in c:\Builds\96\343 Section 3\wp.web.forums.release\Sources\Source\YafNetForums\YAF.Types\Interfaces\Extensions\IDbAccessExtensions.cs:192
YAF.Classes.Data.LegacyDb.post_list(Object topicId, Object authorUserID, Object updateViewCount, Boolean showDeleted, Boolean styledNicks, DateTime sincePostedDate, DateTime toPostedDate, DateTime sinceEditedDate, DateTime toEditedDate, Int32 pageIndex, Int32 pageSize, Int32 sortPosted, Int32 sortEdited, Int32 sortPosition, Boolean showThanks, Int32 messagePosition) in c:\Builds\96\343 Section 3\wp.web.forums.release\Sources\Source\YafNetForums\YAF.Classes\YAF.Classes.Data\mssql\LegacyDb.cs:3788
YAF.Pages.posts.BindData() in c:\Builds\96\343 Section 3\wp.web.forums.release\Sources\Source\YafNetForums\YetAnotherForum.NET\pages\posts.ascx.cs:1115
YAF.Pages.posts.Page_Load(Object sender, EventArgs e) in c:\Builds\96\343 Section 3\wp.web.forums.release\Sources\Source\YafNetForums\YetAnotherForum.NET\pages\posts.ascx.cs:837
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Control.LoadRecursive() +190
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
If someone could tell me if this is just a problem on my end and if so how to fix it, or if it’s not then that’ll work too.
[Sorry if this has been brought up before, if it has than can someone link me to where it was brought up before and lock this thread.]