Warning: Cannot modify header information — headers already sent by (output started at system\controllers\auth\actions egister.php:50) in system\core\controller.php on line 906
Warning: Cannot modify header information — headers already sent by (output started at system\controllers\auth\actions egister.php:50) in system\core\controller.php on line 908
$ user [ 'group_id'] что в ней должно быть?
//Кусочек кода с register.php // убираем поля Которые НЕ относятся к выбранной пользователем группе // foreach ($ fieldsets as $ fieldset) { foreach ($ fieldset [ 'fields'] as $ field) { $ Form-> disableField ($ field [ 'name']); } } }