Bitrix - как включить debug режим
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2026
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,