Php Errors

Hi,
Please tell me how to remove the display of php errors on the site.
Tried:
error_reporting = E_ALL
display_errors Off
It's not working.

Hi,
Please tell me how to remove the display of php errors on the site.
Tried:
error_reporting = E_ALL
display_errors Off
It's not working.

Usually developers make these changes in the config.local.php

It should be

// Log everything, but do not display
error_reporting(E_ALL);
ini_set('display_errors', 0);

Usually developers make these changes in the config.local.php

It should be

// Log everything, but do not display
error_reporting(E_ALL);
ini_set('display_errors', 0);
Hello, thanks for the answer.
Yes at us in the config file.local.PHP is worth it:
// Log everything, but do not display
error_reporting(E_ALL);
ini_set ('display_errors', 0);
But errors and warnings are still displayed.

Do you have local.conf.php file in the root directory of cs-cart installation?

Do you have local.conf.php file in the root directory of cs-cart installation?

Hello, thanks for the answer. Yes we have in the root directory config.local.php we had everything there as you wrote, but the error still comes out.

It is required to examine issue on your server. I can only assume that error displaying is enabled somewhere in 3rd party module

It is required to examine issue on your server. I can only assume that error displaying is enabled somewhere in 3rd party module

Hello, thanks for the answer. Could you take a look at our server please we need to hide php errors from site users. Just please tell me what could be the cause of the error Session.php. Tell us we can give you access through Help Desk on Your website, we are your customers.
Thanks for supporting me.