Полезности 1С Битрикс


Установка Битры без проверки на ключ

в файле bitrix/modules/main/install/wizard/wizard.php

комментируем строчки 196, 197:

if (!defined("TRIAL_VERSION") && function_exists("preg_match") && !preg_match('/[A-Z0-9]{3}-[A-Z]{2}-?[A-Z0-9]{12,18}/i', $licenseKey))
$this->SetError(InstallGetMessage("BAD_LICENSE_KEY"), "license");
//if (!defined("TRIAL_VERSION") && function_exists("preg_match") && !preg_match('/[A-Z0-9]{3}-[A-Z]{2}-?[A-Z0-9]{12,18}/i', $licenseKey))
 
//$this->SetError(InstallGetMessage("BAD_LICENSE_KEY"), "license");

Вывод событий через запрос sql

select * from b_event
where event_name like '%form%'
order by date_insert desc

Где %form% меняется на название типа события.

Обратите внимание, что тип события указывается в одинарных ковычках

Вы нашли эту статью полезной?