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. inpath/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. inpath/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.
1 Answer
Reset to default -2Check 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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745601445a4635423.html
评论列表(0条)