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…»)
 
 
Строка 1: Строка 1:
 +
[[Файл:B_1.gif |link=https://bit.ly/3tbFsd6| Доступная цена]]
  
  

Текущая версия на 16:42, 8 декабря 2020

Доступная цена


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,