I created a table view (http://gcr.marzeion.info/media) that has a node reference field in the last column (Hvem). There are multiple values in the node reference field for some of the nodes, and they should all be shown in the table view. If I select as a handler 'do not group multiple values', the table view looks ok and produces no errors, but only one of the multiple node references is shown. If however I select 'group multiple values', I get the error messages you can see under the link above, and no entries are shown in the table view.
This is also the case if I define a list view instead. However, if I create a date browser view, I get no error messages, and all the node references are shown.
Any help would be greatly appreciated!
Cheers,
Ben.
Comments
Comment #1
foo commentedYeah, I get the same error (but with my field names). I'm rebuilding my band's list of performances, and I've made the other performers at each show node references. I've tried lots of combinations for the table view, but only "Do not group multiple values" works, which sucks, because it then lists things multiple times.
Maybe the SQL is bad? I'm not awake enough to delve further at the moment...
Comment #2
merlinofchaos commentedThis sounds like it's specific to nodereference, which means it's CCK's issue.
Comment #3
foo commentedComment #4
foo commentedAnyone know where I should start looking to see where the problem might be?
Comment #5
rbl commentedSame here... Going nuts!
Comment #6
benma commentedJust an explanation: I changed the setting for the view I link to above from 'group multiple values' to 'do not group multiple values', to remove the error messages (the site is in semi use...).
So if you follow the link in the first post, you won't get the error messages, but the problem is still there.
Cheers,
Ben.
Comment #7
aleksey.tk commentedI've got the same issue, any progress with it?
Comment #8
foo commentedDoesn't look like anybody's picked up the bug yet...
Comment #9
aleksey.tk commentedI think i fixed this bug by patching content_views.inc on line 153:
Before:
After:
This modification fixed this bug on the site i'm working on, but i don't tested it on other sites and i can't guarantee that this modifications will not broke anything.
Comment #10
foo commentedcyberpunk - that fixes it for me too. It's definitely a bug in the SQL formation, or the db_rewrite_sql function.
Comment #11
jtjones23 commentedsubscribe
Comment #12
tatien commentedI had the same problem, however it was hard to find because I couldn't find the original SQL error in the issue. Here is the error I had:
Comment #13
yched commentedHas been fixed meanwhile.
Comment #14
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.