Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-3.x-dev
Component:
Code - Taxonomy Views
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jun 2008 at 00:22 UTC
Updated:
3 Jul 2008 at 23:46 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| HScck wdget settings.JPG | 80.8 KB | joncup | |
| HS cck widget level problem.JPG | 6 KB | joncup |
Comments
Comment #1
wim leersThis is an old version of HS. Please upgrade to beta 1.
Comment #2
joncup commentedI 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
Comment #3
wim leersI created a separate issue for that: http://drupal.org/node/276268, which has been fixed. Please get CVS HEAD to continue.
Comment #4
joncup commentedUsing 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.
Comment #5
wim leersI assume that's for Content Taxonomy exposed filters, right?
Comment #6
joncup commentedThe filter is on the taxonomy field not the content taxonomy field, ill see what happens if I change the filter to content taxonomy.
Comment #7
wim leersNo, no , you don't have to, I just had to know *where* the problem was exactly.
Comment #8
wim leersYou *did* enable and configure the Hierarchical Select Taxonomy Views module, right?
Comment #9
joncup commentedYes, 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.
Comment #10
wim leersWhich 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.
Comment #11
wim leersOk, by reading your previous comments, I'm now sure it's Content Taxonomy Views.
Comment #12
wim leersI 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 :)
Comment #13
joncup commentedI 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.
Comment #14
wim leersPlease 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?
Comment #15
joncup commentedI 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.