Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
7.x-3.0-rc1
Component:
aggregator data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2011 at 16:17 UTC
Updated:
30 Jun 2011 at 13:36 UTC
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:
Other information: It does not do this with Views 7.x-3.0-beta3.
Comments
Comment #1
merlinofchaos commentedIf you have a problem only with fields supplied by a contrib module, you should file your issue against that module.
Comment #3
jason89s commentedPatch for this has been committed here: #1194900: Missing values with aggregation sum, avg, min, max (patch included)