Active
Project:
Taxonomy Image
Version:
6.x-1.x-dev
Component:
Views
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2011 at 07:00 UTC
Updated:
20 Mar 2011 at 07:36 UTC
I have a view that has uses the taxonomy image field, for terms from vocab_1. On page load, the view loads fine with taxonomy images included. The view also has a term filter for vocab_2. After filtering the view by a term, taxonomy image fields disappear from view results. Nothing else is missing but the taxonomy images.
Comments
Comment #1
__mark commentedI've narrowed it down to:
Line 236 taxonomy_image.module: $cache_obj = cache_get("taxonomy_image:$tid", 'cache_tax_image');Somehow, the cache_tax_image table is storing empty entries for terms. I'll post more as I dive deeper into this bug...
Update: actually, it turns out it's views' fault. when using the exposed filter, it seems that it's filtering out terms from other vocabularies too. if that makes sense.