Closed (fixed)
Project:
Views Atom
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2010 at 14:54 UTC
Updated:
14 Jun 2016 at 23:04 UTC
Jump to comment: Most recent
Comments
Comment #1
apmsooner commentedIs the issue above being acknowledged at all? There also seems to be an issue in the feeds atom module that states doesnt work with latest version of feeds... is that still an issue? Im wondering if there is any intent to maintain this module or is it submitted as is?
Comment #2
beckyjohnson commentedDid you try using the dev version? I think it works better.
Comment #3
apmsooner commentedNo i didn't cause they were the same date so figured they were the same. Are you problems gone with dev version? that would be great news!!!
Comment #4
beckyjohnson commentedWell, it actually gave me a feed, rather than the page not found error. However, it's only showing the title in the feed and it's not importing to the atomic feeder module right. When I try to import I get
Download of feed://registry.wimaxforum.org/public-feed.xml failed with code -1003.I can't find any info about what code -1003 means.Yay.
Becky
Comment #5
beckyjohnson commentedNow, i'm also getting this error:
Download of http://registry.wimaxforum.org/public-products.xml failed with code 404.
Comment #6
apmsooner commentedI'll try it on my end and see if I can figure it out. I'll post back if I discover anything to work right.
Comment #7
apmsooner commentedOkay so I figured out my problem on the views atom side of things. The views style options needs certain fields mapped however it doesnt tell you which ones so after some trial and alot of error I finally figured out that I needed to map certain fields so the errors are gone. Now, on the feed atoms part... nothing gets mapped so I guess must be related to the bug over there of not working with latest feeds version.
Comment #8
beckyjohnson commentedFirst of all, could you please tell me what fields you mapped to Author EMAIL and Author URL? I have no idea what to put there.
Also, yes, nothing is getting mapped for me. I am getting all sorts of errors with the dev and 6 x-1 version of Atom Feeds. Nothing is importing at all.
Comment #9
apmsooner commentedI didn't map them. The only field that appears to be required is the updated date so just mapped node updated date. A little documentation and input from the developer would be lovely for this module. I'd love to use it but it seems to be just thrown out there and abandoned.
Comment #10
beckyjohnson commentedOK. Good to know. I agree. Documentation would be nice. This module hasn't been around that long, so it can only get better.
Comment #11
Crell commentedIt's a 1.0 release... :-)
The author fields aside from author itself should be optional. In our case I left Author URL empty and used the author's email address for Author Email. For the Published field, that's the publication date.
As noted in the other issue, the fields are used for the Style plugin *only*. If you're using the RDF (Node) row plugin, then that will do a node_load() and render the entire node into XML regardless of what you have configured. That's by design so that you can replicate a full node between sites.
There's also no template for the RDF row style, as it's generated entirely from PHP code. There's nothing to customize. If Views chokes on not having a template file, that's a bug in Views.
Comment #12
Crell commented