It seems like some (or many) of the render tasks fails. The placeholders [subscriptionid] and [tracking email] should be replaced during the rendering of the e-mail. Could you have a look in the /config/newsletterStudio.config file and past the configuration for your render tasks?
Where do you see that error message? Do you have this problem both in preview and "live" mode?
Unsubscribe fails
Hey,
Hope I can get help here, as we are past a critical deadline.
Trying to use "/[unsubscribe]" in a template. (Newsletterstudio version 1.4.4.2)
But when the link:
/umbraco/newsletterstudio/tracking/unsubscribe.aspx?e=[trackemail]&sb=[subscriptionid]&nid=04709605022820903011403303302017207515
(Which seems faulty) is hit, I get this error:
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
Hi Stefan!
It seems like some (or many) of the render tasks fails. The placeholders [subscriptionid] and [tracking email] should be replaced during the rendering of the e-mail. Could you have a look in the /config/newsletterStudio.config file and past the configuration for your render tasks?
Where do you see that error message? Do you have this problem both in preview and "live" mode?
// m
Could you try to remove this one and test without your extentions?
<task name="WundermanRenderTask" type="J14380_BO_RetailerPages.Core.ExtendNewsletterStudio.WundermanRenderTask, J14380_BO_RetailerPages.Core" />
Ha, tnx Markus, removing the line above:
<!--task name="ReplaceUniqMergeFieldsRenderTask" type="J14380_BO_RetailerPages.Core.ExtendNewsletterStudio.TokenReplacerRenderTask, J14380_BO_RetailerPages.Core" /-->
Did the trick, tnx for the inspiration :)
And returned it to its original state:
<task name="ReplaceUniqMergeFieldsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceUniqMergeFieldsRenderTask, NewsletterStudio" />
Hi!
Great! The custom code that you have added probably throwed an error which impacted the other render tasks as well.
/ m
is working on a reply...