- Umbraco 8.3
- uSync 8 (v8.3.0.0 + Content Edition)
I am new to Umbraco an Usync, so maybe I am missing something and this is expected behavior.
But I have a problem of moving data from Dev-env to Test-env using Usync.
Short description:
Page/node is created in Test-env but not published and content is missing.
Log-files give WARN
Second Import Failed: Variation \"<null>,<null>\" is not supported by the property type
Manually adding the content and publishing it works OK.
Can I somehow get more info about what property type isn't working?
What does "variation null, null" actually mean?
Longer description:
Site is set-up with two languages (sv and en).
In dev-env I add a node/page with content and publish it in lang 'sv' and 'en'. Then I use USync to export the files. These are created OK with the correct content in the files.
(under folders Content and Domains, "OK" as far as I can tell that is. The Domain-folder has many files with seemingly same content in them)
The USync files are moved to Test-env. I do a "Full Import". I can see the new Node in the info of importing.
Then I look at "Report Content/Media". And the data is there when I look at the "Details" but only for the main language (sv).
Chosing Content in Umbraco I can see that the page/node has been created but it is not published (Draft) and none of the content data is filled. For none of the languages.
If I look at the History it says "Save, Content saved for languages: English (United States), Swedish (Sweden)". But no publish.
I can add the content manually and publish the page manually, so I guess all types should be there? (only standard types/property editors are used)
For info this is my (simplified) node-setup:
- Home (en + sv)
-- Blog Posts (en + sv)
--- Category 1 (en + sv)
---- Post 1 (en + sv)
Example of full error from /Logs:
{"@t":"2019-12-05T08:40:29.6648394Z","@mt":"Second Import Failed: Variation \"<null>,<null>\" is not supported by the property type.","@l":"Warning","SourceContext":"Umbraco.Core.Models.IContent","ProcessId":7476,"ProcessName":"w3wp","ThreadId":29,"AppDomainId":4,"AppDomainAppId":"LMW3SVCXXROOT","MachineName":"MA-1","Log4NetLevel":"WARN ","HttpRequestNumber":4,"HttpRequestId":"9904d111-886d-49a0-87b5-a2cef508d1cf"}
Thanks for your time if you made it all the way down here! =)