• Since updating to PHP 8.1 I have a PHP Warning on one of my snippets:

    [22-Jun-2022 17:20:08 UTC] PHP Warning: Trying to access array offset on value of type null in /srv/htdocs/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 57

    I realize it’s on line 57 of one of my snippets, but I can’t easily determine which one. I have many active snippets. Is there a way to more-easily determine which actual snippet is causing this?

Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    It’s a little tricky to narrow down the list, but you could try a search for [ @line:57 and see if that works.

Viewing 1 replies (of 1 total)
  • The topic ‘Troubleshooting PHP error log warnings’ is closed to new replies.