Active
Project:
Location
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2011 at 07:56 UTC
Updated:
26 Nov 2011 at 10:54 UTC
I tried to create a view to display locations for nodes with certain tag on them. Please note that this tag contains child tags.
Here is the error displayed when saving the view: "'Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column \'location.nid\' in \'IN/ALL/ANY subquery\''"
I searched module location by checking *.install files and it seemed there was no field 'location.nid'; however, there is a field nid under table "location_instance".
All modules I used are latest versions (or latest dev versions), including:
* Views 7.x-3.0-rc3
* Location 7.x-3.x-dev (2011-Nov-12)
* GMap Module 7.x-1.x-dev (2011-Oct-25)
Comments
Comment #1
dawehnerThis seems to be an issue of the location module.