Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-3.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Oct 2008 at 01:33 UTC
Updated:
14 Jul 2012 at 23:14 UTC
After uprgrade to RC4 a view with 2 or more exposed filter does not work right.
the first exposed filter works right and the next filters not. the boxes degrades gracefully.
I have tested it in FF3 and the IE6/7/8.
The IE gives a script error back. Line 2, letter 1194, error = 'console' undefined
In Safari and Chrome it works all right.
Comments
Comment #1
mkrakowiak commentedI have a similar problem in FF3 and IE7: node/add/* doesn't load JavaScript at all, thus links in legend of the boxes (like Categories or Input Format) don't open/close. HS fields degrade gracefully.
Comment #2
wim leersThis is an error on my side. I accidentally committed the .module file with the debug functionality enabled. That functionality only works when the console object exists, and it only exists in Safari and Firefox with Firebug.
To fix this:
1) Open
hierarchical_select.module.2) On line 12, you'll see this:
define('HS_DEVELOPER_MODE', 1);Change this to:
define('HS_DEVELOPER_MODE', 0);This has already been fixed. This means that if you get the newest dev release tonight, it'll be fixed. It'll of course be fixed in the final as well.
I'll leave this issue open until the final has been released.
Comment #3
mkrakowiak commentedThis should actually be changed from 1 to 0.
Thanks Wim!
Comment #4
wim leersHah, yes, I guess my copy/paste skills are pretty bad :P
Comment #5
nath commentedThanks for the info, explains the trouble we had with the newest version.
Comment #6
mkrakowiak commentedI got another problem. It is this warning that I get whenever I create or update a node with a new tag:
warning: Invalid argument supplied for foreach() in /home/dixingto/public_html/cpj/sites/all/modules/hierarchical_select/hierarchical_select.module on line 1841.
warning: Invalid argument supplied for foreach() in /home/dixingto/public_html/cpj/sites/all/modules/hierarchical_select/modules/hs_taxonomy.module on line 415.
After I refresh the page, everything seems to be OK. What could this be?
Comment #7
wim leersThe tokens provided by HS Taxonomy don't support an empty selection yet, thereby causing this error. I decided to release an RC5 to make things simpler for the end-users.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.