BlueMoon portal page error?

Centurions

Well-Known Member
Joined
3 Sep 2012
Messages
25,741
Location
I'm never where I wanna be...
I'm getting an error (Server Error in '/' Application.) when trying to access <a class="postlink" href="http://www.bluemoon-mcfc.co.uk/" onclick="window.open(this.href);return false;">http://www.bluemoon-mcfc.co.uk/</a>, the forums seem okay when accessed from a Google search.

Server Error in '/' Application.

Could not find stored procedure 'spGetNewsHeadlines'.

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 'spGetNewsHeadlines'.

Source Error:


Line 17: SqlComm.CommandType = CommandType.StoredProcedure;
Line 18: SqlConn.Open();
Line 19: using (SqlDataReader reader = SqlComm.ExecuteReader())
Line 20: {
Line 21: rptSlider.DataSource = reader;

Source File: d:\inetpub\vhosts\bluemoon-mcfc.co.uk\httpdocs\Default.aspx.cs Line: 19

Stack Trace:


[SqlException (0x80131904): Could not find stored procedure 'spGetNewsHeadlines'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +212
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +81
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +552
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4141
System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +58
System.Data.SqlClient.SqlDataReader.get_MetaData() +89
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +379
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) +1880
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) +266
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +53
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +136
System.Data.SqlClient.SqlCommand.ExecuteReader() +93
_Default.Page_Load(Object sender, EventArgs e) in d:\inetpub\vhosts\bluemoon-mcfc.co.uk\httpdocs\Default.aspx.cs:19
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
System.Web.UI.Control.OnLoad(EventArgs e) +74
System.Web.UI.Control.LoadRecursive() +120
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2846

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34209

I have just installed Privacy Badger but even disabling it makes no odds, is it at my end or the server?

This is Chrome on PC.

I've PM'ed Ric as well.
 
Thanks for letting me know. The hosting company did a server upgrade overnight which seems to have messed things up. Am chasing them up now.
 

Don't have an account? Register now and see fewer ads!

SIGN UP
Back
Top