Closed (fixed)
Project:
Tax by taxonomy
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
29 Dec 2007 at 21:40 UTC
Updated:
26 May 2008 at 16:51 UTC
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?
Comments
Comment #1
robertgarrigos commentedThis may be caused by not having the regions created. See the README file for the installation of this module.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.