fix in views_aggregator_plugin_style_table.inc l817
$entity->{$field_name}[$lang][0][$key] = $raw_value;
by
$entity->{$field_name}[$lang][0][$key] = (string)$raw_value;

Comments

philippe.user created an issue. See original summary.

tr’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

Is this still a problem in the 7.x-1.x branch? How can I reproduce the error?