in TracyDebugger.module.php line 2568. This warning only pops up when using PHP 8.1.0, where there are some errors by the core PW (reported here https://github.com/processwire/processwire-issues/issues/1467). $property is NULL, I guess this should never happen in the first place, but maybe you could check if $property is string before calling trim()?
in TracyDebugger.module.php line 2568. This warning only pops up when using PHP 8.1.0, where there are some errors by the core PW (reported here https://github.com/processwire/processwire-issues/issues/1467). $property is NULL, I guess this should never happen in the first place, but maybe you could check if $property is string before calling trim()?