sitecore 8-获取;“失败”;单击树视图链接时的JS对话框

sitecore 8-获取;“失败”;单击树视图链接时的JS对话框,sitecore,sitecore8,Sitecore,Sitecore8,当我试图从“插入选项”(以及在其他窗口中)单击treeview链接时。 请检查下面的链接以查看错误屏幕截图 错误日志包含以下详细信息: * * 如果有人知道这个问题的原因,请帮助我?我尝试了在其中一个站点中找到的一个解决方案(通过在IIS中“禁用”身份验证),但它对我不起作用 提前感谢您的帮助。我偶然发现了您的问题,因为我们有相同的问题,并准确地描述了我们做了什么以及遇到了什么问题 我不知道您是否为SEO添加了URL重写规则以始终使用小写URL,但Sitecore似乎不是一个粉丝。因此,您应该

当我试图从“插入选项”(以及在其他窗口中)单击treeview链接时。 请检查下面的链接以查看错误屏幕截图

错误日志包含以下详细信息:

*

*

如果有人知道这个问题的原因,请帮助我?我尝试了在其中一个站点中找到的一个解决方案(通过在IIS中“禁用”身份验证),但它对我不起作用


提前感谢您的帮助。

我偶然发现了您的问题,因为我们有相同的问题,并准确地描述了我们做了什么以及遇到了什么问题

我不知道您是否为SEO添加了URL重写规则以始终使用小写URL,但Sitecore似乎不是一个粉丝。因此,您应该为您的CM环境排除此规则(我们所做的),或者专门排除Sitecore URL(它们在本文中描述的内容)

Exception: System.Web.HttpUnhandledException
Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source: System.Web
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.sitecore_shell_controls_treeviewex_treeviewex_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\252d77a1\7452ed5e\App_Web_0so42fby.0.cs:line 0
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Nested Exception
Exception: System.ArgumentNullException
Message: Null ids are not allowed.
Parameter name: name
Source: Sitecore.Kernel
   at Sitecore.Diagnostics.Assert.ArgumentNotNullOrEmpty(String argument, String argumentName)
   at Sitecore.Web.UI.HtmlControls.Data.DataViewFactory.GetDataView(String name, String parameters)
   at Sitecore.Web.UI.WebControls.TreeviewEx.RenderChildren(HtmlTextWriter output, Item parent)
   at Sitecore.Web.UI.WebControls.TreeviewEx.Render(HtmlTextWriter output)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Page.Render(HtmlTextWriter writer)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)