В разделе сделок есть возможность нажать на Email клиента и написать ему письмо. На одном из сайтов при нажатии возникает ошибка
PHP Fatal error: Uncaught Error: Attempt to modify property "value" on null in /home/web/xxxx.ru/www/wa-cache/c6b62d/apps/crm/templates/compiled/crm_ru_RU/d4/aa/18/d4aa1804038cfef768ac1edf1b2ef1315ecc2041.file.MessageSendEmailDialog.html.php:133
Покопавшись, обнаружили, что проблема возникает из-за использования ifset с несуществующей переменной на php 8+.
Место:
templates/actions-legacy/message/MessageSendEmailDialog.html:57
templates/actions-legacy/message/MessageSendEmailDialog.html:96
templates/actions-legacy/message/MessageSendEmailDialog.html:101
Нужно использовать isset.
Спасибо.
0 комментариев