This a great module. Kudos and thanks for programing it.

I can get it to work fine if all the nodefamily relations of the fusions are the same type, i.e. either all "child - parent" or all "parent - child", but as soon as I add a fusion with the other type I get a SQL error like this

user warning: Unknown table 'nodefamily_parent' in on clause query: SELECT node.nid, node.title AS node_title, node.changed AS node_changed, node_data_field_vendor_link.field_vendor_link_url AS node_data_field_vendor_link_field_vendor_link_url, ......

The Unknown table specified in the error is always the opposite of the nodefamily relation of the fusion which suggests to me that could be where the problem lays.

I hope that all makes sense.
Any ideas
many Thanks
Geoff

Comments

behindthepage’s picture

Specs

Drupal 5.6
Views 5.x-1.6
Nodefamily 5.x-1.3
Views Fusion 5.x-1.x-dev

Lots of others but nothing that is known to cause problems (from the readme and other issues)

Mac Clemmens’s picture

you tried version 1.2 of this module?

behindthepage’s picture

Yes. Tried Version 1.2 then 5.x-1.x-dev. Both had same problems.

folkertdv’s picture

This might be caused by the same bug I stumbled upon when using Node Relativity. Check out http://drupal.org/node/267008.

behindthepage’s picture

Thanks folkertdv,

It looks promising, I will check it out

behindthepage’s picture

Patch submitted on #4 issue