• Resolved Lea

    (@leac)


    Lately I’ve been seeing this error in my site’s debug.log file:

    > PHP Notice: A feed could not be found at http://theme10.com/feed/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed. in /wp-includes/class-simplepie.php on line 1580

    I see it corresponds to an error in one of my dashboard blocks, a block inserted by the Comment Reply Notification plugin:
    [screenshot]

    Does anyone know why this is happening, and/or how to fix the error?

    https://wordpress.org/plugins/comment-reply-notification/

Viewing 1 replies (of 1 total)
  • Thread Starter Lea

    (@leac)

    The easiest way to prevent this error is to disable the display of the block on the dashboard.

    In order to do that, just comment out line 375 in comment-reply-notification.php. That line attaches a function to the wp_dashboard_setup hook, which we don’t want anymore:
    //add_action('wp_dashboard_setup', 'wpjam_modify_dashboard_widgets' );

Viewing 1 replies (of 1 total)
  • The topic ‘A feed could not be found at http://theme10.com/feed/.’ is closed to new replies.