Dear community,
we have problem with deleting links contained in one page as child “pages” - links to only one page. If the page is deleted the links saved in child list. How can I delete these links?
Thank you
Dear community,
we have problem with deleting links contained in one page as child “pages” - links to only one page. If the page is deleted the links saved in child list. How can I delete these links?
Thank you
Hi,
I don’t think I understood that well your use case.
You have 2 pages, a Parent and a Child, with the hierachy Parent → Child, and you deleted the Child. And now you can still see the Child listed under Parent in the navigation tree?
Also, maybe there is a redirect that remained after renaming a page. Check https://www.xwiki.org/xwiki/bin/view/FAQ/How%20do%20I%20remove%20a%20redirect
Thanks,
Lavinia
Hello,
This case is very specific, so it might be hard to understand, because it is little bit messy. Actually we have found reason and possible solution for this, but we need to do proper testing of the solution. The solution to my case might be (idk yet) provided here: Issue with reverse-proxy - #12 by pdwalker.
The particular situation - description:
I have parent page, which contains pages. One of the child pages was duplicated, especially there was duplicated a link to them, not themselves as pages. And I can’t now delete the link, because of duplication and reverse re-loading → re-creating the page implicitely by system.
The reason of this situation
We have accidentally set wrongly the domain accessing the xwiki system (my guess). And content creators used this semicolon sign “;” together with layer naming system like: Parent topic ; Concrete stuff ; More concrete stuff. Which together with wrongly set domain and accesing using that domain like: secondaryname.mainnamofdmain.com caused problem of naming, creating and maintaing these pags. The pages were duplicated because of semicolon in URL by title of page (not escaping the “;”) from URL. While I accessed, created, imported or edited these page with this naming by IP (12.34.56.78:8080/xwiki/wiki/subxwikiname) not this domain like above everything was okay. I have done proper testing of this issue if interested.
Thank you,
SVRL