Last active
March 15, 2020 23:08
-
-
Save GermanAizek/0bb9801499ff912bfe8276ce452fb1c2 to your computer and use it in GitHub Desktop.
При выполнении скрипта возникла ошибка. Включить расширенный вывод ошибок можно в файле настроек .settings.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return array ( | |
'exception_handling' => | |
array ( | |
'value' => | |
array ( | |
'debug' => true, | |
'handled_errors_types' => 4437, | |
'exception_errors_types' => 4437, | |
'ignore_silence' => false, | |
'assertion_throws_exception' => true, | |
'assertion_error_type' => 256, | |
'log' => | |
array ( | |
'settings' => | |
array ( | |
'file' => '/var/log/php/exceptions.log', | |
'log_size' => 1000000, | |
), | |
), | |
), | |
'readonly' => false, | |
) | |
); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Памятка ориентирована на простых пользователей которые не разбираются в работе с PHP скриптами, хотя я удивлен что Вы нашли этот пост.
Файл находится по пути /bitrix/.settings.php
Если в нем уже существует array с полями, например:
То надо сделать вот так: