Closed (fixed)
Project:
Fast Gallery
Version:
6.x-3.2-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Dec 2008 at 17:24 UTC
Updated:
23 Jan 2009 at 20:07 UTC
* 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