Hi all again,

I tryed to add the SearchForm.html to the Cases module directory with no sucess.
I have been doing this on 5.0 with no problem and used the SearchForm.html that I had defined for the 4.5.1 installation that I had. Now I tried for the 5.2h version and in the opposite of showing the Search Form it show the error:
Warning: Invalid argument supplied for foreach() in /var/www/html/crm2/include/ListView/ListViewDisplay.php on line 130

I checked the ListViewDisplay.php file and the only thing I got this :

PHP Code:
   foreach ($this->searchColumns as $columnName => $def )
            {
                
$filter_fields[strtolower($columnName)] = true;
            } 
Tryed to comment this loop and the only things that I could get were: no warning and no SearchForm.

Somebody knows what's wrong and a turnaround for this?

Thanks in advance,
Joel Oliveira