Am 13.01.2016 um 11:27 schrieb Marius Dumitru Florea:
Can you try the same with XWiki.DocumentTree page? (it includes XWiki.DocumentTreeMacros and I thought PR is checked on the included content). Done that. Did not resolve it. However on the "DocumentTree" page I find that these work on the top level:
* Wiki > Space > Page Tree ({{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}}) * Full Entity Tree ({{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false" showChildDocuments="false" showObjects="true" showClassProperties="true" /}}) …while these show the reported problem… * Document Hierarchy Tree ({{documentTree compact="true" /}}) * Compact Document Hierarchy Tree ({{documentTree /}}) So the tree widget is not generally broken - just when it dives into the pages of the wiki. I must say that we have migrated from a previous version that had "spaces" and not just nested documents. Not sure that information helps. I have posted the current traceback at https://gist.github.com/Signum/e1a8a3732b26c30400e2 in case something has changed indeed but I didn't see it. Thanks again for the help. I hope we can figure this out. …Christoph