warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/gmaps/modules/gmaps_user/gmaps_user.module on line 352.

lines consists of

if (is_null($serialize)) {
$serialize = array();
$schema = drupal_get_schema('gmaps_user_marker_option');
foreach ($schema['fields'] as $column => $info) { //line#352 is here
if ($info['serialize']) {
$serialize[] = $column;
}
}

Comments

jkingsnorth’s picture

Issue summary: View changes
Priority: Major » Normal
Status: Active » Closed (cannot reproduce)

Is this still an issue in the latest version? Please re-open it if so. I'm marking it as closed for the time being since it is quite old.

Also marked this as a duplicate #1199532: PHP Notice Undefined index: serialize