waring when open popup search contact

Warning: Declaration of PopupSmarty::setup($seed, $file = NULL, $where = NULL, $params = Array, $offset = 0, $limit = -1, $filter_fields = Array, $id_field = ‘id’) should be compatible with ListViewDisplay::setup($seed, $file, $where, $params = Array, $offset = 0, $limit = -1, $filter_fields = Array, $id_field = ‘id’, $id = NULL) in /homepages/39/d616817840/htdocs/suitecrm/SuiteCRM-7.9.5/include/Popups/PopupSmarty.php on line 46

When open contact list popup here is the waring on header page.
Suitecrm 7.9.6

You can apply this fix:

https://github.com/salesagility/SuiteCRM/pull/4406/files

It looks complicated, but the only real change in there is adding a few “= NULL” in the function declaration, it’s simple.

But what you really should do anyway is turn off error_reporting in your php.ini (Google for instructions).

it’s working only via error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING in php.ini