Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-rc1
Component:
taxonomy data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 23:06 UTC
Updated:
6 Jan 2012 at 21:20 UTC
I get this error after including the classifieds ad category filter in views:
Notice: Undefined index: vid in views_handler_filter_term_node_tid->extra_options_form() (line 47 of /var/www/vhosts/ds.com/httpdocs/sites/all/modules/views/modules/taxonomy/views_handler_filter_term_node_tid.inc).
Comments
Comment #1
dawehnerMove this issue to the classified ads module.
Comment #2
fgmNeeds more info on how to reproduce this bug and how it relates to Classified Ads: the handler is a Views handler, not the Classified Ads handler. Which makes me think it might be an install issue. Please detail how to obtain this bug starting from a clean D7 install, with just Core, CTools, Views/ViewsUI, and Classified Ads, and the steps taken within Views UI.
Comment #3
fgmThis error is triggered within the Views 7.3 term_node filter handler, so it does not appear to be related to Classified Ads, but to Views.
Comment #4
dawehnerJust committed a patch for it.