We’re trying to deploy our umbraco instance in dev to production, since they have different databases we wanted to use uSync to copy all of the changes to our production setup along the way we got into this issue.
Hi,
I looking into where these errors come from (deep in the Umbraco core). I think that your content types might not quite be in sync.
if the content type is set to not vary by culture but the content item looks like it is set to vary by culture then the content will have culture values in it, and when it gets saved umbraco returns the two errors you see “Content type does not vary by culture” and “cannot save empty name”.
the version error is likely an artifact of the save failing.
I would check and maybe resync the content types first and then see if the content and media come across as expected.