When visiting: http://##.nl/##/admin/content/node-type/profile/profile, which is the edit form for the content_profile settings for my content_profile node_type. Watchdog shows me the following error:

Type	PHP
Datum	Maandag, 8 november, 2010 - 14:20
Gebruiker	Beheer
Lokatie	http://##.nl/##/admin/content/node-type/profile/profile
Doorverwijzer	http://##.nl/##/admin/content/node-type/profile/profile
Bericht	Invalid argument supplied for foreach() in /var/www/vhosts/##.nl/httpdocs/##/includes/form.inc op regel 1211.
Zwaarte	fout
Hostnaam	80.56.132.138
Handelingen

Comments

Michsk’s picture

this happens in stable and dev releases.

Michsk’s picture

this has go to do with a default_value.

forms.inc @1211 is:

    foreach ($form['#default_value'] as $key) {
      $value[$key] = 1;
    }
Michsk’s picture