Though I haven't upgraded core to 6.2 yet, I upgraded to the latest 6.x alpha release in the hopes that I'd have working taxonomy filters and arguments.... although they look like they should be working, neither seems to be functioning properly.
After upgrading from alpha 4, I added a taxonomy filter and exposed it. It did not let me choose which vocabulary to filter on (I assumed this was by design at this point). After saving and navigating to my view, I can enter taxonomy terms and the autocomplete works nicely, but on hitting apply nothing happens... I get the little something-jquery-is-happening icon, but results do not filter, nothing re-loads.
Switching to arguments instead, I tested both term id and term name arguments, but neither seemed to work correctly. With term name, I received a specific error:
Fatal error: Call to a member function on a non-object in /home/[...]/sites/all/modules/views/includes/handlers.inc on line 430
Hope this gives the developers something to work with... let me know if any other details would be helpful.
Comments
Comment #1
vegeneric commentedbtw, looks like the taxonomy filtering issue was already duplicated and mentioned here: http://drupal.org/node/245838#comment-805610
Comment #2
merlinofchaos commentedOk, it's not completely obvious but there's a settings button that should appear in the summary next to the filter; that will let you select the vocabulary and whether or not it's a dropdown or an autocomplete select widget.
That said, it turns out there were several PHP4 related reference problems that I hadn't seen since I do all my development on PHP5.
I've fixed the ones I found, but I would be unsurprised if there aren't more.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.