Hi,

i'm using Drupal 5.8 (german), the latest hierarchical_select rc and both jquery and jquery update.

Everything is installed, enabled and configured but when creating a node, hierarchical select doesn't show up for selecting the vocab terms.
Instead the standard drupal core select boxes are beeing used for all vocabs. (single and multiselect)

The hs preview in the vocab configuration is working fine.

I have no clue what is wrong.

BTW, does hs 3.0 still needs the jquery modules? In the readme it says no but on the module screen it says "depends on jquery update"

Thanks for enlighten me,

sweenyy

Comments

wim leers’s picture

Assigned: Unassigned » wim leers
Status: Active » Fixed

1) You didn't enable HS for the vocabulary. There's a checkbox just above the HS config fieldset. You just overlooked it :)
2) It says "jQuery Update 2.x, NOT 1.x!", which means it needs version 2, not version 1. So it does say it's necessary, it just specifies which version.

Knarf31’s picture

Hi Wim,

thanks for your feedback.

In fact, i have activated this for the desired vocabs.
( "Use the Hierarchical Select form element for this vocabulary." )

That's why i'm confused.

IE7 just gave me an "Stack overflow error" on the edit vocabulary page but i can't reproduce it anymore.

Do you have any other guesses what could be the problem here?

Thanks for your help,

sweenyy

wim leers’s picture

If your vocabulary isn't hierarchical, RC1 won't show a HS. If you upgrade to the latest dev tarball, that'll change. And … a "stack overflow error" … I'm not sure how that could happen. Did IE throw that error? Then it'd be a JS problem. I need more details to fix that, if there's any thing to fix.

Tpainton-1’s picture

I am having same problem. It was working fine with 2.0 but I was getting the bizarre bug with autocomplete and freetags.. (http://drupal.org/node/216110#comment-804031).

So I switched to 3RC which solved the autocomplete bug, but now HS doesn't work. I am having the above problem. I simply do not get the HS dropbox, only the standard drupal boxes. I have the correct jqueries installed. I have the vocabulary set up..
It just does not work.. Using IE 7.

summit’s picture

Hi, subscribing, having this issue also, switched over to content_taxonomy solution, but having problems with this. The terms/tags will simply not save with cck.
I want to switch back, also because of your writing http://drupal.org/node/261341#comment-903217.

Duplicate issue to http://drupal.org/node/276731.
EDIT: With setting the module weight to 10 for the HS_taxonomy module the HS widget appears!
But it is still not working ok I think. Set my errorreport further on http://drupal.org/node/276731 if ok.

EDIT2: Solved, see: http://drupal.org/node/276731#comment-959500
greetings,
Martijn

vlooivlerke’s picture

Version: 5.x-3.0-rc1 » 5.x-3.0-rc2
Status: Fixed » Active

Hi I Upgraded from a 3.x dev (June) to the new RC2

HS stopped working. I have upgraded the jquery and all is green in my status log.

When is say stopped working, I mean the sliding effect. It is now a Drop Down of only the first herargy.

I use HS in my taxonomy selection in node/add. and in views.

I have drupal 5.9 installed.
HS 5.x-3.0-rc2 2008-Aug-07

When upgrading i did run the upgrade.php file and there was 3 upgrades, they all went well and no problem. I dont get any error logs nor any IE or Firefox warnings.

I have reset the module on its main settings page too. I also have reinstalled all the tables using Devel.module.

No Luck!

I can see these js. files is loaded in my page:

Please Help.
O, The other new features look great, I like the way you present the new "Hover for more info", great stuff, the previous version took allot of space

wim leers’s picture

Status: Active » Postponed (maintainer needs more info)

Please use Firefox + Firebug to find out which JS error you're getting.

vlooivlerke’s picture

Thanks for the quick response.

This solved my problem.

#38
nimek - August 11, 2008 - 15:28
Version: 5.x-3.x-dev » 5.x-3.0-rc2

I have a solution :)

You must download and install module weight module and set Hierarchical Select weigth to 10
and Hierarchical Select Taxonomy weight to 9.

Save settings and it works perfectly :)

Best regards for everyone who makes drupal so powerful :)

wim leers’s picture

Status: Postponed (maintainer needs more info) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

norio’s picture

Sorry to reply on a closed issue but, VlooiVerke, your solution fixed my site too :) Thanks!

Wim, great module. I LOVE it.

Maybe you can update the install file to change the module weight?

geo_ego’s picture

Thanks, VlooiVlerke

This also fixed my issue. HS Taxonomy module weight was 0 in my case.
By the way you can check what is the current module weight by quering table `system`:

SELECT * FROM `system` 
WHERE name = 'hierarchical_select'
or name = 'hs_taxonomy'

and then manually update (using UPDATE or through phpMyAdmin)

Best regards,

summit’s picture

Set HS in /sites/modules/all then the issue will be fixed without weight setting I think.
Greetings,
Martijn