Posted by newmediaist on December 25, 2007 at 8:15pm
Jump to:
| Project: | Views Filter Block |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have a view setup using the location module to do proximity searches via zip code. The view functions fine alone, but when I enable views filter block module the views begins to produce an error:user warning: Unknown column 'distance' in 'order clause' query: SELECT location.country, IF(location.province='' OR location.province IS NULL,'unknown',location.province) AS ...
My guess is that the "distance" field is somehow not being recognized properly with the views filter block module i senabled, but is recognized fine with it disabled. (I know very little about drupal module programming :( )
Any ideas what could be causing this problem?
Comments
#1
Does this issue still apply? I have been using a location proximity filter in a views filter block for about a year now and haven't had any difficulties.