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
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

robertgarrigos - May 12, 2008 - 16:45
Status:active» fixed

This may be caused by not having the regions created. See the README file for the installation of this module.

#2

Anonymous (not verified) - May 26, 2008 - 16:51
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.