* warning: Invalid argument supplied for foreach() in sites/all/modules/computed_field/computed_field.module(297) : eval()'d code on line 2.
* warning: Invalid argument supplied for foreach() in includes/theme.inc on line 1381.
Occasionally I am getting this error message after saving a form with a computed field. Posting it here, maybe others have it and we can track it down why.
Comments
Comment #1
Moonshine commentedThis is most likely caused by your computed code or display code on your field. If you post it people can help you track down the error.
Comment #2
giorgio79 commentedThanks Moonshine, it was with http://www.drupal.org/project/multicrud, where I stored data from multicrud field as a serialized value via computed field :)
I kind of dropped the approach, so setting this to closed :)