i-net-software / dokuwiki-plugin-siteexport

DokuWiki plugin to export pages or namespaces to static html
https://www.dokuwiki.org/plugin:siteexport
GNU General Public License v2.0
24 stars 12 forks source link

Windows Dokuwikistick install "Start Process" issue #134

Open rgleason opened 1 month ago

rgleason commented 1 month ago

Windows 10/11 Dokuwikistick installation in C:drive When in admin > siteexport (setup for export)

Start Process
Direct Download Link:   BLANK
wget Download URL:    BLANK
curl Download URL:   BLANK

Select "start" and output

Status
Finished but download failed.

What is the problem here? Why aren't the wget, etc showing?

rgleason commented 1 month ago
  1. Reinstall siteexport from the Admin > Extensions Plugin
  2. Clear the dokuwiki cache, for example C:\xampp\htdocs\dokuwiki\data\cache
  3. Close the wiki and reopen.
  4. Enable siteexport debug mode from Admin > Configure > SiteExport Plugin

Close and restart Dokuwiki with new browser tab localapp/dokuwiki Then the download links seem to appear under Admin > SiteExport

rgleason commented 1 month ago

However whenever I try siteexport "Save" no matter what settings,

Now try closing the Wiki page. In our case http://localhost/dokuwiki/doku.php?id=opencpn&do=admin&page=siteexport

And then open a new browser tab and enter http://localhost/dokuwiki/ if you are using and Xaamp setup.

Now go to Admin > SiteExport Plugin and try to export just one page "Start" Status should be "Finished Download"

Now hopefully, the local dokuwiki is set up to process Site Exports.

rgleason commented 1 month ago

If you find that the Status is "Download Failed" or "Starting Download" and nothing happens, SiteExport is still not working and needs to be fixed..

rgleason commented 1 month ago

After selecting this page only, Render engine: epub and template: dokuwiki the process completes immediately and sitexport-21.zip is opened and I see manual_basic.html

When I use media manager and navigate to the wiki directory, I found the zip file, so it should be working.

By the way, I noticed that I under Configuration > Network that I had put
proxy»user Proxy user name (put my login user name) proxy»pass Proxy password (put my user pw)

I don't know if it makes a difference.