<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#ffffff">
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: <br>
<br>
&lt;?php dfb($fields); ?&gt;<br>
<br>
But PHP return me this error: <br>
<br>
<br>
<b>Fatal error</b>: Internal error: Could not find the property
exposed_data in <b>/MYPATH/sites/all/modules/devel/FirePHPCore/lib/FirePHPCore/FirePHP.class.php</b>
on line <b>1077</b><br>
<br>
This is line 1077<br>
<br>
$return[$name] =
$this-&gt;encodeObject($property-&gt;getValue($Object), $ObjectDepth +
1, 1);<br>
<br>
There isn't "exposed_data" in that file.<br>
 <br>
where is the error ? <br>
<pre class="moz-signature" cols="72">-- 
Michel 'ZioBudda' Morelli                       <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>
Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 --  Fax: +39-0291390660

<a class="moz-txt-link-freetext" href="http://www.ziobudda.net">http://www.ziobudda.net</a>                         ICQ: 58351764  
<a class="moz-txt-link-freetext" href="http://www.ziobuddalabs.it">http://www.ziobuddalabs.it</a>                      Skype: zio_budda
<a class="moz-txt-link-freetext" href="http://www.ziodrupal.net">http://www.ziodrupal.net</a>                               MSN: <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>                   
                                                JABBER: <a class="moz-txt-link-abbreviated" href="mailto:michel@ziobuddalabs.it">michel@ziobuddalabs.it</a>
</pre>
</body>
</html>