I'd say 95% of my wiki's error log (Apache) is this:
PHP Warning: Undefined array key 0 in C:\\UniServer\\www\\dokuwiki\\lib\\plugins\\include\\action.php on line 285
PHP Warning: Trying to access array offset on value of type null in C:\\UniServer\\www\\dokuwiki\\lib\\plugins\\include\\action.php on line 285
Not sure if that just means an array needs to be checked before being accessed?
It's not actually affecting anything, as far as I know. Other than cluttering up the log. I just noticed it when trying to track down some other issue and thought I'd mention it.