I have created a document type with a url-picker as the only data type. I have created a single content node using this document type. I have created a package with the document type and the content node. Now I setup a new site, and make sure I have uComponents installed, and try to install my package. If I open the content node, I get this error.
I can delete the node, and create a new one, and everything works as expected, but I would really like to include the node in the package.
I can do the same thing with a multi-url-picker, and everything works as expected.
This is a clean install of Umbraco with uComponents. We created a Data Type, and included that in a Document Type. We then created a content page using that Document Type.
Package with contentnode with url-picker
Hi
I have created a document type with a url-picker as the only data type. I have created a single content node using this document type. I have created a package with the document type and the content node. Now I setup a new site, and make sure I have uComponents installed, and try to install my package. If I open the content node, I get this error.
I can delete the node, and create a new one, and everything works as expected, but I would really like to include the node in the package.
I can do the same thing with a multi-url-picker, and everything works as expected.
Any idea what I'm doing wrong?
I use Umbraco 6.1.5 and uComponents 5.5.1
Hi Allan,
The error looks like the UrlPicker is trying to load in existing content (from the node).
Was a clean installation or did the property (on the doc-type) have an existing data-type associated with it?
Thanks,
- Lee
Hi Lee
Thank you for your reply.
This is a clean install of Umbraco with uComponents. We created a Data Type, and included that in a Document Type. We then created a content page using that Document Type.
Data Type
Document Type
Did that answer your question?
Thanks for the info Allan.
Have you tried to delete the "Logo link to" property and recreate it?
Thanks, Lee.
If you're still running across this, uComponent 5.5.2 seems to have resolved the issue. See this thread for more info http://ucomponents.codeplex.com/workitem/14863
Nuget Update:
Install-Package DiscoverPackageSources
Discover-PackageSources -Url "https://www.myget.org/F/ucomponents/"
Install-Package ucomponents
...
Successfully installed 'uComponents 5.5.2'.
Hi Matt
Thank you very much.
is working on a reply...