Closed (fixed)
Project:
User Relationships
Version:
7.x-1.x-dev
Component:
Views
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2011 at 08:41 UTC
Updated:
14 Mar 2012 at 22:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Ghostthinker commentedsame here with views-7.x-3.x-dev
Comment #2
Ghostthinker commentedsee also http://drupal.org/node/1285636
Comment #3
Ghostthinker commentedTry this patch. I think the current version of views needs that the "field" in a relationship has to be "base field", the field variable is for the current tables field name and can mostly be left out
Comment #4
Ghostthinker commentedI hope this patch will be accepted, all those rules ...
Comment #5
vishun commentedThis appears to resolve the issue on D6 as well.
Comment #6
shawn dearmond commentedPerfect! Thanks!
Comment #7
dgastudio commentedsame error, same solution. thanks.
Comment #8
inky@inky3d.com commentedThanks! Have been looking for a solution to this, as UR wasn't working with Views 6.x-3.x-dev.
This seems to have resolved it for me.
Comment #9
rollingnet commentedI confirm that the patch above is working on 7.x.1.x.dev.
I suggest to change the status in "patch (to be ported)", since without this patch, view's additional fields on reguestee or requester don't work at all.
Comment #10
bjalford commentedConfirm patch works as expected.
Comment #11
Ghostthinker commentedComment #12
sohailkhalid commentedI am still getting below error after apply patch
'Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column \'user_relationships.uid\' in \'on clause\''
in views_plugin_query_default->execute() (line 1386 of C:\software\vustudyaid\sites\all\modules\views\plugins\views_plugin_query_default.inc).
Debug:
'Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column \'user_relationships.uid\' in \'on clause\''
in views_plugin_query_default->execute() (line 1386 of C:\software\vustudyaid\sites\all\modules\views\plugins\views_plugin_query_default.inc).
any one can help on this?
Comment #13
nlisgo commentedHad to manually apply the patch to the latest dev but it did the trick for me.
Comment #14
berdirComment #15
snooze191 commented#4: user_relationships-1312956-4.patch queued for re-testing.
Comment #16
Anonymous (not verified) commentedworks for me. see #13.
Comment #17
samhain commentedTry this patch, it works for me
Comment #18
aacraig commentedThis patch is not working for me on the latest dev. I still see the error message.
Comment #19
jpshayes commentedAfter uninstalling UR-views 7.x-1.x-dev and applying patch from #17 and reinstalling the error is gone for me.
Comment #20
broncomania commented#17 works also with D6 views 3 and UR 1.1
Comment #21
mrf commentedThanks for the update broncomania, but there is already a separate issue for this on D6 over at #1285636: Incompatibility with Views 3.x?. I'll post this patch over there based on your success.
Comment #22
shawn dearmond commented#17 works great too.
Comment #23
berdirCommited (fixed the comments coding style while I was at it), finally. Sorry for the huge delay.