Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing full v13 pack into v15 misses a lot of templates #248

Open
PhyxionNL opened this issue Nov 15, 2024 · 4 comments
Open

Importing full v13 pack into v15 misses a lot of templates #248

PhyxionNL opened this issue Nov 15, 2024 · 4 comments

Comments

@PhyxionNL
Copy link

PhyxionNL commented Nov 15, 2024

Describe the bug
A clear and concise description of what the bug is.

Version (please complete the following information):

  • Umbraco Version: 15.0
  • uSync Version: 15.0
  • uSync.Complete Version: 15.0

To Reproduce
Steps to reproduce the behavior:

  1. Export a full sync pack in uSync in v13 installation.
  2. Create v15 project.
  3. Import v13 into v15.
  4. I only get 5 templates in Umbraco. All the other content seems to be imported OK. Weirdly it does report 70 templates in the progress thingy, but only 5 are added.

Expected behavior
Get all templates. It works OK to import v13 pack into a blank v13 and then upgrade Umbraco.

@KevinJump
Copy link
Member

Hi,

Can you send a screen shot of the structure ? is there any noticible logic, (it might be failing on children for example?)

@KevinJump
Copy link
Member

Also does a second import bring them in (just wondering).

@PhyxionNL
Copy link
Author

Hi,

Can you send a screen shot of the structure ? is there any noticible logic, (it might be failing on children for example?)

I didn't find any logic, I've tried it a couple of times and it are always the same items that are imported.
When it's processing "Content", I do see a lot of these in console:

[13:10:34 INF] The reference to umb://media/695a51117c694d1e8629451d9acf1ab7 can not be saved as relation, because doesn't have a node ID.
[13:15:16 INF] The reference to umb://document/9aa809248d6d41d69124bf3be81ee9cb can not be saved as relation, because doesn't have a node ID.
[13:15:18 WRN] no json images found for []

Screenshot:
image

It says all these templates are imported, but they're not listed in Umbraco under Templating > Templates, and not bound to the Document Types, so Umbraco complains about missing templates.

The templates in the exported zip file look the same compared to the ones that are imported.

Also does a second import bring them in (just wondering).

Sadly not, it has the same issue. I also tried Import (Force).

@KevinJump
Copy link
Member

yeah - you can disregard the relation errors (that's an umbraco issue, it happens when you install the starter kit on a blank site) 😞

I will take a look see if this is anything i can reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants