I just installed the last dev update of views 7.x-3.x-dev 2011-10-08.

When I open to edit a view with "Use aggregation:Yes" I get the errors:

Notice: Undefined index: in views_handler_filter_in_operator->admin_summary() (line 323 of /home1/myagelef/public_html/ecologicalintl/drupal/dev/sites/all/modules/views/handlers/views_handler_filter_in_operator.inc).
Notice: Undefined index: in views_handler_filter_in_operator->admin_summary() (line 323 of /home1/myagelef/public_html/ecologicalintl/drupal/dev/sites/all/modules/views/handlers/views_handler_filter_in_operator.inc).
Notice: Undefined index: in views_handler_filter_in_operator->admin_summary() (line 323 of /home1/myagelef/public_html/ecologicalintl/drupal/dev/sites/all/modules/views/handlers/views_handler_filter_in_operator.inc).

I attached the view image as well as the sql code and an export of the view.

Hope this can help!

Thanks for this amazing module !

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shaisamuel’s picture

Just updated to views 7.x-3.x-dev 2011-Oct-11, and the problem is still the same.

adam_b’s picture

FileSize
9.78 KB

Same for me with 7.x-3.x-dev 2011-Oct-13

Letharion’s picture

Assigned: Unassigned » dawehner

Sounds like we have a reproducible problem. Assigning to dereine.

dawehner’s picture

Status: Active » Needs review
FileSize
1.07 KB

Here is a patch to fix the issue.

dawehner’s picture

Status: Needs review » Fixed

Just committed it to 7.x-3.x and 6.x-3.x

moniuch’s picture

Version: 7.x-3.x-dev » 7.x-3.0-rc3
Status: Fixed » Needs review

Hi, to me seems related: I have a problem where the aggregation in a view fails when I'm logged in as admin, but works perfectly when I log out. The error notice is however the same as in the original post (and showing triple as well).
I manually applied the patch - this cured out the error messages but the aggregation problem persists - the aggregated value gets repeated over each row when I'm logged in as admin.

shaisamuel’s picture

Status: Needs review » Closed (fixed)

The problem is gone. Thank you.

sapater’s picture

Title: Notice: Undefined index: in views_handler_filter_in_operator->admin_summary line 323 of views_handler_filter_in_operator.inc » Notice: Undefined index: in views_handler_filter_in_operator->admin_summary line 287 of views_handler_filter_in_operator.inc
Version: 7.x-3.0-rc3 » 7.x-3.0-rc1
Status: Closed (fixed) » Needs work
FileSize
3.21 KB