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 46 forks source link

Warning: Undefined array key #312

Open tuxmika35 opened 1 year ago

tuxmika35 commented 1 year ago

Hello

With dokuwiki 2022-07-31 "Igor", PHP 8.1 and bureaucracy version 2022-02-09, I got the following errors

Warning: Undefined array key 4 in /htdocs/wiki.mickaelbonnard.fr/lib/plugins/bureaucracy/syntax.php on line 320

Warning: Undefined array key "userinfo" in /htdocs/wiki.mickaelbonnard.fr/inc/Mailer.class.php on line 639

Warning: Trying to access array offset on value of type null in /htdocs/wiki.mickaelbonnard.fr/inc/Mailer.class.php on line 639

Warning: Undefined array key "userinfo" in /htdocs/wiki.mickaelbonnard.fr/inc/Mailer.class.php on line 640

Warning: Trying to access array offset on value of type null in /htdocs/wiki.mickaelbonnard.fr/inc/Mailer.class.php on line 640

Cordially

vb-git commented 1 year ago

Same error for me. Email is sent just fine so functionality seems unaffected. Maybe it has to do with the newer PHP version (which i also have).