Copied to clipboard

Flag this post as spam?

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


  • Ole Krogh 8 posts 28 karma points
    Sep 01, 2014 @ 12:04
    Ole Krogh
    0

    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? 

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 01, 2014 @ 14:25
    Markus Johansson
    0

    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? 

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 01, 2014 @ 14:29
    Markus Johansson
    0

    And: What language are you running in the backoffice? I should fallback to english if your lang is not supported yet....

  • Ole Krogh 8 posts 28 karma points
    Sep 01, 2014 @ 18:00
    Ole Krogh
    0

    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.

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 01, 2014 @ 20:16
    Markus Johansson
    0

    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. 

  • Ole Krogh 8 posts 28 karma points
    Sep 02, 2014 @ 10:47
    Ole Krogh
    0

    Hi,

    Okay I deleted the swedish file and now most things looks okay.

     

     

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 02, 2014 @ 11:36
    Markus Johansson
    0

    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. 

  • Ole Krogh 8 posts 28 karma points
    Sep 02, 2014 @ 12:12
    Ole Krogh
    0

    Hi Markus

    Yes that helped :-) The strange thing was that this key existed in the file:

        <key alias="newsletters">Nyhedsbreve</key>

    BR

    Ole

     

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 02, 2014 @ 13:22
    Markus Johansson
    0

    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! 

  • Ole Krogh 8 posts 28 karma points
    Sep 02, 2014 @ 15:22
    Ole Krogh
    0

    Hi Markus

    Now I have a new problem, I cannot mail to membergroups, only maillinglists.

    BR

    Ole

     

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 02, 2014 @ 15:34
    Markus Johansson
    0

    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

  • Ole Krogh 8 posts 28 karma points
    Sep 02, 2014 @ 15:46
    Ole Krogh
    0

    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>

    I do not see any groups.

    But I have 3 groups defined.

    Br

    Ole

  • Ole Krogh 8 posts 28 karma points
    Sep 02, 2014 @ 15:52
    Ole Krogh
    0

    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

     

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 02, 2014 @ 16:08
    Markus Johansson
    0

    Hi! 

    Thank you Ole! 

    When did you install this package? Have you had another version installed before? 

  • Ole Krogh 8 posts 28 karma points
    Sep 03, 2014 @ 09:14
    Ole Krogh
    0

    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.

     

     

  • Markus Johansson 1924 posts 5831 karma points MVP c-trib
    Sep 03, 2014 @ 09:24
    Markus Johansson
    0

    @Ole Great to hear that its working now! 

    Please let me knowif you have other issues!

    Cheers!

    / M 

Please Sign in or register to post replies

Write your reply to:

Draft