Ошибка рендеринга шаблонизатора

Обнаружена проблема при обработке шаблона.

Сообщение об ошибке

Unable to find template "about.html" (looked into: template/KnightDesert, custom/plugins, src/component/plugins).
Файл:
/var/www/u2998201/data/www/l2epilogue.ru/vendor/twig/twig/src/Loader/FilesystemLoader.php
Строка:
227
Тип:
Twig\Error\LoaderError
Шаблон:
about.html
  1. if (!$throw) {
  2. return null;
  3. }
  4. throw new LoaderError($this->errorCache[$name]);
  5. }
  6. private function normalizeName(string $name): string
  7. {
  8. return preg_replace('#/{2,}#', '/', str_replace('\\', '/', $name));

Не удалось получить содержимое шаблона.

/var/www/u2998201/data/www/l2epilogue.ru/vendor/twig/twig/src/Loader/FilesystemLoader.php (строка 131)
Twig\Loader\FilesystemLoader->findTemplate('about.html')
/var/www/u2998201/data/www/l2epilogue.ru/vendor/twig/twig/src/Environment.php (строка 291)
Twig\Loader\FilesystemLoader->getCacheKey('about.html')
/var/www/u2998201/data/www/l2epilogue.ru/vendor/twig/twig/src/Environment.php (строка 344)
Twig\Environment->getTemplateClass('about.html')
/var/www/u2998201/data/www/l2epilogue.ru/src/template/tpl.php (строка 2111)
Twig\Environment->load('about.html')
/var/www/u2998201/data/www/l2epilogue.ru/src/template/tpl.php (строка 1426)
Ofey\Logan22\template\tpl::display('about.html')
/var/www/u2998201/data/www/l2epilogue.ru/src/route/Route.php (строка 91)
Ofey\Logan22\template\tpl::displayDemo('about.html')
[Внутренняя функция]
Ofey\Logan22\route\Route->Ofey\Logan22\route\{closure}()
/var/www/u2998201/data/www/l2epilogue.ru/vendor/bramus/router/src/Bramus/Router/Router.php (строка 430)
call_user_func_array(Object(Closure), Array(0))
/var/www/u2998201/data/www/l2epilogue.ru/vendor/bramus/router/src/Bramus/Router/Router.php (строка 416)
Bramus\Router\Router->invoke(Object(Closure), Array(0))
/var/www/u2998201/data/www/l2epilogue.ru/vendor/bramus/router/src/Bramus/Router/Router.php (строка 280)
Bramus\Router\Router->handle(Array(80), true)
/var/www/u2998201/data/www/l2epilogue.ru/src/route/route_registry.php (строка 77)
Bramus\Router\Router->run()
/var/www/u2998201/data/www/l2epilogue.ru/index.php (строка 11)
require('/var/www/u2998201/data/www/l2e...')

Переменные доступные в шаблоне:

__route__ (string)
"/about"
GET (array)
[]
dir (string)
""
protocol (string)
"http"
path (string)
""
template (string)
"/template/KnightDesert"
pointTime (string)
"0.27"

Возможные решения

Проверьте синтаксис и логику шаблона.
Убедитесь, что все переменные и функции определены и доступны.
Проверьте, не используются ли устаревшие методы или функции.