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, Ed

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Nov 11, 2014 @ 09:54
    Darren Ferguson
    100

    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

    Nov 11, 2014 @ 10:58

    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

Please Sign in or register to post replies

Write your reply to:

Draft