HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
MagpieRss = MagpieFeeds ?
78__88
New
Hi, is this the same plugin ?
0
Comments
I installed this plugin, I enabled it, but whatever URL I give it, I always get the error : The Feed URL you supplied is not an RSS stream
Example:
http://www.feedforall.com/sample.xml
Yes it is but with some modifications because the author never came back.
Please try this feed, which I know works
http://feeds.feedburner.com/OceanFacts
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
It's probably a problem with PHP settings.
It's using file_get_contents to get the contents of the feed supplied, because cURL gave some problems with https. Apparently file_get_contents can give problems too.
http://stackoverflow.com/questions/3488425/php-ini-file-get-contents-external-url
Can you change
to
in class.magpierss.php?
That should solve your problem.
I tried it, still same error message. Maybe I should try to debug this thing
Are you trying the feed I gave you to try ? This plugin does not work with XML it has to be rss try to use feed burner .
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Well, to me, RSS is just XML with hardcoded fields, right ? like title, item, blabla...
Yep I tried this exact feed : http://feeds.feedburner.com/OceanFacts (which is XML, check the source) and it's not working (same error message)
Are you using pretty URL ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Could you replace
on line 149 with:
And try to add a feed? You should get a whole lot of text.
if not, apparently it can't read files outside your server. I'm not sure why feed_Discussions can and this plugin can't.
I just tried the original version that I got to work on one of my installs with the link 78 provided and it works. Try this one and report. Download the newest version of MagpieRss..
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌