最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

rss - WordPress Plugins Feed Error, but I'm not asking for a plugins feed

matteradmin6PV0评论

I'm getting this error on dozens of my sites:

PHP Notice: A feed could not be found at /. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed. in path/to/wp-includes/class-simplepie.php on line 1555

I don't know where this is coming from. I have no plugins installed other than my own, so this must be a WordPress core thing where it's trying to show me popular plugins but is referring itself to a dead link. Is there any way to disable this?

UPDATE

I found where WP core is introducing this feed. It's in wp-admin/includes/dashboard.php in the wp_dashboard_primary() function.

I'm getting this error on dozens of my sites:

PHP Notice: A feed could not be found at http://wordpress/plugins/rss/browse/popular/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed. in path/to/wp-includes/class-simplepie.php on line 1555

I don't know where this is coming from. I have no plugins installed other than my own, so this must be a WordPress core thing where it's trying to show me popular plugins but is referring itself to a dead link. Is there any way to disable this?

UPDATE

I found where WP core is introducing this feed. It's in wp-admin/includes/dashboard.php in the wp_dashboard_primary() function.

Share Improve this question edited Apr 11, 2019 at 10:24 fuxia 107k39 gold badges255 silver badges459 bronze badges asked Apr 11, 2019 at 8:09 Works for a LivingWorks for a Living 1594 bronze badges
Add a comment  | 

1 Answer 1

Reset to default -2

Check if php-curl is installed on your server.
These are php extensions that need to installed for wordpress server

php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip
Post a comment

comment list (0)

  1. No comments so far