Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Error on Revert to publish

Found in

CMS 7.5 + EPiServer.CMS.Core 7.6.3-pre-000528

Created

Mar 20, 2014

Updated

Apr 30, 2014

Area

Falcon/CMS/Edit UI

State

Closed, Fixed and Tested


Steps to reproduce

 

Add Versions gadget to a panel

Create a page then publish

Update the page

Do Revert to Publish  ==> The following error is shown:

  1. _30e {stack: "Error: Unable to load /to/UI/cms/Stores/contentver…/3.0.1209/ClientResources/dojo/dojo.js:15:132281)", message: "Unable to load /to/UI/cms/Stores/contentversion/?c…Date)&dojo.preventCache=1395219430531 status: 500", response: Object, status: 500,responseText: "<html> ↵ <head> ↵ <meta name="robots" content="no…nously)↵</pre></code></div> ↵</div></body></html>"}
    dojo.js:15
  1. _30e {stack: "Error: Unable to load /to/UI/cms/Stores/contentver…/3.0.1209/ClientResources/dojo/dojo.js:15:132281)", message: "Unable to load /to/UI/cms/Stores/contentversion/?c…Date)&dojo.preventCache=1395219430531 status: 500", response: Object, status: 500,responseText: "<html> ↵ <head> ↵ <meta name="robots" content="no…nously)↵</pre></code></div> ↵</div></body></html>"}
    widgets.js:2


Exception details: ContentNotFoundException: Content with id 163_202 was not found
Stack trace:

[ContentNotFoundException: Content with id 163_202 was not found]
at EPiServer.DataFactory.Get[T](ContentReference contentLink, ILanguageSelector languageSelector)
at EPiServer.DataFactory.EPiServer.Core.IContentVersionRepository.LoadCommonDraft(ContentReference contentLink, String language)
at EPiServer.Cms.Shell.UI.Rest.ContentVersionStore.GetVersions(ContentReference contentLink, String language, IEnumerable`1 sortColumns)
at EPiServer.Cms.Shell.UI.Rest.ContentVersionStore.Get(ContentReference id, ContentReference contentLink, String language, IEnumerable`1 sortColumns, String query, ItemRange range)
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass13.b__10()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
at EPiServer.Shell.Services.Rest.RestControllerBase.ExecuteCore()
at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)
at EPiServer.Shell.Services.Rest.RestHttpHandler.ProcessRequest(HttpContextBase httpContext)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)