Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 May 2008 at 05:47 UTC
Updated:
28 May 2008 at 03:21 UTC
Cannot create vocab. The /admin/content/taxonomy/add/vocabulary simply refresh. Disable HS, can add vocab as normal.
However, when using version 5.x-22, if check "Use the Hierarchical Select form element for this vocabulary." checkbox, everything collapsed.
i use JQuery Update 5.x-2.x-dev 2008-May-02
JQuery Interface 5.x-1.0 2007-May-17
Comments
Comment #1
wim leersI suppose you're using 5.x-3.x-dev, not 5.x-2.x-dev. If you're not, please update to the former. And also: May 2nd's dev tarball is heavily outdated.
Comment #2
afox commentedSame thing here. Using Drupal 5.7 clean install and HS 5.x-3.x-dev. Tried with both JQuery 5.x-1.0 and 5.x-2.x-dev. When creating a vocabulary with any settings while HS is selected, Drupal returns nothing, just the blank "add vocabulary" -form and no created vocabulary. Nothing in the logs. Same thing happens even if the "Use Hierarchial Select" -checkbox isn't selected.
BTW, how can the May 2nd 2008 tarball be outdated as it is the latest committed? Are there so much patches in line?
Comment #3
afox commentedMORE INFO:
After trying to submit the vocabulary and the add vocab -form is again presented, all the data (preview HS-widget, terms, etc) are still intact. All except the vocabulary name. And even if you go do something else and come back later, everything is still there. Even if you clear the cache!!
Checked the database and here's the result:
- nothing new in vocabulary
- term saved to term_data
- term type for root level + other data saved to the variable -table (hierarchical_select_config_taxonomy-)
Not sure if that was of any help. Hopefully... :)
oh and by the way: excellent module! I've been needing just this for a long time!!!!
Thank you!
Comment #4
wim leersThe last tarball is of May 13, and the last commit was on May 12 (yesterday).
I'm pretty sure it'll be a fairly easy fix. I've already got a suspicion actually. I think I'm overriding the #submit callback with my own, but not adding the original one.
Comment #5
wim leersComment #6
afox commentedOk, I guess you were talking about the Hierarchial Select -module and I was talking about the jQuery update. jQuery has the May 3rd latest tarball. Or am I missing something? Checked jQuery releases and CVS and May 3rd was the latest.
Comment #7
wim leersI'm talking about HS indeed. Don't use the latest jQuery Update tarball. You have to use the 1.0 version. 2.x-dev breaks compatibility.
Comment #8
wim leersFixed: http://drupal.org/cvs?commit=116046.
Comment #9
najibx commentedWoww ... that's fast. Great job and thanks a lot.
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.