admin管理员组文章数量:1023857
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
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
本文标签: rssWordPress Plugins Feed Errorbut I39m not asking for a plugins feed
版权声明:本文标题:rss - WordPress Plugins Feed Error, but I'm not asking for a plugins feed 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745601443a2158478.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论