PHP Fatal error: Uncaught Error: Call to a member function has_cap()
-
I am seeing the following in my debug.log file. I believe it started when one of my external links stopped working (ie. when this plugin started finding a broken link):
PHP Fatal error: Uncaught Error: Call to a member function has_cap() on bool in wp-content/plugins/broken-link-checker/core/core.php:3924
Stack trace:
#0 wp-content/plugins/broken-link-checker/core/core.php(3779): wsBrokenLinkChecker->send_authors_notifications(Array)
#1 wp-includes/class-wp-hook.php(288): wsBrokenLinkChecker->maybe_send_email_notifications()
#2 wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(”, Array)
#3 wp-includes/plugin.php(544): WP_Hook->do_action(Array)
#4 wp-cron.php(138): do_action_ref_array(‘blc_cron_email_…’, Array)
#5 {main}
thrown in wp-content/plugins/broken-link-checker/core/core.php on line 3924
- The topic ‘PHP Fatal error: Uncaught Error: Call to a member function has_cap()’ is closed to new replies.