и тут /common/classes/actions/ActionRegistration.class.php
В шаблонах /common/templates/skin/start-kit/themes/default/layouts/default.tpl
и тут /common/templates/skin/start-kit/themes/default/layouts/default_light.tpl
В php файлах строки с этой переменной такие
ActionLogin.class.php
} else {
// E::ModuleViewer()->Assign('bRefreshToHome', true);
// Время показа страницы выхода не задано, поэтому просто редирект
R::Location(Config::Get('path.root.web'));
exit;
}
ActionRegistration.class.php
// * Активируем
if ($this->_activateUser($oUser)) {
$this->DropInviteRegister();
E::ModuleViewer()->Assign('bRefreshToHome', true);
E::ModuleUser()->Authorization($oUser, false);
return;
} else {
E::ModuleMessage()->AddErrorSingle(E::ModuleLang()->Get('system_error'));
return R::Action('error');
}
}
В шаблонах default.tpl и default_light.tpl
{if $bRefreshToHome}
<meta HTTP-EQUIV="Refresh" CONTENT="3; URL={Config::Get('path.root.url')}/">
{/if}
{if $bRefreshToHome}
<meta HTTP-EQUIV="Refresh" CONTENT="3; URL={Config::Get('path.root.url')}/">
{/if}
Вот сама ошибка:
E_NOTICE [8] Undefined index: bRefreshToHome (/..../ptzportal.ru/_tmp/templates/admin-default-default/compiled/default^bb5ccd3f39203248f128d0994b4477a5ea69441c_0.file.default.tpl.php on line 119)
Подскажите пожалуйста что за хрень?
Apache+Nginx php 7.3.4