Hello Community,
im trying to import a dokuwiki backup into xwiki. The import works but the folder structure is reversed. Any idea how to solve this?
Thanks
Hello Community,
im trying to import a dokuwiki backup into xwiki. The import works but the folder structure is reversed. Any idea how to solve this?
Thanks
What do you mean by βreversedβ? Could you provide an example?
if the dokuwiki tree structure looks like:
root folder/
ββ folder1/
β ββ folder2/
β β ββ folder3/
The nested pages after the import look like
folder3/
ββ folder2/
β ββ folder1/
β β ββ root folder/
I can reproduce, it looks like a regression introduced in version 2.0. Iβve released a bug fix in versions 2.3 and 3.1 (version 2.3 is for XWiki < 16.2.0). Please upgrade the extension and try again. Thank you very much for the report, and sorry for the issue!
thanks for the fix, it does work as expected now