November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
After further investigation I have noticed that PageReference.StartPage is an empty Guid if that helps?
It turns out that for some reason that start page was not set for the EPiServer instance.
To resolve this go to Admin -> Manage Websites -> Edit Website and check the start page is set. If not set it and save :)
Hi
We are in the process of updating our production 6R2 database to 7.5
We have executed all of the relevant upgrade tools through deployment centre and have also used the package manager console to update to the database to the relevant version.
Unfortunately we are now receiving an error when browsing site content.
Can anybody provide more information on what the cause could be? And how to resolve it?
We are browsing to the site locally e.g. http://localhost:17125/
We have googled this issue with no useful solutions e.g. http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=86566
Log below:
2014-10-06 11:43:26,551 DEBUG [35] EPiServer.Web.TemplateResolver.Log - SysRoot: Selected . (tag='', channel='', category='MvcController')
2014-10-06 11:43:26,551 DEBUG [35] EPiServer.Shell.Web.Routing.ModuleRouteCollection.GetRouteData - Not routing '~/' since it doesn't start with '~/EPiServer/CMS/7.9.1.0'
2014-10-06 11:43:26,552 DEBUG [35] EPiServer.Shell.Web.Routing.ModuleRouteCollection.GetRouteData - Not routing '~/' since it doesn't start with '~/EPiServer/Shell/7.9.1.0'
2014-10-06 11:43:26,552 DEBUG [35] EPiServer.Shell.Web.Routing.ModuleRouteCollection.GetRouteData - Not routing '~/' since it doesn't start with '~/EPiServer/EPiServer.Packaging.UI/3.0.1845'
2014-10-06 11:43:26,553 DEBUG [35] EPiServer.Shell.Web.Routing.ModuleRouteCollection.GetRouteData - Not routing '~/' since it doesn't start with '~/EPiServer/EPiServer.Packaging'
2014-10-06 11:43:26,553 DEBUG [35] EPiServer.Shell.Web.Routing.ModuleRouteCollection.GetRouteData - Not routing '~/' since it doesn't start with '~/modules'
2014-10-06 11:43:26,554 DEBUG [35] EPiServer.Shell.Web.Routing.ModuleRouteCollection.GetRouteData - Not routing '~/' since it doesn't start with '~/episerver'
2014-10-06 11:43:26,555 DEBUG [35] EPiServer.Web.TemplateResolver.Log - SysRoot: Selected . (tag='', channel='', category='Page')
2014-10-06 11:43:26,649 ERROR [35] EPiServer.Global.Global_Error - 1.2.5 Unhandled exception in ASP.NET
System.Web.HttpException (0x80004005): The file '/link/43f936c99b234ea397b261c538ad07c9.aspx' does not exist.
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
at System.Web.Routing.PageRouteHandler.GetHttpHandler(RequestContext requestContext)
at System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)