xslt transformed email not sending after upgrade, how to debug?
Have recently upgraded from umbraco 4.7.2 to 6.05 as well as Contour from 1.x to 3.012
After much testing everything seems to be working apart from this one issue, and I'm not sure how to figure out a way to solve it. Normal emails send ok, but xslt transformed emails just fail silently. I'm got my emails going to a directory to try elimimnate it being an smtp related issue i.e
Hi Tim, have checked the umbraco Log tables and nothing gets logged at the time of sending the form, the form doesnt error or anything which is why its hard to track down the problem. Other contour forms not using xslt transform are sending fine.
Same thing happening to us though it's umbraco v 4.11.6 (Assembly version: 1.0.4834.19775) and it's a new email. I've just used the template provided with nothing else added and it still doesn't work and nothing in logs to say why.
That should do it. What would also be useful is if we could just pick an XSLT (or Razor!?) file from the developer area and use those instead of having to upload each time to change the workflow.
xslt transformed email not sending after upgrade, how to debug?
Have recently upgraded from umbraco 4.7.2 to 6.05
as well as Contour from 1.x to 3.012
After much testing everything seems to be working apart from this one issue, and I'm not sure how to figure out a way to solve it. Normal emails send ok, but xslt transformed emails just fail silently. I'm got my emails going to a directory to try elimimnate it being an smtp related issue
i.e
Have also checked the Umbraco trace log but I cant see any errors around the time I submit the form.
Is there any other way to debug this? I've also used the provided xslt example that comes with contour, but still no dice.
any ideas?
- Tim
Comment author was deleted
Did you check the umbraco log tables?
Hi Tim, have checked the umbraco Log tables and nothing gets logged at the time of sending the form, the form doesnt error or anything which is why its hard to track down the problem. Other contour forms not using xslt transform are sending fine.
any ideas?
- Tim
Comment author was deleted
Hmm maybe the xslt file used to transform the email is gone? Could you check the settings on the workflow
Same thing happening to us though it's umbraco v 4.11.6 (Assembly version: 1.0.4834.19775) and it's a new email. I've just used the template provided with nothing else added and it still doesn't work and nothing in logs to say why.
Comment author was deleted
Ok will see if I can reproduce, more details a bit later today :)
Comment author was deleted
Created an issue on the bug tracker http://issues.umbraco.org/issue/CON-384
I did fix it in the end by simplfying the email but I'm still not sure what the problem is as can' see any error generated.
Thanks
Dan
Comment author was deleted
Ok will add some extra logging so it's easier to spot transform errors
That should do it. What would also be useful is if we could just pick an XSLT (or Razor!?) file from the developer area and use those instead of having to upload each time to change the workflow.
Thanks
Dan
is working on a reply...