Not quite sure why I get this or how to fix it.

I placed it here because the rdf feedapi.inc file is in the rdf module directory.

Chris

CommentFileSizeAuthor
#3 rdf.feedapi.patch543 bytesbecw

Comments

pyxio’s picture

Hi Chris,

Did you ever solve this? I'm having the same problem. It looks like over a month and there has been no support. This RDF module has great promise but the support leaves something to be desired. I have opened several issues that have not been commented on at all. Unfortunately, this module is not ready for prime time as far as I can tell. Bugs and zero support. Please let me know if you solved this. Thanks! Kevin

socialnicheguru’s picture

Nope... ran into it today. Not quite sure why since I have not enabled RDF for feedapi (I dont' even see a setting for it).

C

becw’s picture

StatusFileSize
new543 bytes

This is happening because the RDF module's implementation of hook_feedapi_mapper() has its parameters scrambled... feedapi module's API documentation says:

79  function hook_feedapi_mapper($op, $node, $feed_element = array(), $field_name = '', $sub_field = '') {
80  ...

while rdf.feedapi.inc says:

10  function rdf_feedapi_mapper($op, $node, $field_name, $feed_element = array(), $sub_field = '') {
11 ...

Patch attached.

becw’s picture

Version: 6.x-1.x-dev » 6.x-1.0-alpha7
Status: Active » Needs review
becw’s picture

Version: 6.x-1.0-alpha7 » 6.x-1.x-dev

er, sorry for the flurry of comments, this seems to be fixed in HEAD.

becw’s picture

Status: Needs review » Closed (fixed)
paganwinter’s picture

Subscribing...

alfthecat’s picture

Subscribing also