The date looks good to me, what version of Newsletter Studio are you running? I know that there was some issues with the date picker after a breaking change in the Umbraco core.
Does the date validate correct in other parts of Umbraco? (ie. the publish dates etc on a node?)
But did you have the UmbracoNewSubscriptionProvider there before you added the UmbracoLegacySubscriptionProvider?
I'm trying to figure out if the UmbracoNewSubscriptionProvider has any issues?
If you had that in your configuration and it did not work then I need to look at it but if you only had the UmbracoNewSubscriptionProvider in your config that explains why you did not see any member groups.
No, this code above was the code during it didn't worked. I added the Legacy Provider, refreshed, it worked, I removed the Legacy Provider, it still worked. So my guess was that cache issue.
invalid date although it is valid
Hi,
we use umbraco 7.2.8 and the newsletter studio. As I want to schedule a sending, i get an error message, that the date is not valid.
We use German as default language. Might this be the problem? German date format does not work either by the way.
Any idea?
Hi!
The date looks good to me, what version of Newsletter Studio are you running? I know that there was some issues with the date picker after a breaking change in the Umbraco core.
Does the date validate correct in other parts of Umbraco? (ie. the publish dates etc on a node?)
http://support.newsletterstudio.org/customer/en/portal/articles/1053104-change-log
Hi,
yes, on the publish at date picker, it works fine. We run v2.1.0 of newsletter studio.
Hi!
I've tested this on multiple versions of Umbraco 7 and can't reproduce it. Just tested with v7.3 and v7.5 and it works.
Would an Umbraco upgrade be an option for you?
// m
Hi,
I'll try to run an update this weekend. Let you know the result as soon as I figure out. :)
Hi, Markus,
sorry for my late feedback. I couldn't run the update earlier.
Here the result:
Update 7.2.8 to 7.3.5 -> same error. Update 7.3.5 to 7.4.3 -> error vanished.
So with version 7.4.3 everything is fine now. :)
Thnx for your help.
Best regards -
Tom
Hi, Markus,
me again. I just noticed that in the send-option, I cannot choose membergroups anymore. Is this a know bug?
Hi!
Thanks for sharing the result with your upgrade.
No that should work! Do you see the options or are they gone? What happens? Are you on Umbraco 7.4.3 and Newsletter Studio 2.1.0?
// m
The options are just gone. I can only check Newsletterstudio groups. I'm on 7.4.3 and Studio 2.1.5
Sounds like something is wrong with the providers?
Did you change anything in the /config/newsletterStudio.config?
Do you see any errors in the log och trace log?
If you made an upgrade chances are that you are on the "UmbracoLegacySubscriptionProvider"?
You might need to change that to:
Give that a try and let me know =D
// m
I added the UmbracoLegacySubscriptionProvider and then, it works again. :)
I removed the Provider again and it still works, so I guess it was kind of cache issue. Thanks for your help again.
Great!
Question: Did you have the UmbracoNewSubscriptionProvider or was it only the NewsletterStudioSubscriptionProvider in the config?
// m
This is the current code:
Thanks! I understnad!
But did you have the UmbracoNewSubscriptionProvider there before you added the UmbracoLegacySubscriptionProvider?
I'm trying to figure out if the UmbracoNewSubscriptionProvider has any issues?
If you had that in your configuration and it did not work then I need to look at it but if you only had the UmbracoNewSubscriptionProvider in your config that explains why you did not see any member groups.
// m
No, this code above was the code during it didn't worked. I added the Legacy Provider, refreshed, it worked, I removed the Legacy Provider, it still worked. So my guess was that cache issue.
is working on a reply...