I created a view, exposed term filters. each term is related to different vocabulary.
when the style of the selection is Drupal's select box - it is working fine.
whem the style of the selection HS - I get a lot of red text... err msg.

when querying using a single vocabulary (checked for both vocabularies) the SH is working great.

Comments

wim leers’s picture

Category: bug » support
Priority: Critical » Minor
Status: Active » Postponed (maintainer needs more info)

Can you reproduce this on a vanilla Drupal site? If you cannot, keep on adding modules that you're using on your actual site until the problem is reproduced.

When you're able to reproduce this (on a vanilla Drupal site with the minimum number of modules to reproduce it), then please make a screencast of:

  1. your site configuration
  2. the problem being reproduced

That makes it easier for me to reproduce the problem. Thanks!

P.S.: don't have any screencast software yet? On Windows and Mac OS X, you can use the free Jing.

VTM’s picture

Assigned: VTM » Unassigned

I cannot make a vanilla site.
I got this err msg when I just added the second vocabulary term to the view (exposed).
I even did not save the view.

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT * FROM drup_term_data td WHERE td.tid IN () in /home1/mysite/public_html/modules/a_mysite_modules/views/modules/taxonomy/views_handler_filter_term_node_tid.inc on line 295.

After saving the view I tried to use both vocabularies terms with HS and got this error msg:

warning: Invalid argument supplied for foreach() in /home1/mysite/public_html/modules/a_mysite_modules/views/includes/handlers.inc on line 658.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home1/mysite/public_html/modules/a_mysite_modules/views/includes/handlers.inc on line 590.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home1/mysite/public_html/modules/a_mysite_modules/views/includes/handlers.inc on line 590

The HS module is installed in : sites/all/modules. the rest of modules are installed in modules/a_mysite_modules.

thanx

wim leers’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)