Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-3.0-rc2
Component:
Code - Taxonomy
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Jul 2008 at 13:51 UTC
Updated:
23 Nov 2008 at 12:25 UTC
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
Comment #1
wim leers1) 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.
Comment #2
Knarf31 commentedHi 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
Comment #3
wim leersIf 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.
Comment #4
Tpainton-1 commentedI 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.
Comment #5
summit commentedHi, 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
Comment #6
vlooivlerke commentedHi 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
Comment #7
wim leersPlease use Firefox + Firebug to find out which JS error you're getting.
Comment #8
vlooivlerke commentedThanks 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 :)
Comment #9
wim leersComment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #11
norio commentedSorry 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?
Comment #12
geo_ego commentedThanks, 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`:
and then manually update (using UPDATE or through phpMyAdmin)
Best regards,
Comment #13
summit commentedSet HS in /sites/modules/all then the issue will be fixed without weight setting I think.
Greetings,
Martijn