Closed (won't fix)
Project:
Hierarchical Select
Version:
6.x-3.8
Component:
Code - Taxonomy Views
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2010 at 10:46 UTC
Updated:
6 Jan 2016 at 23:01 UTC
Jump to comment: Most recent
Comments
Comment #1
AntiNSA commentedis this due to pressflow? I am transferring from a shared to self managed vps server. I am trying to decide if I should use pressflow or ngnix ....I have exposed filters too....
Comment #2
wim leersSee the updated project page:
Comment #3
1kenthomas commentedLOL.
Comment #4
markisatacomputer commentedI was getting this error too.
Both content_taxonomy and hs_content_taxonomy are not installed.
HS worked fine on my form when there was one exposed filter (using HS) but when I added a second filter (without HS) any attempt to select from the HS filter dropdown returned "Received an invalid response from the server." Firebug showed the above error message. This continued even after I removed the second filter.
If I were using the api I would do something like this
$form_state['form_load_files'] = array(drupal_get_path('module', 'taxonomy') . '/views_handler_filter_vocabulary_vid.inc');
But I'm not. The solution I found was to use hook_views_pre_view like so:
Solved it for me...
Comment #5
jason.fisher commentedApologize for re-opening the issue.. but after experiencing this issue and re-reading the original ticket, I believe eliosh may have miscategorized the issue as Content Taxonomy Views instead of Taxonomy Views. ("I have a view with a taxonomy tid filter exposed")
This also happens for me with a Content pane View display embedded into a Panel.
The exposed HS field works fine in the View Preview, but not on the stand-alone page manager panel page.
The error I am seeing:
I followed the hook_views_pre_view example but had to watch the error log and manually add the filters applicable to my view until it worked..
Comment #6
goldTidying up the issue queue. The 6.x version is no longer supported. Only reopen this if it also applies to the 7.x.