dokuwiki_plugin_wrap icon indicating copy to clipboard operation
dokuwiki_plugin_wrap copied to clipboard

Errors with Igor RC2 and PHP Version 8.1.6

Open saggi-dw opened this issue 2 years ago • 1 comments

On a test installation of Igor with xampp and PHP 8.1 I get the following errors:

Warning: Undefined array key "lang" in E:\xampp\htdocs\dokuwiki\lib\plugins\wrap\helper.php on line 94
Warning: Undefined array key "id" in E:\xampp\htdocs\dokuwiki\lib\plugins\wrap\helper.php on line 117
Warning: Undefined array key "dir" in E:\xampp\htdocs\dokuwiki\lib\plugins\wrap\helper.php on line 128

with the expression

<WRAP center round info 60%>
info box
</WRAP>

Also with others, like columns I get Undefined array key warnings. If more information is needed I can provide it.

saggi

saggi-dw avatar Jul 06 '22 09:07 saggi-dw

Also on PHP 8.1

Got error 'width" in /wiki/lib/plugins/wrap/helper.php on line 119

LMS235 avatar Aug 01 '22 10:08 LMS235

Created a PR to fix this. #237

syntaxseed avatar Aug 08 '22 19:08 syntaxseed