* 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

Moonshine’s picture

Category: bug » support

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

giorgio79’s picture

Status: Active » Closed (cannot reproduce)

Thanks 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 :)