Copied to clipboard

Flag this post as spam?

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


  • Tor Langlo 189 posts 532 karma points
    Apr 27, 2019 @ 21:10
    Tor Langlo
    0

    Notifications don't save

    Hi,

    I have just installed the latest TM on our Umbraco 7 Cloud instances (successfully installed on Local 1, pushed to Dev, and pulled to Local 2), but one thing doesn't work anywhere, saving e-mails for notifications.

    After entering one or more e-mail addresses (in one or more fields), and push the Save button, the fields are blanked out again. I refresh the page to see if they're in there anyway, but fields remain blank.

    Known issue?

    -Tor

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Apr 27, 2019 @ 22:16
    Kevin Jump
    0

    yeah - thought it was fixed in 2.2.1 :(

    https://our.umbraco.com/packages/backoffice-extensions/translation-manager/translation-manager-feedback/95499-translation-manager-clearing-notification-email-address-doesnt-work

    you should still be able to set them directly in the config/translations.config file.

    Will check we have re-introduced something in later versions

  • Tor Langlo 189 posts 532 karma points
    Apr 29, 2019 @ 15:59
    Tor Langlo
    0

    The problem is also there when trying to change the Split Tags field on the Html Tags tab. And I don't see a config/translations.config file. Maybe that's the problem, the back end is unable to create/save the config file?

    I tried to manually create a minimal /Config/translations.config file, but the values I put into it are also not reflected in the Backoffice settings.

    <?xml version="1.0" encoding="utf-8"?>
    <translations scheduleCheckPeriod="188" backgroundCheck="True" autoTranslate="True">
    </translations>
    

    -Tor

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Apr 29, 2019 @ 16:12
    Kevin Jump
    0

    yeah - I was wondering as it did work for me when i had a quick go

    wonder if it's a permissions issue?

    If the file is missing then Translation Manager will attempt to create it when you save.

    The default config file is also in the package/nuget file, but if the config folder is read/write a save settings will also create it.

    K

  • Tor Langlo 189 posts 532 karma points
    Apr 29, 2019 @ 16:28
    Tor Langlo
    0

    I doubt it's a permissions issue since I was able to create the file manually, and there are other config files also being saved there recently.

    I looked at the network traffic, and verified that the value entered into the "Split Tags" field was sent to the server, But the reply looks suspect, see the )]}', at the top of the response:

    enter image description here

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Apr 29, 2019 @ 17:10
    Kevin Jump
    100

    Hi

    yeah, it turns out there needs to be a minimal file there :(

    if you have a file with this :

    <?xml version="1.0" encoding="utf-8"?>
    <translations><config/><providers/></translations>
    

    then restart your site.

    Saving the settings should then work and populate the file.

    & we'll put a fix in for the next release

    Kevin

  • Tor Langlo 189 posts 532 karma points
    Apr 29, 2019 @ 18:58
    Tor Langlo
    0

    Great, this works, thank you Kevin!

    -Tor

Please Sign in or register to post replies

Write your reply to:

Draft