The one with the server status page is already solved in the SVN version.
Server Error in '/' Application.
The column notify in table Program does not exist.
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: Gentle.Common.GentleException: The column notify in table Program does not exist.
Source Error:
Line 88: this.name = ch.DisplayName;
Line 89: this.isWebStream = ch.IsWebstream();
Line 90: epgNow = new WebShortProgram(ch.CurrentProgram);
Line 91: epgNext=new WebShortProgram(ch.NextProgram);
Line 92: }
Source File: c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Classes.cs Line: 90
Stack Trace:
[GentleException: The column notify in table Program does not exist.]
Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) +124
Gentle.Common.Check.Fail(Exception e, Error error, Object[] args) +42
Gentle.Common.Check.Fail(Error error, Object[] args) +10
Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map) +1849
Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type) +1519
Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type) +114
Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator) +204
Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type) +13
TvDatabase.Channel.UpdateNowAndNext() in C:\KwasiDrive\Devel\Visual Studio 2005\Projects\Team MediaPortal\TvEngine3\TVLibrary\TVDatabase\Channel.cs:677
TvDatabase.Channel.get_CurrentProgram() in C:\KwasiDrive\Devel\Visual Studio 2005\Projects\Team MediaPortal\TvEngine3\TVLibrary\TVDatabase\Channel.cs:639
MediaPortal.TvServer.WebServices.Classes.WebMiniEPG..ctor(Channel ch) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\Classes.cs:90
MediaPortal.TvServer.WebServices.ServiceInterface.GetTvMiniEPGForGroup(Int32 idGroup) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\App_Code\TvServiceWebServices.asmx.cs:230
Default.RefreshTv() in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:182
Default.btnTv_Click(Object sender, EventArgs e) in c:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\Default.aspx.cs:112
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +78
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +100
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2863