PHP Fatal error: Uncaught Error:
-
I have recently upgraded to PHP version 8.0 and then 8.1. Even since that time, I have been getting errors in my error log. I do not notice any problems with my site. But my log is showing errors. The most recent error is as follows:
[21-Dec-2022 18:02:42 UTC] PHP Fatal error: Uncaught Error: Unknown named parameter $interval in /home/wktfe8j7cwan/public_html/wp-includes/class-wp-hook.php:308 Stack trace: #0 /home/wktfe8j7cwan/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #1 /home/wktfe8j7cwan/public_html/wp-includes/plugin.php(565): WP_Hook->do_action() #2 /home/wktfe8j7cwan/public_html/wp-cron.php(188): do_action_ref_array() #3 {main} thrown in /home/wktfe8j7cwan/public_html/wp-includes/class-wp-hook.php on line 308
My research shows that this is most likely a plugin that is not compatible with PHP version 8.0. But the stack trace gives no indication of which plug in is the problem and I do not want to disable all 30 or so of my plugins to identify the issue, especially since it appears the site is working.
Any ideas? Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Fatal error: Uncaught Error:’ is closed to new replies.