When using the d7 dev version of the module we are getting the following error when configuring fields in admin/config/views_calc

Fatal error: Cannot use object of type stdClass as array in ../views_calc.module on line 260

Comments

zyxware’s picture

The issue was caused because the data fetched was being accessed as arrays instead of objects. The following patch fixes this issue.

karens’s picture

Most of this is a duplicate of #1193404: Undefined index: #children in theme_fieldset() , which I just applied. There may be a couple things here not already in that patch, so I'm comparing them now.

karens’s picture

Status: Active » Fixed

OK, I think I pulled out the parts that differ. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.