Nested pages maximum depth

Hi,

We currently facing an issue when we want to have additional depth level over this:

Home / Level 1 / Level 2 / Level 3

Is there a maximum depth for nested page?

Version is: XWiki Enterprise 8.0-milestone-1

No there’s no limit to the nesting (although it’s been asked as a request ;)).

What issue do you have?

BTW I highly suggest upgrading to XWiki 9.11.3

Actually, the issue is that we cannot add/move a nested page deeper that Level 3:

Home / Level 1 / Level 2 / Level 3

Can you explain or we won’t be able to help you more?:slight_smile:

Is it a UI issue (can you show a screenshot)? Do you have errors in the xwiki logs?

Only idea I have is that the total reference (breadcrumb) is long than 255 characters (without the last page part). That would generate an error in the UI and logs.

I tried to create a new nested page under Automation but looks like I’m stuck at Continuous Integration level.
screenshot_2

Breadcrumb length looks good

Can you check that you have permissions to view/edit the Automation page?

I can view/edit it. I can also do Copy/Rename/Delete.

Maybe Automation is a terminal page. See http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/ContentOrganization/#HTerminology . If that’s the case then you can “rename” it into a non-terminal (nested) page. See http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/DocumentLifecycle/#HMove2FRename , look for:

And if you’re an advanced user you’ll be able to also control whether the new page will be a Terminal page

Hope this helps,
Marius