Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2008 at 15:04 UTC
Updated:
17 Oct 2011 at 22:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
will_in_wi commentedI hit this same error and the patch fixed it.
Comment #2
sunThanks, committed.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
agentrickard@sun
Any chance you can roll a new 5.x.1.7 release with this in it? I keep having to re-apply the patch....
Comment #5
agentrickardI'm seeing this in 6.x.2.6 as well. Odd.
Comment #6
agentrickardChecked this in 6.x.2.8 as well.
This case can happen when a views pre_execute function nulls out the query. For example, when an exposed filter returns a null set. The same can happen with arguments.
This new patch was rolled against 6.x.2.6, but should be good for most versions.
Comment #7
dawehnerThis wil definitive needs a rerole for 3.x
I think views should fail somewhere when there is a empty query.
Comment #8
esmerel commentedif this needs a reroll for 3.x, should it get reassigned? I don't want to close something off that really does need doing.
Comment #9
Letharion commentedComment #10
dawehnerA somehow similar patch was already commited to 6.x-3.x