Bitrix - как включить debug режим: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: « === Bitrix - как включить debug режим === The script encountered an error and will be aborted. To view extended error messages, enable this fea…»)
(нет различий)

Версия 09:12, 2 сентября 2019


Bitrix - как включить debug режим

The script encountered an error and will be aborted. To view extended error messages, enable this feature in .settings.php.


для включения дебага скрипта в файле bitrix/.settings.php строку:

   array (
     'debug' => false,

меняем на

   array (
     'debug' => true,