Searchindex Manager not working
-
Hi
I have an issue with the Searchindex Manager.
There seems to be an Problem with the Ajax Call to rebuild or update the index.The Request Formular Data is 'call; "pagelist"'
Did anyone have an hint to solve this?
Running "php bin/indexer.php" works.Regards
Anton -
-
@ahummel I was able to reproduce this and have pushed a fix - https://git.cloudron.io/cloudron/dokuwiki-app/-/commit/bc5051b55d2c5bb0fa25de5c65d93d1275d34efa .
Can you update to the latest package and let me know?
-
-
If I click 'Rebuild Index', it does seem like it goes into some infinite loop. Doesn't seem to finish. Might want to report this upstream though it's not been updated for a while - https://github.com/splitbrain/dokuwiki-plugin-searchindex
-
@ahummel After experience many minor Errors.
-
Indexing not working
-
Pictures are not displayed
I solved most issues by using Lamp Stack and installed dokuwiki manually on it with php 7.4.
For me it seems there are some issuse with the imported cloudron base container. I am new in packageing cloudron apps and could not identify the source docker file
So i solved it via lamp stack it is not optimal cause of the unneeded mysql and redis components.
Regards ahummel
-
-
Just looked into this issue again with a fresh mind. I think it's not solvable without support in the platform to backup directories outside of
/app/data
(or alternately, we have to install dokuwiki in/app/data
)