See Announcements
<?php if (count($this->groupheadings) > 1) { ?>
<tr class="fabrik___heading">
<?php
$t = 0;
foreach ($this->groupheadings as $label=>$colspan) {
$t += $colspan;?>
<th colspan="<?php echo $colspan ? $colspan : 1;?>">
<?php echo $label; ?>
</th>
<?php }
$t ++;
if($t < count($this->headings)) {?>
<th colspan="<?php echo count($this->headings) - count($this->groupheadings)?>"></th>
<?php
}?>
</tr>
<?php } ?>
AH01071: Got error 'PHP message: PHP Warning: A non-numeric value encountered in /root../components/com_fabrik/views/list/tmpl/bootstrap_blue/default_headings.php on line 27\n',