Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stefan 8 posts 28 karma points
    Jun 25, 2014 @ 22:39
    Stefan
    0

    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.

  • Markus Johansson 1945 posts 5899 karma points MVP 2x c-trib
    Jun 26, 2014 @ 09:20
    Markus Johansson
    0

    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 

  • Stefan 8 posts 28 karma points
    Jun 26, 2014 @ 09:21
    Stefan
    0
  • Markus Johansson 1945 posts 5899 karma points MVP 2x c-trib
    Jun 26, 2014 @ 09:24
    Markus Johansson
    0

    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" /> 

  • Stefan 8 posts 28 karma points
    Jun 26, 2014 @ 09:31
    Stefan
    0

    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 :)

  • Stefan 8 posts 28 karma points
    Jun 26, 2014 @ 09:32
    Stefan
    0

    And returned it to its original state:

    <task name="ReplaceUniqMergeFieldsRenderTask" type="NewsletterStudio.Services.RenderTasks.Tasks.ReplaceUniqMergeFieldsRenderTask, NewsletterStudio" />

     

  • Markus Johansson 1945 posts 5899 karma points MVP 2x c-trib
    Jun 26, 2014 @ 09:37
    Markus Johansson
    0

    Hi!

    Great! The custom code that you have added probably throwed an error which impacted the other render tasks as well.

    / m
     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies