PHP 7.4 NOTICE: Trying to access array offset on value of type null ...... /extensions/DynamicPageList/classes/Parameters.php
on line 877 and 920 I changed the line // if (!is_array($data['like'])) { if (!isset($data['like'])) {
no error messages now. Have no idea if this is a real fix.