Display_errors is already set to off, still getting Notice while Choosing Charts on Dashboard for both admin and users

Hi,

Display Error already set to Off as I was getting Notice during installation it was fixed with display error off.

Now getting below notice while choosing Chart dashlets for Dashboard.
also mysql is not working if I uncomment any thing on below
error_reporting
; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT

Notice : Array to string conversion in C:\xampp\htdocs\DhanCRM\include\Dashlets\DashletGenericChart.php on line 420

Notice : Undefined index: labelsAndValues in C:\xampp\htdocs\DhanCRM\modules\Charts\Dashlets\OpportunitiesByLeadSourceByOutcomeDashlet\OpportunitiesByLeadSourceByOutcomeDashlet.php on line 158

Please help.
Regards,
Satya

In Admin / Diagnostics /phpinfo, do you see display_errors set as false? those are the effective settings values your SuiteCRM is using. If the messages are still showing on-screen, it’s likely your changes didn’t take effect.

You can also check your php.ini path there, to make sure you’ve been editing the correct file.

Also remember a web server restart is needed after changes to php.ini.