How to fix Page template error after run Migration from K13 to XbyK?

I've run migration from K13 to XbyK but when I access a page template, it request me re-create page again, I think there's a way to fix it or avoid this issue?
I've tried implement code first then run migration again, but it's still not work

1.00


Environment

  • Xperience by Kentico version: 31.0.0

  • .NET version: 10

0

Answers

Accepted answer

There's a blog post here on the Community Portal about Page Template issues:

Diagnosing Xperience by Kentico Page Template issues

Because you are doing an upgrade, make sure your source page(the page in KX13) is correctly configured for Page Templates.

If the source page isn't using Page Templates but you want to use them in XbyK you might be able to adjust your data migration custom code to add it or you can use SQL to modify XbyK database, populating the page with some default Page Template configuration (see the blog post for details).

0

To response this discussion, you have to login first.