You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Notice: Trying to access array offset on value of type null in /core/Tracker/Settings.php on line 44
Line 44 is a device/browser type check
if ($aBrowserInfo[‘type’] != ‘browser’) {
I wrapped it in an if(!empty($aBrowserInfo[‘type’])) statement (as opposed to just suppressing the notices) to see if that would make the notices go away.
Reported in https://forum.matomo.org/t/new-core-tracker-settings-php-notice-in-apache-error-logs-on-matomo-3-13-1-and-php-7-4/35786
matomo/core/Tracker/Settings.php
Lines 42 to 48 in 5322d05
The text was updated successfully, but these errors were encountered: