I am getting this problem:

Notice: Trying to get property of non-object in entity_extract_ids() (line 7368 of D:\wamp\www\sm-2011\includes\common.inc).
Notice: Undefined index: field_name in field_language() (line 275 of D:\wamp\www\sm-2011\modules\field\field.multilingual.inc).
Notice: Undefined index: field_name in field_language() (line 275 of D:\wamp\www\sm-2011\modules\field\field.multilingual.inc)....

It only appears on a view where I am grouping the items based on a Date field.

To recreate it:

  1. Install Drupal 7.2, Date 7.x-2.0-alpha3, Views 7.x-3.0-rc1 and Ctools 7.x-1.0-beta1.
  2. Add a date field to the Article content type.
  3. Create a field view using the node title and the date field you added.
  4. Try to group based on the date field.

Other information: It does not do this with Views 7.x-3.0-beta3.

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

If you have a problem only with fields supplied by a contrib module, you should file your issue against that module.

jason89s’s picture

Status: Closed (won't fix) » Closed (duplicate)