Copied to clipboard

Flag this post as spam?

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


  • Jim 17 posts 60 karma points
    Aug 20, 2019 @ 17:45
    Jim
    0

    How to handle invalid contenttypenodeId in cmsPropertyTypeGroup

    I am trying to upgrade to v8.1.2 from 7.15.2, but it fails when putting the foreign key on cmsPropertyTypeGroup.contenttypeNodeId because one of the node id's does not exist in the cmsContentType table.

    cmsPropertyTypeGroup row that is causing the issue:
    id: 13
    contenttypeNodeId: 1070
    text: Membership
    sortorder: 0
    uniqueID: 1A442183-A3CF-3A4D-7B57-F807C0E2E898
    

    There is no cmsContentType with nodeId = 1070.

    There is no umbracoNode with nodeId = 1070

    Should I just try to manually create the cmsContentType and umbracoNode rows or is there another way? Is there guidance on manually creating data like this?

Please Sign in or register to post replies

Write your reply to:

Draft