-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]Deprecated: Unparenthesized #100
Comments
Изменил на'formConfig' => !empty($formConfig) ? $formConfig : ((isset($_REQUEST['formConfig'])) ? $_REQUEST['formConfig'] : 'feedback'), |
@Taylory174 внесу изменения при возможности. |
Описание ошибки:
Deprecated: Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in /home/public_html/engine/modules/uniform/cfg.php on line 10При каких условиях воспроизводится ошибка:
После отправки сообщения формы customheader и обновлении страницы
Вносились ли модификации в движок: модификации не вносились, скорей всего из за версии php
Версия DLE: dle 14.1
Версия PHP: PHP 7.4
Конфиг шаблона:
The text was updated successfully, but these errors were encountered: