splitbrain / dokuwiki-plugin-bureaucracy

Create forms and generate pages or emails from them
http://www.dokuwiki.org/plugin:bureaucracy
GNU General Public License v2.0
43 stars 47 forks source link

PHP warnings after installing bureaucracy plugin #288

Open fschrempf opened 3 years ago

fschrempf commented 3 years ago

In the extension manager, after installing the bureaucracy plugin I'm getting the following warnings, probably related to changes in PHP 8:

Warning: Uninitialized string offset 36 in /home/frieder/work/dokuwiki/lib/plugins/bureaucracy/syntax.php on line 414
Warning: Uninitialized string offset 29 in /home/frieder/work/dokuwiki/lib/plugins/bureaucracy/syntax.php on line 414
fschrempf commented 3 years ago

And some more warnings after submitting a form in template mode:

Warning: Undefined array key 2 in /home/frieder/work/dokuwiki/lib/plugins/bureaucracy/syntax.php on line 320
Warning: Undefined array key 2 in /home/frieder/work/dokuwiki/lib/plugins/bureaucracy/helper/actiontemplate.php on line 26

Warning: Undefined array key "type" in /home/frieder/work/dokuwiki/inc/Ui/Index.php on line 121
Warning: Undefined array key "type" in /home/frieder/work/dokuwiki/lib/plugins/bureaucracy/helper/actiontemplate.php on line 314
dregad commented 1 year ago

I am not getting any warnings when installing the plugin, but I did receive similar ones as those reported in https://github.com/splitbrain/dokuwiki-plugin-bureaucracy/issues/288#issuecomment-786614423, see #318 and #319.