Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • hetaurhet 245 posts 267 karma points
    Jul 22, 2011 @ 11:54
    hetaurhet
    0

    Rss feed not showing

    hello

    I am using umbraco 4.7 .. and I have two doc types News Area and News item.. using newslist.xslt to show news.

    I want to generate rss feed of this news node ... I just insttaled ur package and saw the link as news/RssFeed.aspx but it shows ..... No description available for this feed ...... what else I have to do?

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jul 26, 2011 @ 18:01
    Ove Andersen
    0

    Do you have an url for your test site?

  • hetaurhet 245 posts 267 karma points
    Jul 27, 2011 @ 09:58
  • Ove Andersen 435 posts 1541 karma points c-trib
    Jul 27, 2011 @ 12:49
    Ove Andersen
    0

    http://u1test.dadabhagwan.org.peppermint.arvixe.com/news/RSSFeed.aspx

    Works fine to me.

    The "No description available for this feed" message is the default description when nothing else is specified.
    To set this description yourself, make a property with alias "rssDescription" of type Textbox Multiple on your "news" node. Anything you set in that property will then be put in the description element of the RSS feed.

  • Rory 59 posts 84 karma points
    Jul 27, 2011 @ 19:28
    Rory
    0

    Hi, I'm having a problem getting my feed to show as well.

    My test site is at http://diva.penninedata.com/news.aspx 

    and so I would expect the news RSS to be at http://diva.penninedata.com/news/rssfeed.aspx

    however it doesn't display the child nodes of news.aspx...?

    I've installed the latest v1.2 package.

    cheers

    Rory

  • Ove Andersen 435 posts 1541 karma points c-trib
    Oct 25, 2011 @ 22:27
    Ove Andersen
    0

    Sorry for late reply.

    It looks like you managed to get it to work?

    Or do you still need help?

  • Rory 59 posts 84 karma points
    Jun 01, 2012 @ 14:49
    Rory
    0

    Hi Ove

    I'm back again, after upgrading my site to 4.7.1.1 (clean install, including nForum etc) I've reinstalled EyeCatch RSS 1.2 and the feeds aren't showing up again.

    You can view the site at http://www.divabradford.org.uk/news/

    RSS for the News section should therefore be at

    http://www.divabradford.org.uk/news/rssfeed.aspx

    but it's just showing an empty feed...

    any clues please?

    thanks

    Rory

     

  • Rory 59 posts 84 karma points
    Jun 19, 2012 @ 19:05
    Rory
    0

    Hi,

    I'm still having problems with feeds not showing up. Does anyone have any suggestions please?

    thanks

    Rory

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jun 19, 2012 @ 19:40
    Ove Andersen
    0

    Sorry for late reply.

    Could you post your macro settings?

    EDIT: When visiting the url you posted above, everything works fine. Did you change anything?

  • Rory 59 posts 84 karma points
    Jun 19, 2012 @ 20:02
    Rory
    0

    Hi again

    I've (in the last half hour) managed to get it working. The problem was the "documentTypeAlias" in the template was set wrong. I had to make it set to documentTypeAlias="" then it gets all nodes.

    Now the only trouble is it's listing (news) date folders in the whole site RSS feed:

    http://www.divabradford.org.uk/rssfeed.aspx

    I'm trying to edit the xslt to exclude them...

     

  • Rory 59 posts 84 karma points
    Jun 19, 2012 @ 20:04
    Rory
    0

    sorry, I meant it's listing nForum date folders...

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jun 26, 2012 @ 10:10
    Ove Andersen
    0

    Hi

    I'll upload a new version today or tomorrow with a fix for this.

  • Rory 59 posts 84 karma points
    Jun 26, 2012 @ 11:09
    Rory
    0

    Thanks Ove, that's great.

    cheers

    Rory

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jul 04, 2012 @ 17:07
    Ove Andersen
    0

    Sorry for being late. Found some last-minute bugs that needed fixing.

    The latest version now works with datefolders. I'm using it successfully on my site (http://www.eyecatch.no/blog/).

  • Rory 59 posts 84 karma points
    Jul 04, 2012 @ 17:38
    Rory
    0

    Hi Ove,

    thanks for the work, and no worries with the delay. I've uninstalled version 1.2 and installed version 2.0 on my internal development server. However it doesn't appear to work. IE comes up with the error "Feed format not supported". When I view the Properties in the Developer - Macro section of Umbraco, the popup window has the following error trace:

    Error reading usercontrols/EyeCatch/RssFeedGenerator/RssFeedGeneratorControl.ascx

    The following list shows the Public Properties from the Control. By checking the Properties and click the "Save Properties" button at the bottom, umbraco will create the corresponding Macro Elements.

     

    System.Web.HttpParseException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'. ---> System.Web.HttpException (0x80004005): Could not load type 'EyeCatch.Umbraco.RssFeedGenerator.RssFeedGeneratorControl'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at umbraco.developer.assemblyBrowser.Page_Load(Object sender, EventArgs e)

     

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jul 04, 2012 @ 19:50
    Ove Andersen
    0

    Bah!

    My bad. Seems i forgot to include the dll :P
    Will fix ASAP :-)

     

    #h5is

  • Ove Andersen 435 posts 1541 karma points c-trib
    Jul 04, 2012 @ 20:00
    Ove Andersen
    0

    There. Should be fixed now.

  • Gilberto Lontro 1 post 71 karma points
    Feb 11, 2016 @ 14:47
    Gilberto Lontro
    0

    Hi Ove,

    I'm having a display issue as well. Not really sure why, because it works on other pages I have. This is what I get: http://www.fdiworldental.org/media/news/communications/RSSfeed.aspx

    Can you help?

Please Sign in or register to post replies

Write your reply to:

Draft