Jump to content

Ошибка [#10193] при авторизации

Featured Replies

Posted

Смотрел по форуму, есть такие темы, но я не могу зайти в админцентр. Выбивает ошибку [#10193] при авторизации, на всех скинах. Что в таком случае делать?

Внешний вид - твой стиль - globalTemplate 
Ищи  <if test="anonymous:|:!$this->settings['disable_anonymous']">
Добавь выше <input type='hidden' name='auth_key' value='{$this->member->form_hash}' />


Второй метод:
Внешний вид -> твой стиль -> Страница входа -> showLogInForm
Ищи <form action="{parse url="app=core&amp;module=global&amp;section=login&amp;do=process" base="public"}" method="post" id='login'>
Добавь после <input type='hidden' name='auth_key' value='{$this->member->form_hash}' />

Edited by rustav

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.