Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sitecore 为营销人员禁用Web表单分析_Sitecore_Analytics_Sitecore7_Sitecore7.2_Web Forms For Marketers - Fatal编程技术网

Sitecore 为营销人员禁用Web表单分析

Sitecore 为营销人员禁用Web表单分析,sitecore,analytics,sitecore7,sitecore7.2,web-forms-for-marketers,Sitecore,Analytics,Sitecore7,Sitecore7.2,Web Forms For Marketers,我有一个禁用分析的解决方案(Sitecore.analytics.config已重命名为.disabled),但如果我尝试使用营销人员Web表单附带的演示表单,则会抛出以下错误 8204 11:28:03 ERROR Application error. Exception: System.Web.HttpUnhandledException Message: Exception of type 'System.Web.HttpUnhandledException' was thrown. So

我有一个禁用分析的解决方案(Sitecore.analytics.config已重命名为.disabled),但如果我尝试使用营销人员Web表单附带的演示表单,则会抛出以下错误

8204 11:28:03 ERROR Application error.
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.layouts_custom_baselayout_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\ab561fab\3efac5d0\App_Web_nzwz3knl.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.MissingMethodException
Message: Method not found: 'Sitecore.Analytics.ITracker Sitecore.Analytics.Tracker.get_Current()'.
Source: Sitecore.Forms.Core
   at Sitecore.Form.Core.Ascx.Controls.SimpleForm.OnAddInitOnClient()
   at Sitecore.Form.Core.Ascx.Controls.SimpleForm.OnLoad(EventArgs e)
   at Sitecore.Form.Web.UI.Controls.SitecoreSimpleForm.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

有什么建议吗?谢谢

在表单设计器中,推送分析部分中的属性,您可以禁用特定表单的“启用营销分析”。

我找到了从WFFM禁用分析的解决方案 在配置文件Sitecore.Forms.cong的设置部分添加

我希望有帮助

“Analytics.Enabled”value=“false”