Регистрация Office и OfficeAuth

c2n.me/3mauWxe
Пишет «Неизвестная ошибка» при нажатии кнопки регистрация.
Я пробовал все 3 вызова по отдельности во всех 3х случаях одна и та же ошибка.
+ все формы от formit перестают работать тоже…

[[!Office?
    &action=`Auth`
    &HybridAuth=`1`
    &groups=`Users`
	&loginResourceId=`[[*id]]`
    &tplLogin=`tpl.Office.auth.login_simple`
]]
[[!OfficeAuth? &groups=`Users` &tplLogin=`tpl.Office.auth.login_simple`]]
[[!Office?
	&action=`Auth`
	&groups=`Users`
	&loginResourceId=`[[*id]]`
	&tplLogin=`tpl.Office.auth.login_simple`
]]
вот чанк tpl.Office.auth.login_simple:
<div class="row mini_login_form" id="office-auth-form">
	<div class="col-md-6 office-auth-register-wrapper">
		<h4>[[%office_auth_register]]</h4>
		<form method="post" class="form-horizontal" id="office-auth-register_simple">
			<div class="form-group">
				<label for="office-auth-register-email" class="col-md-3 control-label">[[%office_auth_register_email]] <span class="red">*</span></label>
				<div class="col-md-8">
					<input type="email" name="email" placeholder="" class="form-control" id="office-auth-register-email" value="" />
					<p class="help-block"><small>[[%office_auth_register_email_desc]]</small></p>
				</div>
				<input type="hidden" name="action" value="auth/formRegister" />
				<div class="col-sm-offset-3 col-sm-8">
					<button type="submit" class="btn btn-danger" onclick="ga('send', 'event', 'auth', 'auth-click', 'auth-btn');yaCounter13086079.reachGoal('auth'); return true;">[[%office_auth_register_btn]]</button>
				</div>
			</div>
		</form>
	</div>
</div>
Лог ошибок пустой
кто то сталкивался? (пост скоро дополню)

не было закрывающего тега у формы которая была расположена выше.
Саша Иващенко
15 августа 2015, 11:16
modx.pro
2 414
0

Комментарии: 0

Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.
0