2017-06-28 7 views
0

"Insert Options"(と他のウィンドウも同様)からツリービューのリンクをクリックしようとしました。 エラースクリーンショットについては、下のリンクをご確認ください。sitecore 8 - ツリービューのリンクをクリックするとJSダイアログが表示される

Error on tree-view link click

エラーログには、次の詳細があります

*

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) 

*

誰もがこの問題の原因を知っていれば親切に私を助けて?私は1つのソリューションをサイトの1つ(IISの認証を "無効にする")で見つけようとしましたが、それは私のためには機能しませんでした。

ご協力いただきありがとうございます。

答えて

1

同じ問題があるので私はつまずいたので、this articleは私たちがやったことと遭遇した問題を正確に説明しています。

小文字のURLを常に使用するようにSEO用のURL書き換えルールを追加したかどうかわかりませんが、Sitecoreはファンではないようです。したがって、あなたのCM環境(私たちが行ったこと)に対してこのルールを除外するか、またはSitecoreのURLを除外するべきです(記事で説明しているもの)。

関連する問題