Closed (fixed)
Project:
Project
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 03:11 UTC
Updated:
22 Dec 2009 at 17:40 UTC
This is causing a bit over a page of dblog cruft on d.o every minute.
(Patch is untested, but it seemed pretty obvious to me..)
| Comment | File | Size | Author |
|---|---|---|---|
| prhfrft_dont_make_errors.patch | 1.31 KB | bdragon |
Comments
Comment #1
dwwThanks! That's exactly the right patch. The problem is when you have a download table with no results. For example, http://drupal.org/project/custom_pagers only has recommended and dev, no "Other releases" table. So, when this field handler fires, $nids ends up being empty and we do all sorts of bad things. This patch is all we need. Tested on d6.p.d.o, worked like a charm, committed to HEAD, imported into SVN, merged into production branch, and deployed. Phew. The d.o dblog is a lot more quiet now when filtering for 'php' errors.