Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Nov 10, 2014 @ 17:53
Umbraco 7+ Support
Hi,
I've been playing around with FeedCache 2 in Umbraco 7, and I'm so far unable to make it work. From what I can see, it looks to be a routing problem, because of the MVC structure in Umbraco 7. So the routes aren't allowing the request to the .aspx page of the plugin through so the plugin can't load. Otherwise, it looks to find the .config file and read in the feed URLs okay.
Are there any plans for official Umbraco 7 support here? This is definitely something that would be of use to me in upcoming projects, so I'd be happy to help with development if someone could point me in the right direction?
Thanks for taking the time to get back to me. It looks like that has resolved the issue, thanks!. Glad that I was looking along the right lines with the permissions/access. :)
Topic author was deleted
Umbraco 7+ Support
Hi,
I've been playing around with FeedCache 2 in Umbraco 7, and I'm so far unable to make it work. From what I can see, it looks to be a routing problem, because of the MVC structure in Umbraco 7. So the routes aren't allowing the request to the .aspx page of the plugin through so the plugin can't load. Otherwise, it looks to find the .config file and read in the feed URLs okay.
Are there any plans for official Umbraco 7 support here? This is definitely something that would be of use to me in upcoming projects, so I'd be happy to help with development if someone could point me in the right direction?
Thanks, Ed
Hi Ed,
Likely that you need to add the Feedcache URLS to one of the following appSettings in web.config.
<add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx" />
<add key="umbracoReservedPaths" value="~/umbraco,~/install/" />
You may also be interested in our Umbraco support packages: http://www.moriyama.co.uk/services/umbraco-support/
Comment author was deleted
Hi Darren,
Thanks for taking the time to get back to me. It looks like that has resolved the issue, thanks!. Glad that I was looking along the right lines with the permissions/access. :)
Thanks, Ed
is working on a reply...