Copied to clipboard

Flag this post as spam?

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


  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Aug 01, 2016 @ 14:04
    Bjarne Fyrstenborg
    0

    YSOD when adding composition doc type

    I am using Umbraco 7.4.3 and have a document type called "customInputCheckbox" with a property "cfLabel".

    I had the same property added to "customInputBase" document type, but because of a bug in Nested Content 0.2.0 with compositions I didn't use the composition doc type.

    Now I have updated Nested Content to v0.3.0, where the issue is fixed and would like to use the composition property.

    I think a did delete the property "cfLabel" from "customInputCheckbox" first before selecting to use "customInputBase" as composition for "customInputCheckbox", but now I get the following error also in content section - so I can't actually do much in backoffice now.

    Any idea how to fix this?

    enter image description here

    Thanks, Bjarne

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Aug 02, 2016 @ 08:53
    Bjarne Fyrstenborg
    0

    After this was breaking backoffice UI, I had a look a the DB table "cmsPropertyType":

    enter image description here

    I deleted the last row in the table and after that I could access content nodes and document types again.

    DELETE FROM cmsPropertyType
    WHERE Alias = 'cfLabel'
    AND id = 92
    

    I have created an issue here with more details and how to reproduce: http://issues.umbraco.org/issue/U4-8798

Please Sign in or register to post replies

Write your reply to:

Draft