Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative links not being interpreted correctly #56

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments
Open

Relative links not being interpreted correctly #56

GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

weblar.org/blog/ uses a relative link to its blog feed ("/blog/feed"),
which FeedOnFeeds interprets oddly ("http:/blog/feed"), and as a result it
fails to update.  The particular error message I get on updating is also a
bit of a concern:

Updating weblar / kongbalong...
Warning: file_get_contents(http:/blog/feed/) [function.file-get-contents]:
failed to open stream: No such file or directory in [my server
path]/fonf/simplepie/simplepie.inc on line 6656
Error: file_get_contents could not read the file try to validate it? 

Even if I manually point FonF to the RSS feed directly, the feed location
gets clobbered every time it updates.  It seems that FonF is attempting to
re-autodiscover the feed location every time, which ends up breaking on
several sites which provide RSS separately from the content (such as
comics.com).

Original issue reported on code.google.com by fluffy%[email protected] on 6 May 2009 at 3:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant