Д
Дарья Краус
Посетитель
- Регистрация
- 28 Фев 2023
- Сообщения
- 4
- Реакции
- 1
Здравствуйте. поставили новую simple с нуля и вот такая ерунда получилось. simpla 2.3.8 ставить без проблем. На хостинге поддержка горит не их проблемы
Сейчас на сайте возникают ошибки:
/** * Activates PHP7 compatibility mode: * - converts E_WARNINGS for "undefined array key" and "trying to read property of null" errors to E_NOTICE * * @void */ public function muteUndefinedOrNullWarnings(): void { $this->isMutingUndefinedOrNullWarnings = true; } /** * Indicates if PHP7 compatibility mode is set. * @bool */ public function isMutingUndefinedOrNullWarnings(): bool { return $this->isMutingUndefinedOrNullWarnings; }
ТУТ получается ошибка
Сейчас на сайте возникают ошибки:
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/users/9/9371690505/domains/megabit1.ru/Smarty/libs/Smarty.class.php on line 1385
/** * Activates PHP7 compatibility mode: * - converts E_WARNINGS for "undefined array key" and "trying to read property of null" errors to E_NOTICE * * @void */ public function muteUndefinedOrNullWarnings(): void { $this->isMutingUndefinedOrNullWarnings = true; } /** * Indicates if PHP7 compatibility mode is set. * @bool */ public function isMutingUndefinedOrNullWarnings(): bool { return $this->isMutingUndefinedOrNullWarnings; }
ТУТ получается ошибка