selfthinker / dokuwiki_plugin_wrap

Wrap Plugin for DokuWiki: Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
http://www.dokuwiki.org/plugin:wrap
GNU General Public License v2.0
42 stars 33 forks source link

bug wrap 2022-07-31 "Igor" #236

Closed tuxmika closed 2 years ago

tuxmika commented 2 years ago

Hello

I recently upgraded to version 2022-07-31 "Igor" with DokuWiki Upgrade Plugin and now when I log in and go to pages or use the wrap plugin I get error messages :

Warning: Undefined array key "lang" in /htdocs/wiki.mickaelbonnard.fr/lib/plugins/wrap/helper.php on line 94

Warning: Undefined array key "id" in /htdocs/wiki.mickaelbonnard.fr/lib/plugins/wrap/helper.php on line 117

Warning: Undefined array key "width" in /htdocs/wiki.mickaelbonnard.fr/lib/plugins/wrap/helper.php on line 119

Warning: Undefined array key "dir" in /htdocs/wiki.mickaelbonnard.fr/lib/plugins/wrap/helper.php on line 128

Warning: Undefined array key "hid" in /htdocs/wiki.mickaelbonnard.fr/inc/html.php on line 136

Warning: Undefined array key "hid" in /htdocs/wiki.mickaelbonnard.fr/inc/html.php on line 136

syntaxseed commented 2 years ago

Happens for me as well on PHP 8.1.

syntaxseed commented 2 years ago

Created a PR to fix this.

237

syntaxseed commented 2 years ago

Second PR fixes last 2 errors.

238

Klap-in commented 2 years ago

I cannot reproduce the messages here, maybe I have different log settings.. All warnings are now solved?