Knut
Knut
@papoteur-mga The statement `$section->getElements()` retrieves the right content (remember: the same code is working fine on Docx template processor). I'll build a small testemonial, so I can provide you the...
@papoteur-mga **Mea culpa!** While creating the testemonial I found out that I output a (not used) writer instance instead of template processor (commented out in `code.php` of the testemonial). So...
@fiwswe You stated the right file, I changed [dokuwiki/lib/plugins/authplain/auth.php](https://github.com/dokuwiki/dokuwiki/blob/36855f452ffcb08f5441c1830c50ed1008b4f2cc/lib/plugins/authplain/auth.php#L94-L98) I don't check other authentication methods and you're right: better to fix it in the routine calling the specific method. But...
@splitbrain The php error log of yesterday (first time I got the error) shows: `[02-Dec-2025 17:53:01 Europe/Berlin] PHP Warning: Array to string conversion in /xxx/lib/plugins/authplain/auth.php on line 93` The backend...
**Have reproduced that behavior:** - Commented out my patch - Add two users and filter by group (four users) - Mark the two previously added user  - Click `Remove`...
May be ... How to update your plugins marked as ``?
Sorry, but there are no wiki specific log files: directory `/data/log/error/` is empty. `$conf['dontlog'] = 'debug';`
D'accord! Unfortunately, at the moment I haven't the time to go deeper in this. But I'll be back, if I found out more. Will create a local instance for further...
YES (a bunch of this)! 😎 - BackupTool for DokuWiki 1.0.1 von Terence J. Grant - Cell Background von dr4ke - color syntax plugin von Harald Hanche-Olsen - config:htmlok Plugin...
Good news for me, bad news for investigation ... 😂