Troubleshooting PHP error log warnings
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Troubleshooting PHP error log warnings’ is closed to new replies.