Active
Project:
Views Fusion
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2008 at 10:52 UTC
Updated:
31 Oct 2008 at 02:24 UTC
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
Comment #1
behindthepage commentedSpecs
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)
Comment #2
Mac Clemmens commentedyou tried version 1.2 of this module?
Comment #3
behindthepage commentedYes. Tried Version 1.2 then 5.x-1.x-dev. Both had same problems.
Comment #4
folkertdv commentedThis might be caused by the same bug I stumbled upon when using Node Relativity. Check out http://drupal.org/node/267008.
Comment #5
behindthepage commentedThanks folkertdv,
It looks promising, I will check it out
Comment #6
behindthepage commentedPatch submitted on #4 issue