* warning: Invalid argument supplied for foreach() in /mounted-storage/home59a/sub001/sc15742-ELWM/enlighteningtimes.co.uk/community/includes/form.inc on line 1417.
* warning: Invalid argument supplied for foreach() in /mounted-storage/home59a/sub001/sc15742-ELWM/enlighteningtimes.co.uk/community/includes/form.inc on line 1417.
Comments
Comment #1
Enlightening-Times commentedi am using drupal 6.6 and php version 5.2.7.
this is line 1417 to 1422
foreach ($choices as $key => $choice) {
if (is_array($choice)) {
$options .= '';
$options .= form_select_options($element, $choice);
$options .= '';
}
Comment #2
ncy commentedcan you post more information about your setup? what's in the gallery, what pictures, what paths, etc.
we need to track down the error in the fast_gallery code, not the form.inc code.
Comment #3
rapsli commented