I keep receiving this strange message when I try to create an ATOM feed from my nodes. Any help?

Comments

nicholas.alipaz’s picture

I too am encountering this.

nicholas.alipaz’s picture

Status: Active » Fixed

Actually I just read the README.txt rtfm to myself...

Atom renderes a view using the Atom syndication schema. You can use this
format to create an Atom syndication of the content in your view. Atom
requires the following fields to be present (fields in bracket indicate
what the plugin will fall back to if it can find the explicitly named
Atom field):
id (nid), title(node_title) updated(last_updated, Updated date, changed,
Last updated/commented, Last comment time)
The following fields are recommended: content(Body, node_body,
node_revisions_body), link (nid {a link will be constructed from the
Drupal path and the nid), summary author(uid).

Haven't tried it but I assume it is going to work....

mikeytown2’s picture

Title: ATOM error: Either the id, title, or updated attribute is missing. » ATOM error: Either the id, title, or updated attribute is missing. UI needs a better error message
Status: Fixed » Active

Encountered this bug as well... a UI message explaining that you need 3 fields to be named id, title & updated in the view would be helpful.

crutch’s picture

subscribe

karljohann’s picture

I have all these fields (in Views 3) and this message still comes.

liquidcms’s picture

Version: 6.x-1.0-beta2 » 7.x-1.x-dev

could have sworn i had this working last night after getting the message and then got rid of it by adding NID field (i don't recall even renaming labels).

but today i have all three fields and relabeled and still getting msg.

liquidcms’s picture

nope, my bad.. just the old updating one display and forgot it updates all displays... this works fine.

anthonylindsay’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Looks like this is no longer an issue. Closing.