Убрать Показ Ошибок Php Для Гостей Сайта

Здравствуйте,

Подскажите пожалуйста, как скрыть ошибки php, для гостей сайта, для зарегистрированных пользователей, они скрыты.

Спасибо за поддержку.

В config.local.php у вас у display_errors какое значение? local.conf.php используете?

Просьба: для общения на русском языке используйте пожалуйста https://forum.cs-cart.ru. На международном форуме общение ведётся на английском, кроме специальных языковых веток в https://forum.cs-cart.com/forum/50-languages. Там русскую ветку мы закрыли как раз потому, что появился отдельный русскоязычный форум.

-----

Please use https://forum.cs-cart.ru for topics in Russian language. Communication at https://forum.cs-cart.com is supposed to be in English, except for the language branches at https://forum.cs-cart.com/forum/50-languages. Even there, we closed the Russian branch in favor of the dedicated Russian-language forum.

Спасибо за ответ.

В config.local.php у вас у display_errors какое значение? local.conf.php используете?

Вот значение которое используется, при этом при оформлении заказа на странице корзины и оформлении заказа, показываются ошибки не авторизованным пользователям.
// Log everything, but do not display
error_reporting(E_ALL);
ini_set('display_errors', 0);

Просьба: для общения на русском языке используйте пожалуйста https://forum.cs-cart.ru. На международном форуме общение ведётся на английском, кроме специальных языковых веток в https://forum.cs-cart.com/forum/50-languages. Там русскую ветку мы закрыли как раз потому, что появился отдельный русскоязычный форум.

-----

Please use https://forum.cs-cart.ru for topics in Russian language. Communication at https://forum.cs-cart.com is supposed to be in English, except for the language branches at https://forum.cs-cart.com/forum/50-languages. Even there, we closed the Russian branch in favor of the dedicated Russian-language forum.

Здравствуйте, хорошо, больше не будем. Скажите пожалуйста, разрешается писать на двух языках сразу?

I don’t see the reason why someone would want to use multiple languages in one post. The international forum is largely in English (except for the section I mentioned), and the Russian forum is exclusively in Russian. But of course, you are welcome to ask the same questions here in English, and at the Russian forum in Russian, if you think you’d get a reply sooner that way. Both forums usually have people (developers included) who are able and willing to help.

Ok, thanks

I don't see the reason why someone would want to use multiple languages in one post. The international forum is largely in English (except for the section I mentioned), and the Russian forum is exclusively in Russian. But of course, you are welcome to ask the same questions here in English, and at the Russian forum in Russian, if you think you'd get a reply sooner that way. Both forums usually have people (developers included) who are able and willing to help.

I can assume that somewhere (for example in 3rd party addon) you have the following code

ini_set('display_errors', true);
If you have SSH access, perform search over all CS-Cart files by "display_errors"

I can assume that somewhere (for example in 3rd party addon) you have the following code

ini_set('display_errors', true);
If you have SSH access, perform search over all CS-Cart files by "display_errors"

Hello, thank you for your support. We did a check on all the files and fixed to not appear, but still the errors show. Can see after adding to cart if the user is not logged in, show error https://rio001.com/ru/cart/

I recommend you to contact Simtech Development with this issue and ask them to fix these warnings instead of hiding them

I recommend you to contact Simtech Development with this issue and ask them to fix these warnings instead of hiding them

Okay, thanks for the support. Tell me another issue, it only hides errors, and warnings also disappear in the same way or differently?

display_errors directive is responsible both for warning and errors

display_errors directive is responsible both for warning and errors

Ok, thanks