WP RSS Aggregator still broken with WordPress 6.9
-
Hello,
I’m experiencing critical errors with the latest version of WP RSS Aggregator after updating to WordPress 6.9. The plugin appears to have been updated for WordPress 6.9 compatibility, but the issue persists.
Environment:
- WordPress: 6.9
- WP RSS Aggregator: Latest version (updated within last 24 hours)
- PHP: 8.2.29
Problem:
All RSS feeds fail to import with “No feed items found” message.Error when attempting to update feeds:
Cannot access private property SimplePie\SimplePie::$file (wp-content/plugins/wp-rss-aggregator/v4/includes/feed-access.php:188)Additional errors in plugin log:
Exception: "Cannot access private property SimplePie\SimplePie::$file", at /wp-content/plugins/wp-rss-aggregator/v4/includes/feed-access.php line 188 The importing process failed after 15 seconds with the message: "SimplePie\SimplePie::set_file_class()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.The plugin is trying to access private properties in SimplePie that are no longer accessible in the version bundled with WordPress 6.9. Line 188 in feed-access.php needs to be updated to use the current SimplePie API.
This is affecting production sites. Is there a patch or timeline for a fix?
Thank you.
You must be logged in to reply to this topic.