Notice: Trying to access array offset on value of type null in /var/www/virtuals/name/include/SearchForm/SearchForm2.php

Hi, I have this errors -
Notice : Trying to access array offset on value of type null in /var/www/virtuals/name/include/SearchForm/SearchForm2.php on line 536
Notice : Trying to access array offset on value of type null in /var/www/virtuals/elplus/include/ListView/ListViewData.php on line 480

Notice : Trying to access array offset on value of type null in /var/www/virtuals/elplus/include/ListView/ListViewData.php on line 481

I have SuiteCrm version - Version 7.11.18
Sugar Version 6.5.25 (Build 344)

I see this lines but nothing is special, see screens.

Thank you.



@natalie15
This is only note. You can change php.ini and set:

error_reporting = E_ERROR 

In php.ini file is only comment type record.
Is there another file? Or what can I do?

Thank you !

Please scroll further down in this file. Around line 460 you will find another line with error_reporting that is not commented out.

1 Like

@natalie15
PHP by default use:

error_reporting = E_ALL

You should set:

error_reporting = E_ERROR 

And check this parameter as wrote @jansiero .

1 Like