taxonomy_html.module gives foreach() errors unless at least one taxonomy is omitted from viewing options:
warning: Invalid argument supplied for foreach() in /public/html/asilomar/iaslash/modules/taxonomy_html.module on line 68.
taxonomy_html.module gives foreach() errors unless at least one taxonomy is omitted from viewing options:
warning: Invalid argument supplied for foreach() in /public/html/asilomar/iaslash/modules/taxonomy_html.module on line 68.
Comments
Comment #1
killes@www.drop.org commentedDid you use the most recent cvs version?
If yes: Can you access the config screen and save without changing anything?
Does the error occur again?
If yes: Execute the following SQL-statement:
DELETE FROM variable WHERE name = 'taxonomy_html_overview_vocab';
Comment #2
dopry commenteddoes this bug still exist? or has it been fixed in most recent cvs?
Comment #3
gábor hojtsyThis is the same as issue #4482 and is fixed in current versions.