* 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

Enlightening-Times’s picture

i 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 .= '';
}

ncy’s picture

Status: Active » Postponed (maintainer needs more info)

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

rapsli’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)