it does not work
worf - December 29, 2007 - 21:40
| Project: | Tax by taxonomy |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | worf |
| Status: | closed |
Jump to:
Description
After Installation on fresh Installation of Drupal 5.5. I see in Ecommerce configuration of tax by taxonomy-module this error
* warning: Invalid argument supplied for foreach() in /...../includes/form.inc on line 949.
* warning: Invalid argument supplied for foreach() in /....../includes/form.inc on line 949.
Line 949 - 954 of form.inc:
foreach ($choices as $key => $choice) {
if (is_array($choice)) {
$options .= '<optgroup label="'. $key .'">';
$options .= form_select_options($element, $choice);
$options .= '</optgroup>';
}Any idea to fix it?

#1
This may be caused by not having the regions created. See the README file for the installation of this module.
#2
Automatically closed -- issue fixed for two weeks with no activity.