Title: Latest plugin update issue
Last modified: February 6, 2024

---

# Latest plugin update issue

 *  Resolved [priyaqb](https://wordpress.org/support/users/priyaqb/)
 * (@priyaqb)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/)
 * I am not able to acces my FEED URL after the plugin update. Its is taking me 
   to 404

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Serhiy Zakharchenko](https://wordpress.org/support/users/zahardoc/)
 * (@zahardoc)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17403639)
 * Hi [@priyaqb](https://wordpress.org/support/users/priyaqb/),
   Sorry to hear you
   encountered the issue. Could you please provide the URL of the feed that’s taking
   you to 404?
 *  [DeadSuperHero](https://wordpress.org/support/users/deadsuperhero/)
 * (@deadsuperhero)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17404073)
 * Yeah, I had the same problem. Basically, the index page for a given podcast generates
   a Critical Error, while the feed itself seems to work without any problems.
 * I filed a bug in the tracker earlier today, seems to be an issue with loading
   a resource from the Yoast integration?
 * Feed here:
 * [https://wedistribute.org/series/decentered/](https://wedistribute.org/series/decentered/)
 * Details here:
 * [https://we-distribute-media.sentry.io/share/issue/ab47c546991f4be9b51e6780c05a5d97/](https://we-distribute-media.sentry.io/share/issue/ab47c546991f4be9b51e6780c05a5d97/)
 * Stacktrace here:
 * [https://we-distribute-media.sentry.io/share/issue/ab47c546991f4be9b51e6780c05a5d97/](https://we-distribute-media.sentry.io/share/issue/ab47c546991f4be9b51e6780c05a5d97/)
 *  Plugin Support [keleigh824](https://wordpress.org/support/users/keleigh824/)
 * (@keleigh824)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17404112)
 * [@deadsuperhero](https://wordpress.org/support/users/deadsuperhero/), your RSS
   feed should be [https://wedistribute.org/feed/podcast/decentered](https://wedistribute.org/feed/podcast/decentered)
 * [https://wedistribute.org/series/decentered/](https://wedistribute.org/series/decentered/)
   would be your podcast archive for the series.
 * When you go to Podcasting –> Settings –> General, what do you have shown for 
   the** Podcast slug**? Series? If it doesn’t say series, make sure it says series.
   Then can you resave your permalinks? See if that helps?
 * Do you have any other filters enabled to customize SSP?
 *  [DeadSuperHero](https://wordpress.org/support/users/deadsuperhero/)
 * (@deadsuperhero)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17404281)
 * Hey, sorry, that was confused verbiage on my part, I know it’s the archive index,
   and not the feed. I use series by default for the slug, I’ve checked.
 * Tried updating slug and changing permalinks, no dice.
 * I am not using any filters.
 *  Thread Starter [priyaqb](https://wordpress.org/support/users/priyaqb/)
 * (@priyaqb)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17404451)
 * My issue got sorted out by updating permalinks.
 *  [DJ Ramones](https://wordpress.org/support/users/djramones/)
 * (@djramones)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17405474)
 * We’re encountering the same critical error message as [@deadsuperhero](https://wordpress.org/support/users/deadsuperhero/):
 *     ```wp-block-code
       [07-Feb-2024 10:59:58 UTC] PHP Fatal error:  Uncaught Error: Call to undefined method SeriouslySimplePodcasting\Controllers\App_Controller::get_series_image_src() in [redacted]/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-series.php:48
       Stack trace:
       #0 [redacted]/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php(128): SeriouslySimplePodcasting\Integrations\Yoast\Schema\PodcastSeries->generate()
       #1 [redacted]/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php(75): Yoast\WP\SEO\Generators\Schema_Generator->generate_graph(Array, Object(Yoast\WP\SEO\Context\Meta_Tags_Context))
       #2 [redacted]/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php(720): Yoast\WP\SEO\Generators\Schema_Generator->generate(Ob in [redacted]/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-series.php on line 48
       ```
   
 * I haven’t investigated further yet but it might be an interaction issue with 
   Yoast SEO, which also just released an update to version 22.0 (yesterday, 2024-
   02-06).
 * About the permalinks approach, how do we exactly “resave permalinks”? Is going
   to the main site `Settings > Permalinks` page and re-saving the settings enough?
   If so, it didn’t fix the issue for our site. We already use `series` as the podcast
   slug.
 * **Update #1**: looking at a [diff between versions 2.25.3 and 3.0.0](https://plugins.trac.wordpress.org/changeset/3032219/seriously-simple-podcasting/trunk/php/classes/controllers/class-app-controller.php?old=2983153&old_path=seriously-simple-podcasting%2Ftrunk%2Fphp%2Fclasses%2Fcontrollers%2Fclass-app-controller.php),`
   get_series_image_src()` _did_ disappear, and it’s now causing this critical error.
 * **Update #2**: just to confirm, our issue is also with the podcast archive page.
   The feed link appears to work and we can access the RSS, though for some reason
   our podcast is currently unavailable on Spotify, not sure yet if it’s related.
 * [@zahardoc](https://wordpress.org/support/users/zahardoc/) could you comment 
   on the issue with `get_series_image_src()` I shared above? Thank you very much.
    -  This reply was modified 2 years, 4 months ago by [DJ Ramones](https://wordpress.org/support/users/djramones/).
    -  This reply was modified 2 years, 4 months ago by [DJ Ramones](https://wordpress.org/support/users/djramones/).
 *  Plugin Author [Serhiy Zakharchenko](https://wordpress.org/support/users/zahardoc/)
 * (@zahardoc)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17405597)
 * Hi [@deadsuperhero](https://wordpress.org/support/users/deadsuperhero/),
   We’ve
   made a 3.0.1 release that should fix the issue.Thank you for bringing it to our
   attention and sharing your Sentry logs!
 *  Plugin Author [Serhiy Zakharchenko](https://wordpress.org/support/users/zahardoc/)
 * (@zahardoc)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17405623)
 * [@djramones](https://wordpress.org/support/users/djramones/)
   Could you try the
   3.0.1 version?
 *  [DJ Ramones](https://wordpress.org/support/users/djramones/)
 * (@djramones)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17405626)
 * The 3.0.1 update fixed our podcast archive page error. Thank you very much.
 *  Plugin Author [Serhiy Zakharchenko](https://wordpress.org/support/users/zahardoc/)
 * (@zahardoc)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17405731)
 * Thank you [@djramones](https://wordpress.org/support/users/djramones/) for informing
   us!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Latest plugin update issue’ is closed to new replies.

 * ![](https://ps.w.org/seriously-simple-podcasting/assets/icon-256x256.png?rev=
   970355)
 * [Seriously Simple Podcasting](https://wordpress.org/plugins/seriously-simple-podcasting/)
 * [Support Threads](https://wordpress.org/support/plugin/seriously-simple-podcasting/)
 * [Active Topics](https://wordpress.org/support/plugin/seriously-simple-podcasting/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seriously-simple-podcasting/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seriously-simple-podcasting/reviews/)

 * 10 replies
 * 5 participants
 * Last reply from: [Serhiy Zakharchenko](https://wordpress.org/support/users/zahardoc/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/latest-plugin-update-issue/#post-17405731)
 * Status: resolved