When I use HS as a cck taxonomy widget, i cannot create new levels, when I try, the new level always ends up on the first level. The first box where you would select a parent is blank. I've attached a screenshot of the widget misbehaving and another of my settings.

Comments

wim leers’s picture

Assigned: Unassigned » wim leers
Category: bug » support
Status: Active » Fixed

This is an old version of HS. Please upgrade to beta 1.

joncup’s picture

Status: Fixed » Active

I thought I was using todays dev release, but after upgrading to beta 1 I get the following fatal error trying to create a new HS cck field.

Fatal error: Call to undefined function hierarchical_select_common_config_apply() in /path/website.com/sites/all/modules/hierarchical_select/modules/hs_content_taxonomy.module on line 281

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

I created a separate issue for that: http://drupal.org/node/276268, which has been fixed. Please get CVS HEAD to continue.

joncup’s picture

Using dev version June 29th, working great now, only issue Ive found is that no matter what I do, it seems that HS isnt being used for exposed views filters. Ive enabled HS for the view, and for the vocab but im getting the plain old filter list
*edit* also getting this error on the "Display fields" tab of my cck content type when I add the HS widget
warning: Invalid argument supplied for foreach() in /path/site.com/sites/all/modules/cck/content_admin.inc on line 418.

wim leers’s picture

Title: cck HS cannot create new second level » Content Taxonomy Views not working, normal select instead
Component: Miscellaneous » Code - Content Taxonomy Views
Category: support » bug

I assume that's for Content Taxonomy exposed filters, right?

joncup’s picture

The filter is on the taxonomy field not the content taxonomy field, ill see what happens if I change the filter to content taxonomy.

wim leers’s picture

Title: Content Taxonomy Views not working, normal select instead » Taxonomy Views not working, normal select instead
Component: Code - Content Taxonomy Views » Code - Views Taxonomy
Status: Postponed (maintainer needs more info) » Active

No, no , you don't have to, I just had to know *where* the problem was exactly.

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

You *did* enable and configure the Hierarchical Select Taxonomy Views module, right?

joncup’s picture

Component: Code - Views Taxonomy » Code - Content Taxonomy Views

Yes, enabled, and I went to settings/hierarchical_select/configs and clicked edit on my view and set the settings there. I was using views filter block (moves the filters into a block) and HS worked with that before, so I disabled that module and still no HS.

wim leers’s picture

Which is it now? Is it a Taxonomy exposed filter or Content Taxonomy? Please export the config of the problematic HS and post it here, that can give me a final answer to that question.

wim leers’s picture

Ok, by reading your previous comments, I'm now sure it's Content Taxonomy Views.

wim leers’s picture

Title: Taxonomy Views not working, normal select instead » Content Taxonomy Views not working: root level is always empty
Status: Postponed (maintainer needs more info) » Fixed

I think you got an *empty* select then? Because that I've just been able to reproduce! Actually, that was a HS, but the root level was always empty. Fixed that now :)

joncup’s picture

Title: Content Taxonomy Views not working: root level is always empty » Taxonomy exposed filters not replaced with HS
Status: Fixed » Active

I probably should have opened a seperate issue back at comment 4, blank root problem is fixed now, but durring on of these updates, my Taxonomy exposed filter stopped getting replaced and has turned back into an ordinary select list.

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

Please check your status report for issues.

Also: please please please tell me which one it is: Taxonomy Views or Content Taxonomy Views. You've made this very confusing for me! Are you sure you know the difference?

joncup’s picture

Component: Code - Content Taxonomy Views » Code - Taxonomy Views
Status: Postponed (maintainer needs more info) » Closed (fixed)

I figured out what was going on, in adition to setting the HS options for the view, I also had to enable HS for the vocab. Sorry about the confusion earlier.