Witam
Przez kilka dni walczyłem z "PHP Warning: Illegal string offset"

<br /><b>Warning</b>: Illegal string offset 'nazwa' in <b>/ewidencja/templates_c/%%10^10F^10F6055D%%pracodawca_filters.html.php</b> on line <b>12</b><br />
<br /><b>Warning</b>: Illegal string offset 'nazwa' in <b>/ewidencja/templates_c/%%10^10F^10F6055D%%pracodawca_filters.html.php</b> on line <b>14</b><br />
<br /><b>Warning</b>: Illegal string offset 'adres' in <b>/ewidencja/templates_c/%%10^10F^10F6055D%%pracodawca_filters.html.php</b> on line <b>24</b><br />
<br /><b>Warning</b>: Illegal string offset 'regon' in <b>/ewidencja/templates_c/%%10^10F^10F6055D%%pracodawca_filters.html.php</b> on line <b>31</b><br />

Kod linijka 12 i 14:

<input type="text" name="filters[nazwa]" value="<?php echo ((is_array($_tmp=$this->_tpl_vars['filters']['nazwa'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
" size="20" /> i
<input type="text" name="filters[nazwa]" value="<?php echo ((is_array($_tmp=$this->_tpl_vars['filters']['nazwa'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
" size="20" />

Jeśli mógłby ktoś pomóc bo ja to czarny jestem z php a kolega leży chory w szpitalu a muszę to naprawić
.