We’re encountering the same critical error message as @deadsuperhero:
[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, 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 could you comment on the issue with get_series_image_src()
I shared above? Thank you very much.