My code in VS wich I have used several times in other sites:
All nested content items get rendered and string properties are shown. Images seem to get found but "Url" property stays empty:
I have found other entries in the forum where this error seemed to be related to the examine index. So I have changed the custom fields in the ExamineIndex.config and rebuild the index but this did not fix the problem.
All other images (not nested) are accessible on the page.
Nested Content Media Url empty
Hi everyone,
Umbraco version 7.15.1 assembly: 1.0.7144.21656
I am experiencing this problem:
Nested content with image "media picker" - logo2:
My code in VS wich I have used several times in other sites:
All nested content items get rendered and string properties are shown. Images seem to get found but "Url" property stays empty:
I have found other entries in the forum where this error seemed to be related to the examine index. So I have changed the custom fields in the ExamineIndex.config and rebuild the index but this did not fix the problem.
All other images (not nested) are accessible on the page.
Don't know what else I could try. Any ideas?
It's not only related to the nested content.
I have now rebuild the structure. Parent node with children.
I get all the children but cannot get the images because the Url is empty.
In my case it was related to reindexing the InternalIndexSet:
and than rebuild the internal index.
All the Images are shown again.
Thanks
is working on a reply...