giterlizzi / dokuwiki-plugin-advanced

Import/Export utility and control the advanced settings of your DokuWiki installation
https://www.dokuwiki.org/plugin:advanced
GNU General Public License v2.0
12 stars 7 forks source link

Unable to export #11

Open Juergen-aus-Zuendorf opened 6 years ago

Juergen-aus-Zuendorf commented 6 years ago

Hi,

the attempt to export wiki pages fails completely. The selection only finds pages when I select a namespace and mark "Include sub-namespaces". And even if all found pages are marked, the generated zip file is empty.

So what can I do?

Best regards Juergen

Lineflyer commented 6 years ago

I have just installed the plugin and wanted to give it a try using the export function. It turns out, I seem to have the same problem as @Juergen-aus-Koeln

TheEdgeSLQ commented 5 years ago

Same problem here on release 2018-04-22a "Greebo"

fiwswe commented 2 years ago

DW 2022-31-07a, PHP 8.0.23, Advanced Plugin 2022-09-22

I was able to export all pages using namespace: (root) and selecting Include sub-namespaces.

Exporting only one namespace also worked fine.

So maybe this issue is fixed?

ScrambledBrain commented 1 year ago

I also have such an issue:

My first folder has some subfolders and currently only in the 3rd folder lays a text file. The folders above are currently empty.

It looks like this:

a/b/c/d.txt
playground/playground.txt
wiki/dokuwiki.txt
wiki/syntax.txt
wiki/welcome.txt
sidebar.txt
start.txt

If I try to export using namespace (root) with selected Include sub-namespaces, the whole a/b/c/d.txt namespace incl. files are NOT getting exported, but all other do.

But if I export using selected namespace a with selected Include sub-namespaces, all folders and files of this namespace are getting exported as expected.

But I want to export my whole wiki at once ;D

I think, there is a bug in export.php

Hopefully someone with php knowledge could fix this :D