inter forum

Веб приложения => SMF 2 => Тема начата: inter 🐵 от 19 Июль 2017, 12:01:39

Название: SMF 2.0.14
Отправлено: inter 🐵 от 19 Июль 2017, 12:01:39
Новость на офсайте здесь - ~ link ~ (https://www.simplemachines.org/community/index.php?topic=553855.0)

Что нового?

Проблемы после обновления?
Итак, после обновления, если вы используете кастомную тему оформления (~ link 1 ~ (https://www.simplemachines.org/community/index.php?topic=553860.0), ~ link 2 ~ (https://www.simplemachines.org/community/index.php?topic=553902.0)) или simple portal (~ link error ~ (https://simpleportal.net/index.php?topic=14466.msg72790)), если вылетает ошибка при входе на сайт, то

для каждой(!) кастомной темы оформления делайте так:
ФАЙЛ: /Themes/ВАША_ТЕМА/index.template.php
НАЙТИ:
<input type="hidden" name="hash_passwrd" value="" />
ЗАМЕНИТЬ:
<input type="hidden" name="hash_passwrd" value="" /><input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />

для simple portal делайте так :
Файл  /Sources/PortalBlocks.php
НАЙТИ:
<input type="hidden" name="hash_passwrd" value="" />
ЗАМЕНИТЬ:
<input type="hidden" name="hash_passwrd" value="" /><input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />