Error in subpanel view

Hey,

is there some one, who know how we can fix the Errors in the Detail View?

Warning: Invalid argument supplied for foreach() in /usr/www/users/suitecrm/include/SearchForm/SearchForm2.php on line 380
Warning: Invalid argument supplied for foreach() in /usr/www/users/suitecrm/include/SearchForm/SearchForm2.php on line 661
Warning: Invalid argument supplied for foreach() in /usr/www/users/suitecrm/include/SearchForm/SearchForm2.php on line 380
Warning: Invalid argument supplied for foreach() in /usr/www/users/suitecrm/include/SearchForm/SearchForm2.php on line 661

SuiteCRM: Version 7.7 and 7.7.1
PHP: Version 5.5
Theme: SuteR and SuiteP
Browser: All

regards,
Heimo

Hi,

This looks like its simply PHP Warnings/Notices being enabled.

I would recommend suppressing Warnings/Notices in your php.ini file, or in your SuiteCRM’s Index.php file to hide these.

Suppressing Warnings/Notices won’t adversely affect any functionality, but having them displayed like this can sometimes cause issues like the one you are currently seeing.

If you need any assistance with this, please feel free to ask!