2

最新バージョンの kenticoCMS (v.7) をインストールし、新しい企業サイトを作成しました。ルート Web サイトに新しいページを作成したいのですが、[新しいページ] 項目をクリックするとエラーが発生します。別の Web サイトで同じことを試しましたが、それでもエラーはすべて同じです。

前もって感謝します!

Server Error in '/KenticoCMS' Application.
Object reference not set to an instance of an object.
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: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 209:        get
Line 210:        {
Line 211:            return mStep ?? (mStep = DocumentManager.Step);
Line 212:        }
Line 213:    }


Source File: f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs    Line: 211

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   CMS.DocumentEngine.WorkflowManager.GetNodeWorkflowScopeInternal(TreeNode node) +342
   CMS.DocumentEngine.WorkflowManager.GetNodeWorkflowInternal(TreeNode node) +135
   CMS.DocumentEngine.WorkflowManager.GetPublishedWorkflowStepInternal(TreeNode node) +11
   CMS.DocumentEngine.WorkflowManager.GetStepInfoInternal(TreeNode node) +65
   CMS.DocumentEngine.TreeNode.get_WorkflowStep() +90
   CMS.FormControls.CMSDocumentManager.get_Step() +36
   CMSModules_Content_Controls_EditMenu.get_Step() in f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs:211
   CMSModules_Content_Controls_EditMenu.ReloadMenu() in f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs:448
   CMSModules_Content_Controls_EditMenu.OnPreRender(EventArgs e) in f:\Asp.net\KenticoCMS\CMSModules\Content\Controls\EditMenu.ascx.cs:336
   System.Web.UI.Control.PreRenderRecursiveInternal() +103
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Control.PreRenderRecursiveInternal() +175
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2496


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.547 
4

1 に答える 1

1

エラー メッセージ全体をスタック トレースと共にコピー アンド ペーストすることはできますか? また、破損したファイルがあるようです - スクリーンショットには例外がスローされたファイルのパスが表示されていないため、どれかわかりません。

したがって、ファイルを更新するには、最新の修正プログラムを適用することをお勧めします

于 2012-12-20T16:08:11.827 に答える