I've had feedcache2 setup and it works great as long as I in the config file set the path (for example:C:\www\App_Data\FeedCache\) in the config file. But when I try to set a relative path something like\App_Data\FeedCache\ . Then I get the following error: [FmFeedCache2] http://feeds.feedburner.com/darrenjferguson: Could not find a part of the path 'C:\www\App_Data\FeedCache\darrenferguson.xml'. Which is the correct path to the file I want it to write to. And it is the exact same path that I earlier had in the config file.
Could someone please help me with this? I really don't know why it's not working.. Maybe it just doesn't support relative paths? If thats the case.. I think it should ;)
This one doesnt work, which is kind of a problem since it's supposed to be on serveral different machines. Would make life alot easier if something like this was possible:
Anyways, it does not work. In the error log I get:
[FmFeedCache2] http://feeds.feedburner.com/umbracoblog: Could not find a part of the path 'C:\SVN\Umbraco_Base_Web\trunk\Umbraco.Web\App_Data\FeedCache\umbraco.xml'.
Could not find part of the path
Hi there!
I've had feedcache2 setup and it works great as long as I in the config file set the path (for example:C:\www\App_Data\FeedCache\) in the config file. But when I try to set a relative path something like\App_Data\FeedCache\ . Then I get the following error: [FmFeedCache2] http://feeds.feedburner.com/darrenjferguson: Could not find a part of the path 'C:\www\App_Data\FeedCache\darrenferguson.xml'. Which is the correct path to the file I want it to write to. And it is the exact same path that I earlier had in the config file.
Could someone please help me with this? I really don't know why it's not working.. Maybe it just doesn't support relative paths? If thats the case.. I think it should ;)
/Mats
Can you post your config please?
Thanks.
This one works:
This one doesnt work, which is kind of a problem since it's supposed to be on serveral different machines. Would make life alot easier if something like this was possible:
Try specify your cache path as:
~/App_Data/FeedCache
and let me know if that works.
Ooops think I broke my last post :P
Anyways, it does not work. In the error log I get:
You get that message even after the change i detailed?
Yes I do.
Is there a work around for this. I would like to use ~/App_Data/FeedCache as my cache path. I have the same issue.
Shannon: Can you post all information from your logs relating to Feedcache. These should be prefixed with [FmFeedCache2]
Thanks.
Did this ever get resolved?
When I try to use relative URLs, I'm getting:
[FmFeedCache2] http://feedrinse.com/services/channel/?chanurl=3f5499ffba845f36e50e3d3eaea94e01: Could not find a part of the path 'c:\windows\system32\inetsrv\~\App_Data\FeedCache\abho.xml'.
My config:
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CachePath>~\App_Data\FeedCache</CachePath>
<Feeds>
<Feed>
<Url>http://feedrinse.com/services/channel/?chanurl=3f5499ffba845f36e50e3d3eaea94e01</Url>
<LocalFile>abho.xml</LocalFile>
</Feed>
</Feeds>
</Configuration>
Thanks,
Jason
is working on a reply...