Hi all, I'm theming a view. I have this file views-view-fields--pizzaioli-garantiti--block-4.tpl.php and in this file I have this line:
<?php dfb($fields); ?>
But PHP return me this error:
*Fatal error*: Internal error: Could not find the property exposed_data in */MYPATH/sites/all/modules/devel/FirePHPCore/lib/FirePHPCore/FirePHP.class.php* on line *1077*
This is line 1077
$return[$name] = $this->encodeObject($property->getValue($Object), $ObjectDepth + 1, 1);
There isn't "exposed_data" in that file.
where is the error ?