Installing Newsletter Studio on Umbraco 7.1.4 site
After some initial trouble, I have managed to install Newsletter Studio on the site, but something is not working as expected.Most of the texts in the modules is missing, and just showing as [sections_NewsletterStudio]. The lang files seems to be installed okay. If I do a clean 7.1.4 install and install the module, everything works fine. But starting from scratch is not an option. What can be wrong?
It has something to with the language of the backoffice. If I copied en.xml to en_us.xml most of the labels was okay. I tried to copy sv.xml to da.xml and edit the file to danish, but then the problem came back, with only a few of the labels working.
Ohh! I see! The swedish language file is not supposed to be shipped with the build as it is not complete. Try to remove all language-files except the english one.
Installing Newsletter Studio on Umbraco 7.1.4 site
After some initial trouble, I have managed to install Newsletter Studio on the site, but something is not working as expected.Most of the texts in the modules is missing, and just showing as [sections_NewsletterStudio]. The lang files seems to be installed okay. If I do a clean 7.1.4 install and install the module, everything works fine. But starting from scratch is not an option. What can be wrong?
Hi Ole!
Thanks for testing out the package!
So what you are saying is that the installation works fine in a clean Umbraco instance but not in the one that you are working on?
Is there any way to compare the files? I sounds like permission issues in the development-instance... database or filesystem issues.
Do you get any errors in the tracelog or in the console when you try to access the newsletter-section?
And: What language are you running in the backoffice? I should fallback to english if your lang is not supported yet....
It has something to with the language of the backoffice. If I copied en.xml to en_us.xml most of the labels was okay. I tried to copy sv.xml to da.xml and edit the file to danish, but then the problem came back, with only a few of the labels working.
Hi!
Ohh! I see! The swedish language file is not supposed to be shipped with the build as it is not complete. Try to remove all language-files except the english one.
Hi,
Okay I deleted the swedish file and now most things looks okay.
Ahha!
That setting is not in the language-file of Newsletter Studio, its in the umbraco backoffice-config file found in: umbraco\Config\Lang\{lang code}.xml
It should look like this:
<area alias="sections">
....
<key alias="NewsletterStudio">Newsletter Studio</key>
</area>
I bet that this error is becuse you've either replaced the umbraco-folder or due to permissions problems during the installation.
Hi Markus
Yes that helped :-) The strange thing was that this key existed in the file:
<key alias="newsletters">Nyhedsbreve</key>
BR
Ole
Hi!
Great to hear!
Yes that something thats still "left" in Umbracos lang file... it's not something that we added to the list.
Please let me know if I can assist you in any other way!
Cheers!
Hi Markus
Now I have a new problem, I cannot mail to membergroups, only maillinglists.
BR
Ole
Hi!
What do you mean? Do you have any membergroups added? Can you see them in the list of options or are they just not showing?
Could you send a screenshot?
If you dont se the list, please post the subscriptionprovider-parts of your nwesletterstudio.config-file
// m
Hi Markus
Here is my subscription provider section.
<subscriptionProviders>
<provider name="NewsletterStudioSubscriptionProvider" type="NewsletterStudio.Bll.Providers.NewsletterStudioSubscriptionProvider, NewsletterStudio" />
<provider name="UmbracoSubscriptionProvider" type="NewsletterStudio.Bll.Providers.UmbracoSubscriptionProvider, NewsletterStudio" />
<!--<provider name="MockSubscription" type="NewsletterStudio.Services.MockSubscription, NewsletterStudio" />-->
</subscriptionProviders>
But I have 3 groups defined.
Br
Ole
Hi Markus
Changing it to this helped.
<subscriptionProviders>
<clear />
<provider name="NewsletterStudioSubscriptionProvider" type="NewsletterStudio.Bll.Providers.NewsletterStudioSubscriptionProvider, NewsletterStudio" />
<provider name="UmbracoNewSubscriptionProvider" type="NewsletterStudio.Bll.Providers.UmbracoNewSubscriptionProvider, NewsletterStudio" />
</subscriptionProviders>
Br
Ole
Hi!
Thank you Ole!
When did you install this package? Have you had another version installed before?
Hi Markus,
No it was something I had found on this forum, because the templates was not rendered, but it was for an older version, so it was my own fault.
@Ole Great to hear that its working now!
Please let me knowif you have other issues!
Cheers!
/ M
is working on a reply...