Just echoing this report; a red error banner (below) appeared at the top of editing views in the last couple weeks. When signed in as admin, the Super Cache and Autooptimize CSS/JS plugins shouldn’t use their caches, but I can test at some point.
WP 6.5.5
"The "wp-statistics-post-summary" plugin has encountered an error and cannot be rendered."
Looking at these lines, it seems a permalink related setting might help me out:
// Audio file
$audio_file = $ss_podcasting->get_enclosure( get_the_ID() );
if ( get_option( 'permalink_structure' ) ) {
$enclosure = $ss_podcasting->get_episode_download_link( get_the_ID() );
} else {
$enclosure = $audio_file;
}
Let’s find out 😀