Closed (duplicate)
Project:
Flag
Version:
7.x-2.0-beta6
Component:
Views integration
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
30 Oct 2011 at 11:40 UTC
Updated:
20 Jul 2012 at 15:42 UTC
Hello ;)
I am trying to list users who have falgged a node with a unflag link in the second field.
I am using views + panels + flag to accomplish this. Every thing is working good as far as I add a Display flag/unflag link field. Then I have this error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.nid' in 'field list'
| Comment | File | Size | Author |
|---|---|---|---|
| SQLSTATE[42S22] Column not found 1054.txt | 10.36 KB | MStrzelecki_ |
Comments
Comment #1
dawehnerThis seems to be an issue of the flag module.
Comment #2
MStrzelecki_ commentedcould anyone fix this?
Comment #3
MStrzelecki_ commentedIt seems that this bug has got a long history. http://drupal.org/node/901120
And option that moderators could unflag users items would be nice, not only for me http://drupal.org/node/888934
Comment #4
MStrzelecki_ commentedI am using beta6.
Comment #5
derhasi commentedThe "flag link" field seems not to be designed for a multi-user/non-current-user view. This leeds to the above error.
Instead, if you simply want to know, some user has flagged a content (content selected by argument), you should use the "flagged time" field.
Comment #6
derhasi commentedEDIT: sorry! double post due to server down time
Comment #7
derhasi commentedEDIT: sorry! double post due to server down time
Comment #8
joachim commentedMarking this as a duplicate of #901120: Views validation: invalid Ops.
Thanks for reporting!