• kasio99

    (@kasio99)


    This plugin is causing an error, I’ve switched back to the 2024 theme and still getting the error:

    Function is_feed was called incorrectly.

    In the powerpress.php file on line 4558 you need to update from:

    if( is_feed() && powerpress_is_custom_podcast_feed() && method_exists('Groups_Post_Access', 'posts_where') )

    to:

    if( $query->is_feed() && powerpress_is_custom_podcast_feed() && method_exists('Groups_Post_Access', 'posts_where') )

    Thanks,

    James Williamson

    Kasio99

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Shawn

    (@shawnogordo)

    I’ve asked the Blubrry dev team to investigate this issue. I’ll post another message here as soon as I get something back from them.

    Thread Starter kasio99

    (@kasio99)

    Thank you I appretiate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Function is_feed was called incorrectly.’ is closed to new replies.