I get the ysod below when saving. I initially had my datatype in a doctype mixin but put it directly on the doctype with a different name and removed the mixin and stil get it. I've got uComponents installed, docType mixins, and a few others.
UMP v 1.5 with YouTube provider v1.0
[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +14415801
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +305
umbraco.uicontrols.TreePicker.BaseTreePicker.GetItemBreadcrumbs() +117
umbraco.uicontrols.TreePicker.BaseTreePicker.OnPreRender(EventArgs e) +279
Error saving YouTube video Umbraco 4.9.1
I get the ysod below when saving. I initially had my datatype in a doctype mixin but put it directly on the doctype with a different name and removed the mixin and stil get it. I've got uComponents installed, docType mixins, and a few others.
UMP v 1.5 with YouTube provider v1.0
ah looks like this is the same problem here http://our.umbraco.org/projects/backoffice-extensions/universal-media-picker/bugs,-feedback-and-suggestions/35844-cannot-publish-a-node-with-Amazon-S3-provider-datatype?p=0
is working on a reply...