Copied to clipboard

Flag this post as spam?

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


  • Anthony Candaele 1197 posts 2049 karma points
    Dec 30, 2010 @ 18:06
    Anthony Candaele
    0

    bug in Umbraco Juno Beta?

    Hi, I don't know if this is a bug in Umbraco Juno Beta, but I have a document type and two child document types

    portfolio
    .. portfolioslider
    .. portfoliosliders

    I cannot delete any of these document types, everytime I try to delete one, I get the following message:

    Error handling action. Object not set to an instance of an object.

    Thanks for the advice

    Anthony Candaele
    Belgium

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Dec 30, 2010 @ 18:26
    Dennis Aaen
    1

    Hi Anthony,

    I just tried to do the same setup as you.

    When I try to delete a document type, I get the same message as you.
    I don´t know if it's a bug. But you are not alone in getting the message

    / Dennis Aaen

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Dec 30, 2010 @ 18:33
    Tom Fulton
    1

    Yes, it appears to be a bug in the beta, I have the same problem - please vote up this issue:  http://umbraco.codeplex.com/workitem/29789

  • Anthony Candaele 1197 posts 2049 karma points
    Dec 30, 2010 @ 19:43
    Anthony Candaele
    0

    ok, then this is officialy the first bug I found in Umbraco : )

    Is there another way to delete a document type?

    greetings,

    Anthony Candaele
    Belgium

  • Anthony Candaele 1197 posts 2049 karma points
    Dec 30, 2010 @ 19:46
    Anthony Candaele
    0

    ok, then this is officialy the first bug I found in Umbraco : )

    Is there another way to delete a document type?

    greetings,

    Anthony Candaele
    Belgium

  • Kim Andersen 1447 posts 2196 karma points MVP
    Dec 30, 2010 @ 20:04
    Kim Andersen
    0

    Hi Anthony

    If you really have the needs for deleting the document type, then you can probably delete it directly in the database through your SQL Manager. I haven't tried this my self and you have to be carefull what you do, but I think you need to delete the document type in the following two tables: dbo.cmsContentType and dbo.cmsDocumentType.

    /Kim A

  • Anthony Candaele 1197 posts 2049 karma points
    Dec 30, 2010 @ 20:50
    Anthony Candaele
    1

    Hi Kim,

    I deleted the document types directly in SQL Manager. Indeed not a trivial thing to do. Lot's of foreign keys (there also have to be deleted records in dbo.CmPpropertyType and cms.propertydata, as well as dbo.ContentTypeAllowedContentType and dbo.CmsTab

    But my documenttypes are deleted now .... hope this bug gets fixed soon :)

    greetings,

    Anthony Candaele

  • Kim Andersen 1447 posts 2196 karma points MVP
    Dec 30, 2010 @ 21:59
    Kim Andersen
    0

    Ohh that was quite a few more tables than I mentioned. But nice to know in the future if one ever runs into this problem. I'm sure this problem will be fixed before the final release of v4.6 :)

    /Kim A

Please Sign in or register to post replies

Write your reply to:

Draft