Copied to clipboard

Flag this post as spam?

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


  • Alex Campbell 47 posts 69 karma points
    Jan 10, 2011 @ 21:22
    Alex Campbell
    0

    Could not find datatype with id 67db8357-ef57-493e-91ac-936d305e0f2a

    I'm having a problem installing the Poll package and keep getting this error message...

    Could not find datatype with id 67db8357-ef57-493e-91ac-936d305e0f2a

    We're running Umbraco 4.5.2 with MSSQL, the site has been customised a fair ammount but nothing to the core Umbraco code.

    Has anyone seen this before?

    Thanks,

    Alex

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Jan 11, 2011 @ 08:55
    Sebastiaan Janssen
    0

    It looks like the "textbox multiple" datatype has gone missing?

    You could probably fix it like this:

    INSERT INTO umbracoNode (id, trashed, parentID, nodeUser, level, path, sortOrder, uniqueID, text, nodeObjectType, createDate) VALUES (-89, 0, -1, 0, 11, '-1,-89', 34, 'c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3', 'Textbox multiple', '30a2a501-1978-4ddb-a57b-f7efed43ba3c', '2004/09/30 14:01:49.920') 
    INSERT INTO cmsDataType (pk, nodeId, controlId, dbType) VALUES (10, -89, '67db8357-ef57-493e-91ac-936d305e0f2a', 'Ntext')

  • Alex Campbell 47 posts 69 karma points
    Jan 11, 2011 @ 09:58
    Alex Campbell
    0

    Thanks Sebastiaan but both records seem to be there in the database already with exactly the same data as above...

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Jan 11, 2011 @ 11:32
    Sebastiaan Janssen
    0

    Have a look at the poll document type then, the "info" property may need to be recreated..

  • Alex Campbell 47 posts 69 karma points
    Jan 11, 2011 @ 12:20
    Alex Campbell
    0

    Ok, looks like that is missing although the error occurs when I am installing the package. The installation appears to crash half way through.

    What type of property is "info"?

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Jan 11, 2011 @ 12:23
    Sebastiaan Janssen
    0

    It's of the "textbox multiple" type, that's why I was suggesting it ;-)

  • Alex Campbell 47 posts 69 karma points
    Jan 11, 2011 @ 12:48
    Alex Campbell
    0

    Duh! Sorry, not quite with it today, that was way to cryptic! ;-)

    Ok, so I'll add the info property and then do various combinations of reinstall and see what happens.

  • Alex Campbell 47 posts 69 karma points
    Jan 20, 2011 @ 18:40
    Alex Campbell
    0

    Sorry not to get back to you sooner on this Sebastiaan .

    Ok, so I have checked the doctype and all is as it should be, I have tweaked the document types to allow the Poll Answer as a child and I can now create a poll + answers. I still have a bug regarding a scriptmanager being required when I try to vote but I haven't investigated this proper;y yet, will be having a go later on so will report back.

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Jan 21, 2011 @ 08:15
    Sebastiaan Janssen
    0

    Sounds good!

    That's an easy one: add a scriptmanager to the template where the poll will be:

    <asp:ScriptManager ID="ScriptManager1" runat="server" />
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies