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.
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
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')
Thanks Sebastiaan but both records seem to be there in the database already with exactly the same data as above...
Have a look at the poll document type then, the "info" property may need to be recreated..
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"?
It's of the "textbox multiple" type, that's why I was suggesting it ;-)
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.
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.
Sounds good!
That's an easy one: add a scriptmanager to the template where the poll will be:
<asp:ScriptManager ID="ScriptManager1" runat="server" />
is working on a reply...
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.