Fatal error после включения PHP 8

Главные вкладки

Аватар пользователя kovalevm kovalevm 19 февраля 2023 в 18:06

При включении для сайта версии PHP 8 вместо 7.4 в логах такая ошибка:

PHP Fatal error: Uncaught Error: Call to undefined function cache_get() in /includes/module.inc:763\nStack trace:\n#0 /includes/module.inc(963): module_implements('system_theme_in...')\n#1 //modules/system/system.module(2522): module_invoke_all('system_theme_in...')\n#2 /includes/theme.inc(798): _system_rebuild_theme_data()\n#3 /includes/theme.maintenance.inc(57): list_themes()\n#4 /includes/bootstrap.inc(2945): _drupal_maintenance_theme()\n#5 /includes/errors.inc(177): drupal_maintenance_theme()\n#6 /includes/bootstrap.inc(2670): _drupal_log_error(Array, true)\n#7 [internal function]: _drupal_exception_handler(Object(Error))\n#8 {main}\n thrown in /includes/module.inc on line 763

С чем может быть связана такая ошибка?
Версия Drupal 7.94

Комментарии