[wp-trac] [WordPress Trac] #26790: rss feed widget not working
WordPress Trac
noreply at wordpress.org
Wed Jan 8 18:07:27 UTC 2014
#26790: rss feed widget not working
--------------------------+-----------------------
Reporter: weetouches | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Feeds | Version: 3.8
Severity: normal | Resolution:
Keywords: |
--------------------------+-----------------------
Changes (by weetouches):
* status: closed => reopened
* resolution: invalid =>
Comment:
If you check the fix for ticket 24915. It fix the problem for multisite
installation.
https://core.trac.wordpress.org/changeset/24915
look at the function ms_allowed_http_request_hosts
This fix the problem for multisite installation and it's ok
My case is different because because we have several WPsite on the same
server and there were in separate ftp account. Multisite is not in the
case.
I've found a temporary workaround for now.
1-file http.php
2-line 500 (remark the if! apply_filters)
3-setup your rss widget in the wpadmin console and save it.
4-Come back in the http.php and cancel what you did in step 2
This little workaround create all the data in the wpoptions database
table. After this operation Wordpress doesnt need to recall
wp_http_validate_url() function.
Maybe I lost something but i still believe it's a issue
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26790#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list