1

我在表单中有一个电子邮件字段。提交时,我尝试通过电子邮件发送表单值,但似乎 Sitecore 找不到字段元素,即使我使用内置的电子邮件模板编辑器添加占位符。

Exception: System.InvalidOperationException
Message: String variable is null or empty.
Source: Sitecore.Kernel
   at Sitecore.Diagnostics.Assert.IsNotNullOrEmpty(String value, String message)
   at Sitecore.Modules.EmailCampaign.Util.AssertNotNullOrEmpty(String var)
   at Sitecore.Modules.EmailCampaign.Layouts.GetUserFields.OnLoadComplete(EventArgs e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

有人知道解决这个问题的方法吗?

4

1 回答 1

1

事实证明,Sitecore 试图用不存在的字段值替换令牌。这个错误有点欺骗性,因为我相信大多数程序员都会抛出更详细的异常。

于 2013-08-23T03:50:11.540 回答