Bitrix - как включить debug режим
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 09:12, 2 сентября 2019; Admin iph (обсуждение | вклад) (Новая страница: « === Bitrix - как включить debug режим === The script encountered an error and will be aborted. To view extended error messages, enable this fea…»)
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,