Should I worry about this PHP Error/Notice

Hi,

in apache2 error log I see (for almost evry una page that is beeing served) this Warning:

[Wed Apr 29 17:08:24.537493 2020] [proxy_fcgi:error] [pid 26070] [client ip.ip.ip.ip:57802] AH01071:
Got error 'PHP message: PHP Notice: Trying to access array offset on value of type bool in /path-to-una/inc/classes/BxDolCategory.php on line 82
PHP message: PHP Notice:  Trying to access array offset on value of type bool in /path-to-una/inc/classes/BxDolCategory.php on line 82
PHP message: PHP Notice:  Trying to access array offset on value of type bool in /path-to-una/inc/classes/BxDolCategory.php on line 82
PHP message: PHP Notice:  Trying to access array offset on value of type bool in /path-to-una/inc/classes/BxDolCategory.php on line 82
PHP message: PHP Notice:  Trying to access array offset on value of type bool in /path-to-una/inc/classes/BxDolCategory.php on line 82',
referer: https://almost/every/una-sites/in/una

Please can someone tell me how to get rid of this, how to troubleshoot this? I don't like doing it by suppressing PHP to just log the fatal error.

  • 706
  • More
Replies (6)
    Login or Join to comment.