Copied to clipboard

Flag this post as spam?

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


  • Mitch 42 posts 157 karma points
    Jun 29, 2022 @ 10:28
    Mitch
    0

    Path to translation job error

    Getting this issue in v9. The translation job file saves, but in the CMS it thinks the file is at the root of the site and gives a 404 error when trying to download it. Is there a config setting that I need to change? The config seems to have changed a lot in v9 and can't see settings for Provider folder paths in the documentation.

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jun 29, 2022 @ 12:17
    Kevin Jump
    0

    Hi,

    I would just check you are on the latest v9 version of Translation manager just because there where some fixes for how the XLIFF files are stored/retrieved from disk in recent versions (specifically 9.1.1)

    If you are running that or above - are you running Azure/AWS file storage, In theory it works with that, but there are quite a lot of diffrent ways to set it up so maybe we've missed something.

    the folder settings for providers are now stored in the DB but completely accessible via the backoffice settings section : Translation Manager -> Connectors -> Xliff Connector

  • Mitch 42 posts 157 karma points
    Jun 29, 2022 @ 13:59
    Mitch
    0

    Hi Kevin. We're using v9.1.3. I've set Xliff connector to save files in the /translations directory - which it does fine, just can't then download them from the CMS as it thinks the file is in the root.

    [EDIT] It actually seems to always be looking in /umbraco/translations for the job regardless of what I set the the folder to be.

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jun 30, 2022 @ 16:00
    Kevin Jump
    100

    Hi Mitch,

    tracked this one down, in fixing something for .netframework version we broke it for the .net core one ☹️

    We've pushed an updated out (v9.1.4) which should fix this for you .

    It might not fix existing broken jobs (it might) - but all new jobs will work.

  • Mitch 42 posts 157 karma points
    Jun 30, 2022 @ 16:53
    Mitch
    0

    Hi Kevin. Many thanks for this. I'll update the package now.

  • Mitch 42 posts 157 karma points
    Jul 01, 2022 @ 09:02
    Mitch
    0

    Hi Kevin. We're still having the same issue after updating the package. I've created a new Set and added new Jobs but no joy. I've set the save folder to both inside and outside wwwroot but the link in the CMS continues to point to /umbraco/translations.

    We are using AWS for media items but I'm pretty sure there's nothing in our code that will cause the issue - I will have a look.

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jul 01, 2022 @ 09:05
    Kevin Jump
    1

    Hi,

    you might have to clear out Umbraco's JavaScript cache for this release - (as non of the internal file name change).

    https://our.umbraco.com/Documentation/Reference/Configuration/RuntimeMinificationSettings/

    i think adding a version value will do it.

    "Umbraco": {
      "CMS": {
        "RuntimeMinification": {
          "Version": "1234"
        }
      }
    }
    
  • Mitch 42 posts 157 karma points
    Jul 01, 2022 @ 09:11
    Mitch
    0

    Brilliant. That works. Thanks so much.

Please Sign in or register to post replies

Write your reply to:

Draft