I installed feedapi and feedapi-mapper for a website I'm working on. I created a new content type called "Blog feed" for users to use to aggregate their external blogs into the Drupal site I'm building.

However, when I test adding a new "Blog feed", all feed items are created as story nodes, not blog nodes. I'm also using feedapi_inherit if that matters. I've tried setting the weight for the two processors different ways and nothing changes.

Other settings:
I'm using simplepie.
I've enabled Feedapi nod views but not Feedapi aggregator

I ran the simpletest for simplepie and all the test passed.

Any idea what the problem is?

CommentFileSizeAuthor
#6 feedapi.diff9.13 KBkyle_mathews
#3 variable_table.xls94 KBkyle_mathews

Comments

simillibus’s picture

having the same issue, tho I'm not using feedapi-mapper.
All feed items are created as Story nodes, even tho I've set it for other node types (I've tried several, it always creates Story nodes instead).

aron novak’s picture

Can you attach here the variable table of your Drupal installation? It'd be helpful to see the whole content-type settings.
Did you set up the content-type with "Refresh on feed creation" option? If yes, please try out without this option. It's a possible troublemaker.

kyle_mathews’s picture

StatusFileSize
new94 KB

My feed content-type was originally set up with the "Refresh on feed creation" option but thinking that might be a problem, I disabled it without any effect.

Attached is the output from my variable table.

xerexes’s picture

Sorry - I'm using the D.6 version not D.5 so scratch my comment.

aron novak’s picture

Well, there is nothing wrong with the variable table. Two more things:
- please check out feedapi table / settings field to make sure that the content-type is set to blog.
- can you try it out with the dev package?

kyle_mathews’s picture

StatusFileSize
new9.13 KB

I tried the dev package and it worked! So something is wrong in the 1.0 version. I've attached a diff between the 1.0 feedapi.module and the dev version. Hopefully that'll help. Thanks Aron for your help debugging.

aron novak’s picture

Status: Active » Fixed

Well, that's great to hear! Here is why i have to release FeedAPI 1.1 soon! :) I mark this fixed, because the currently there is a workaround (upgrade) and the most recent version of FeedAPI (the -dev) works ok.

TheZach’s picture

Was this update part of the march 13th release?

Anonymous’s picture

Status: Fixed » Closed (fixed)

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