Keep getting errors in setting up the view and appears to be related to theme file missing:

Row style output: views-view-rdf-node.tpl.php (File not found, in folder sites/all/modules/views_atom/), views-view-rdf-node--tips-feed.tpl.php, views-view-rdf-node--feed.tpl.php, views-view-rdf-node--tips-feed--feed.tpl.php, views-view-rdf-node--.tpl.php, views-view-rdf-node--feed-1.tpl.php, views-view-rdf-node--tips-feed--feed-1.tpl.php

Comments

apmsooner’s picture

Is 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?

beckyjohnson’s picture

Did you try using the dev version? I think it works better.

apmsooner’s picture

No 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!!!

beckyjohnson’s picture

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

beckyjohnson’s picture

Now, i'm also getting this error:

Download of http://registry.wimaxforum.org/public-products.xml failed with code 404.

apmsooner’s picture

I'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.

apmsooner’s picture

Okay 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.

beckyjohnson’s picture

First 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.

apmsooner’s picture

I 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.

beckyjohnson’s picture

OK. Good to know. I agree. Documentation would be nice. This module hasn't been around that long, so it can only get better.

Crell’s picture

It'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.

Crell’s picture

Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.