Exceptions
Exceptions 2
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#1695 -lineno: 12 -rawMessage: "An exception has been thrown during the rendering of a template ("File /home/ndbeltinci/www/ndbeltinci.net.new/releases/21/public/upload/clubs/logos/krizevci.png does not exist.")." -source: Twig\Source {#1736 -code: """ {% extends "@app/layout.html.twig" %}\n \n {% set title = match.homeTeam.name.medium ~ ' - ' ~ match.awayTeam.name.medium %}\n \n {% import "@app/Football/_macros.html.twig" as macro %}\n \n {%- block head -%}\n <meta property="og:title" content="{{ match.homeTeam.name.medium }} - {{ match.awayTeam.name.medium }}" />\n <meta property="og:description" content="" />\n <meta property="og:type" content="article" />\n {#<meta property="og:description" content="{% if match.resultContainer and match.resultContainer.finalResult %}({{ match.resultContainer.finalResult.homeGoals }}:{{ match.resultContainer.finalResult.awayGoals }}){% endif %}" />#}\n <meta property="og:image" content="{{ absolute_url(match|generate_match_full_image_path) }}" />\n <meta property="og:image:type" content="image/png" />\n <meta property="og:url" content="{{ app.request.schemeAndHttpHost~app.request.requestUri }}" />\n <meta property="fb:app_id" content="{{ __facebook_app_id }}" />\n {%- endblock -%}\n \n {% block content %}\n \n <ol class="breadcrumb">\n <li class="breadcrumb-item"><a href="{{ path('football_competition_execution_year_list') }}">Tekmovanja</a></li>\n <li class="breadcrumb-item"><a href="{{ path('football_competition_execution_year_show', {year: competitionExecution.year}) }}">Sezona {{ competitionExecution.year }}</a></li>\n <li class="breadcrumb-item"><a href="{{ path('football_competition_execution_show', {id: competitionExecution.id, year: competitionExecution.year}) }}">{{ competitionExecution.competition.name }}</a></li>\n <li class="breadcrumb-item active">Tekma</li>\n </ol>\n \n <div class="card card-match card-match-detail mb-4">\n <div class="card-body">\n <div class="title">\n <h2 class="mb-4 d-md-none">{{ match.homeTeam.name.medium }}<br>{{ match.awayTeam.name.medium }}</h2>\n <h2 class="mb-4 d-none d-md-inline-block">{{ match.homeTeam.name.medium }} - {{ match.awayTeam.name.medium }}</h2>\n \n </div>\n {# <p class="competition">#}\n {# {% if match.matchDay.competitionExecution.competition.id != 6 %}#}\n {# {{ match.matchDay.title }} -#}\n {# {% endif %}#}\n {# {{ match.matchDay.competitionExecution.competition.name }}#}\n {# </p>#}\n <div class="vs">\n <div>\n <img class="img-fluid" src="{{ 'upload/clubs/logos/%id%' | replace({'%id%': match.homeTeam.logo}) | imagine_filter('logo_normal') }}" />\n </div>\n {% if match.isPlayed %}\n <div class="result">\n {% if match.resultContainer %}\n <div class="d-block badge invisible">/</div>\n <div>\n <div class="d-inline-block badge badge-result mb-1">\n {{ match.resultContainer.finalResult.homeGoals }}\n :\n {{ match.resultContainer.finalResult.awayGoals }}\n </div>\n </div>\n <div class="d-inline-block badge-result-half-time">\n {{ match.resultContainer.halfTimeResult.homeGoals }}\n :\n {{ match.resultContainer.halfTimeResult.awayGoals }}\n </div>\n {% else %}\n <div>\n <div class="d-inline-block badge badge-no-result">\n - : -\n </div>\n </div>\n {% endif %}\n </div>\n {% else %}\n <div class="upcoming-date">\n <div>{{ match.date | date('l') | trans }}</div>\n <div>{{ match.date | date('j.n.') | trans }}</div>\n {% if match.hasTime %}\n <div class="divider-bar">\n <span></span>\n </div>\n {% endif %}\n <div>\n {% if match.hasTime %}\n <span>\n \t\t\t\t\t\t\t\t\t{{ match.date | date('H:i') }}\n \t\t\t\t\t\t\t\t</span>\n {% endif %}\n </div>\n </div>\n {% endif %}\n <div>\n <img class="img-fluid" src="{{ 'upload/clubs/logos/%id%' | replace({'%id%': match.awayTeam.logo}) | imagine_filter('logo_normal') }}" />\n </div>\n </div>\n </div>\n <div class="card-footer">\n <div class="about">\n {% if match.isPlayed %}\n <div class="item item-date">\n <div class="item-body">\n <div class="upcoming-date">\n <div>{{ match.date | date('l') | trans }}</div>\n <div>{{ match.date | date('j.n.Y') | trans }}</div>\n <div class="divider-bar">\n <span></span>\n </div>\n <div>\n {% if match.hasTime %}\n <span>\n {{ match.date | date('H:i') }}\n </span>\n {% endif %}\n </div>\n </div>\n </div>\n </div>\n {% endif %}\n <div class="item item-competition">\n <div class="item-body">\n {% if match.matchDay.competitionExecution.competition.hasLogos %}\n <div>\n <img class="h-2rem" src="{{ match.matchDay.competitionExecution.competition.logos.original.path|imagine_filter('thumb_400') }}">\n </div>\n {% if match.matchDay.competitionExecution.competition.id != 6 %}\n <div>{{ match.matchDay.title }}</div>\n {% endif %}\n {% else %}\n {{ match.matchDay.competitionExecution.competition.name }}\n {% endif %}\n </div>\n </div>\n {% if match.venue %}\n {% if match.isPlayed %}\n <div class="item d-none d-sm-flex">\n <div class="item-body">\n {{ match.venue }}\n </div>\n </div>\n {% else %}\n <div class="item">\n <div class="item-body">\n {{ match.venue }}\n </div>\n </div>\n {% endif %}\n {% endif %}\n {% if match.report and match.report.attendance %}\n <div class="item d-none d-sm-flex">\n <div class="item-body">\n {{ match.report.attendance }} gledalcev\n <br>\n </div>\n </div>\n {% endif %}\n </div>\n </div>\n </div>\n \n {% if match.report and match.report.hasGoals %}\n <div class="card card-match-goals mb-4">\n <div class="card-body">\n <div class="row">\n <div class="col col-lg-6">\n <h2>Zadetki</h2>\n <table class="table table-striped table-match-detail-goals">\n {% for goal in match.report.goals %}\n <tr>\n <td class="table-cell-size-25p">\n <span class="badge">{{ goal.result.homeGoals ~ ':' ~ goal.result.awayGoals }}</span>\n </td>\n <td>\n {% if goal.scorer %}\n {{ goal.scorer.lastName }} {{ goal.scorer.firstName }}\n {% endif %}\n </td>\n <td>\n {{ goal.minute ? goal.minute ~ '\'' }}\n </td>\n </tr>\n {% endfor %}\n </table>\n </div>\n </div>\n </div>\n </div>\n {% elseif match.scorers %}\n <div class="card card-match-detail mb-4">\n <div class="card-body">\n <h2>Strelci</h2>\n <p>\n {% if match.scorers %}\n {{ match.scorers|nl2br }}\n {% else %}\n Ni podatka\n {% endif %}\n </p>\n </div>\n </div>\n {% endif %}\n \n {% if match.report and (liveTicker == null or liveTicker.visible) %}\n {% if match.report.hasLineups %}\n <div class="card card-match-lineup mb-4">\n <div class="card-body">\n <div class="row">\n {% if match.report.homeLineup %}\n <div class="col-12 col-md-6">\n <h2>\n <img class="img-fluid" src="{{ 'upload/clubs/logos/%id%' | replace({'%id%': match.homeTeam.logo}) | imagine_filter('logo_normal') }}" />\n Postava\n </h2>\n {{ macro.lineup_block(match.report.homeLineup.starting) }}\n </div>\n <div class="col-12 col-md-6">\n <h2>Rezervni igralci</h2>\n {{ macro.lineup_block(match.report.homeLineup.substitutes) }}\n {% if match.report.homeLineup.substitutions.count %}\n <div class="d-none d-xl-block">\n <h2>Menjave</h2>\n {{ macro.lineup_substitutions_block(match.report.homeLineup.substitutions) }}\n </div>\n {% endif %}\n </div>\n {% if match.report.homeLineup.substitutions.count %}\n <div class="col-12 d-xl-none">\n <h2>Menjave</h2>\n {{ macro.lineup_substitutions_block(match.report.homeLineup.substitutions) }}\n </div>\n {% endif %}\n {% endif %}\n {% if match.report.awayLineup %}\n <div class="col col-md-6">\n <h2>\n <img class="img-fluid" src="{{ 'upload/clubs/logos/%id%' | replace({'%id%': match.awayTeam.logo}) | imagine_filter('logo_normal') }}" />\n Postava\n </h2>\n {{ macro.lineup_block(match.report.awayLineup.starting) }}\n </div>\n <div class="col-12 col-md-6">\n <h2>Rezervni igralci</h2>\n {{ macro.lineup_block(match.report.awayLineup.substitutes) }}\n {% if match.report.awayLineup.substitutions.count %}\n <div class="d-none d-xl-block">\n <h2>Menjave</h2>\n {{ macro.lineup_substitutions_block(match.report.awayLineup.substitutions) }}\n </div>\n {% endif %}\n </div>\n {% if match.report.awayLineup.substitutions.count %}\n <div class="col-12 d-xl-none">\n <h2>Menjave</h2>\n {{ macro.lineup_substitutions_block(match.report.awayLineup.substitutions) }}\n </div>\n {% endif %}\n {% endif %}\n </div>\n </div>\n </div>\n {% endif %}\n \n {% if match.report.youtubeRecordingUrl %}\n <div class="card mb-4">\n <div class="card-body">\n <h2>Posnetek srečanja</h2>\n <div class="ratio ratio-16x9">\n <video\n id="vid1"\n class="w-100 h-100 video-js vjs-default-skin vjs-big-play-centered"\n controls\n poster="{{ match.report.youtubeRecordingPosterUrl ? match.report.youtubeRecordingPosterUrl : match|generate_match_image_path }}"\n data-setup='{ "techOrder": ["youtube"], "sources": [{ "type": "video/youtube", "src": "{{ match.report.youtubeRecordingUrl }}"}] }'\n >\n </video>\n </div>\n </div>\n </div>\n {% endif %}\n {% endif %}\n \n {% if liveTicker and liveTicker.visible and liveTicker.events|length > 0 %}\n <div class="card card-match-live mb-4">\n <div class="card-body">\n <h2>Potek srečanja</h2>\n <table class="table table-striped">\n <tbody>\n {% for section in liveTicker.sections|reverse %}\n {% for event in section.events|reverse %}\n <tr class="{{ class(event) == 'GoalEvent' ? 'bg-success bg-success-opacity-20' }}">\n <td class="minute td-fit-content">\n {{ event.minute|match_minute_with_sign(section) }}\n </td>\n <td class="text">\n {% if class(event) == 'GoalEvent' %}\n <div class="event-name goal">\n <div>GOL</div>\n <div class="goal-result">{{ event.result.homeGoals }}<span class="goal-spacing">:</span>{{ event.result.awayGoals }}</div>\n </div>\n {% if event.hasScorer %}\n <div class="scorer">\n <span class="fa-regular fa-futbol"></span>\n {{ event.scorer.name }}\n </div>\n {% endif %}\n {% elseif class(event) == 'SubstitutionEvent' %}\n <div class="event-name">Menjava</div>\n <div>\n <span class="fa-solid fa-angles-down fa-fw text-danger"></span>\n <span>\n {{ event.out.name }}\n </span>\n </div>\n <div>\n <span class="fa-solid fa-angles-up fa-fw text-success"></span>\n <span>\n {{ event.in.name }}\n </span>\n </div>\n {% endif %}\n <div>\n {{ event.text|nl2br }}\n </div>\n </td>\n </tr>\n {% endfor %}\n {% endfor %}\n </tbody>\n </table>\n </div>\n </div>\n {% endif %}\n \n <div class="card">\n <div class="card-body">\n <h2>Ostala medsebojna srečanja</h2>\n {% if h2h|length > 0 %}\n {{ macro.football_fixtures(h2h) }}\n {% else %}\n <p>\n Ekipi nista odigrali drugih tekem.\n </p>\n {% endif %}\n </div>\n </div>\n {% endblock %}\n """ -name: "@app/Match/detail.html.twig" -path: "/home/ndbeltinci/www/ndbeltinci.net.new/releases/21/templates/app/Match/detail.html.twig" } -phpFile: "/home/ndbeltinci/www/ndbeltinci.net.new/releases/21/vendor/twig/twig/src/Template.php" -phpLine: 460 }
in
templates/app/Match/detail.html.twig
(line 12)
{%- block head -%}<meta property="og:title" content="{{ match.homeTeam.name.medium }} - {{ match.awayTeam.name.medium }}" /><meta property="og:description" content="" /><meta property="og:type" content="article" />{#<meta property="og:description" content="{% if match.resultContainer and match.resultContainer.finalResult %}({{ match.resultContainer.finalResult.homeGoals }}:{{ match.resultContainer.finalResult.awayGoals }}){% endif %}" />#}<meta property="og:image" content="{{ absolute_url(match|generate_match_full_image_path) }}" /><meta property="og:image:type" content="image/png" /><meta property="og:url" content="{{ app.request.schemeAndHttpHost~app.request.requestUri }}" /><meta property="fb:app_id" content="{{ __facebook_app_id }}" />{%- endblock -%}
in
var/cache/dev/twig/03/033d71c569b4beea49fc9787424c4483.php
->
yieldBlock
(line 126)
yield "\"><meta name=\"theme-color\" content=\"#ffffff\"><link href=\"https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700&subset=latin-ext\" rel=\"stylesheet\">";// line 25yield from $this->unwrap()->yieldBlock('head', $context, $blocks);// line 26yield " ";yield from $this->unwrap()->yieldBlock('css', $context, $blocks);// line 27yield "</head>
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/26/26c316ca8b8df6fad85a4087f3adf70c.php
->
yield
(line 59)
$context["title"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["match"]) || array_key_exists("match", $context) ? $context["match"] : (function () { throw new RuntimeError('Variable "match" does not exist.', 3, $this->source); })()), "homeTeam", [], "any", false, false, false, 3), "name", [], "any", false, false, false, 3), "medium", [], "any", false, false, false, 3) . " - ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["match"]) || array_key_exists("match", $context) ? $context["match"] : (function () { throw new RuntimeError('Variable "match" does not exist.', 3, $this->source); })()), "awayTeam", [], "any", false, false, false, 3), "name", [], "any", false, false, false, 3), "medium", [], "any", false, false, false, 3));// line 5$macros["macro"] = $this->macros["macro"] = $this->load("@app/Football/_macros.html.twig", 5)->unwrap();// line 1$this->parent = $this->load("@app/layout.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 431)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 436)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 250)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
$liveTicker = $this->tickerService->getTickerForMatch($match);$h2h = $this->repository->findHeadToHead($match->getHomeTeam(), $match->getAwayTeam(), $match);return $this->render('@app/Match/detail.html.twig', ['competitionExecution' => $competitionExecution,'match' => $match,'h2h' => $h2h,'liveTicker' => $liveTicker,]);
in
vendor/symfony/http-kernel/HttpKernel.php
->
__invoke
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 208)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/ndbeltinci/www/ndbeltinci.net.new/releases/21/vendor/autoload_runtime.php')
in
public/index.php
(line 3)
<?phprequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';return static function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Imagine\Exception\ NotFoundException
in
vendor/imagine/imagine/src/File/Loader.php
(line 166)
* @throws \Imagine\Exception\NotFoundException*/protected function checkLocalFile(){if (!is_file($this->path)) {throw new NotFoundException(sprintf('File %s does not exist.', $this->path));}if (!is_readable($this->path)) {throw new InvalidArgumentException(sprintf('File %s is not readable.', $this->path));}}
in
vendor/imagine/imagine/src/File/Loader.php
->
checkLocalFile
(line 74)
if ($this->path === '') {throw new InvalidArgumentException('$path is empty');}$this->isUrl = filter_var($this->path, FILTER_VALIDATE_URL) !== false;if (!$this->isUrl) {$this->checkLocalFile();}}/*** {@inheritdoc}
in
vendor/imagine/imagine/src/Factory/ClassFactory.php
->
__construct
(line 53)
** @see \Imagine\Factory\ClassFactoryInterface::createFileLoader()*/public function createFileLoader($path){return $this->finalize(new Loader($path));}/*** {@inheritdoc}*
in
vendor/imagine/imagine/src/Gd/Imagine.php
->
createFileLoader
(line 101)
** @see \Imagine\Image\ImagineInterface::open()*/public function open($path){$loader = $path instanceof LoaderInterface ? $path : $this->getClassFactory()->createFileLoader($path);$path = $loader->getPath();$data = $loader->getData();$resource = $this->createImageFromString($data);
return $image;}public function drawLogos(ImageInterface $image, FootballMatch $match, PointInterface $startingPoint): ImageInterface{$homeImage = $this->imagine->open($this->utils->getTeamLogoPath($match->getHomeTeam()));$awayImage = $this->imagine->open($this->utils->getTeamLogoPath($match->getAwayTeam())
$this->createBaseImage($imageSize),$match,new Point(0, 50));$logos = $this->drawLogos($this->createBaseImage($imageSize),$match,new Point(0, 250));
$match->getId());$webPath = sprintf('/media/match/mf_%s.png', $match->getId());if ($force || !file_exists($targetPath)) {$image = $this->posterGenerator->generateImage($match);$image->save($targetPath);}return $webPath;
ImageUrlGenerator->generateMatchFullImagePath()
in
src/Framework/Twig/ImageUrlGeneratorExtension.php
(line 43)
return $this->imageUrlGenerator->generateMatchImagePath($match);}public function generateMatchFullImagePath(FootballMatch $match): ?string{return $this->imageUrlGenerator->generateMatchFullImagePath($match);}public function generateMatchGoalImagePath(FootballMatch $match): ?string{return $this->imageUrlGenerator->generateMatchGoalImagePath($match);
in
var/cache/dev/twig/26/26c316ca8b8df6fad85a4087f3adf70c.php
->
generateMatchFullImagePath
(line 92)
<meta property=\"og:description\" content=\"\" /><meta property=\"og:type\" content=\"article\" />";// line 12yield " <meta property=\"og:image\" content=\"";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\HttpFoundationExtension']->generateAbsoluteUrl($this->extensions['Framework\Twig\ImageUrlGeneratorExtension']->generateMatchFullImagePath((isset($context["match"]) || array_key_exists("match", $context) ? $context["match"] : (function () { throw new RuntimeError('Variable "match" does not exist.', 12, $this->source); })()))), "html", null, true);yield "\" /><meta property=\"og:image:type\" content=\"image/png\" /><meta property=\"og:url\" content=\"";// line 14yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 14, $this->source); })()), "request", [], "any", false, false, false, 14), "schemeAndHttpHost", [], "any", false, false, false, 14) . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 14, $this->source); })()), "request", [], "any", false, false, false, 14), "requestUri", [], "any", false, false, false, 14)), "html", null, true);
in
vendor/twig/twig/src/Template.php
->
block_head
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/03/033d71c569b4beea49fc9787424c4483.php
->
yieldBlock
(line 126)
yield "\"><meta name=\"theme-color\" content=\"#ffffff\"><link href=\"https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700&subset=latin-ext\" rel=\"stylesheet\">";// line 25yield from $this->unwrap()->yieldBlock('head', $context, $blocks);// line 26yield " ";yield from $this->unwrap()->yieldBlock('css', $context, $blocks);// line 27yield "</head>
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/26/26c316ca8b8df6fad85a4087f3adf70c.php
->
yield
(line 59)
$context["title"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["match"]) || array_key_exists("match", $context) ? $context["match"] : (function () { throw new RuntimeError('Variable "match" does not exist.', 3, $this->source); })()), "homeTeam", [], "any", false, false, false, 3), "name", [], "any", false, false, false, 3), "medium", [], "any", false, false, false, 3) . " - ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["match"]) || array_key_exists("match", $context) ? $context["match"] : (function () { throw new RuntimeError('Variable "match" does not exist.', 3, $this->source); })()), "awayTeam", [], "any", false, false, false, 3), "name", [], "any", false, false, false, 3), "medium", [], "any", false, false, false, 3));// line 5$macros["macro"] = $this->macros["macro"] = $this->load("@app/Football/_macros.html.twig", 5)->unwrap();// line 1$this->parent = $this->load("@app/layout.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 431)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 436)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 250)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
$liveTicker = $this->tickerService->getTickerForMatch($match);$h2h = $this->repository->findHeadToHead($match->getHomeTeam(), $match->getAwayTeam(), $match);return $this->render('@app/Match/detail.html.twig', ['competitionExecution' => $competitionExecution,'match' => $match,'h2h' => $h2h,'liveTicker' => $liveTicker,]);
in
vendor/symfony/http-kernel/HttpKernel.php
->
__invoke
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 208)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/ndbeltinci/www/ndbeltinci.net.new/releases/21/vendor/autoload_runtime.php')
in
public/index.php
(line 3)
<?phprequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';return static function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 20:31:03 | php |
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
Deprecated: Knp\Bundle\TimeBundle\DateTimeFormatter::formatDiff(): Implicitly marking parameter $to as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 20:31:03 | php |
Deprecated: Knp\Bundle\TimeBundle\DateTimeFormatter::formatDiff(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 20:31:03 | php |
Deprecated: Knp\Bundle\TimeBundle\DateTimeFormatter::doGetDiffMessage(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 20:31:03 | php |
Deprecated: Knp\Bundle\TimeBundle\DateTimeFormatter::getEmptyDiffMessage(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead. {
"exception": {}
}
|
| INFO 20:31:03 | php |
User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x. {
"exception": {}
}
|
| INFO 20:31:03 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "5cb524"
},
"request_uri": "https://new.ndbeltinci.net/_profiler/5cb524",
"method": "GET"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 20:31:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| INFO 20:31:03 | php |
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by KernelDevDebugContainer.php:2201, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) {
"exception": {}
}
|
| INFO 20:31:04 | php |
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) {
"exception": {}
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Container2xcU61C\RequestPayloadValueResolverGhostC0e8701::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container2xcU61C\\RequestPayloadValueResolverGhostC0e8701::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Container2xcU61C\RequestPayloadValueResolverGhostC0e8701::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container2xcU61C\\RequestPayloadValueResolverGhostC0e8701::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Framework\Event\RedirectResponseEventSubscriber::__invoke". {
"event": "kernel.response",
"listener": "Framework\\Event\\RedirectResponseEventSubscriber::__invoke"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse". {
"event": "kernel.response",
"listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bridge\\Doctrine\\Middleware\\IdleConnection\\Listener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest". {
"event": "kernel.request",
"listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Container2xcU61C\RequestPayloadValueResolverGhostC0e8701::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container2xcU61C\\RequestPayloadValueResolverGhostC0e8701::onKernelControllerArguments"
}
|
| DEBUG 20:31:04 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Traces 2
|
[2/2]
RuntimeError
|
|---|
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("File /home/ndbeltinci/www/ndbeltinci.net.new/releases/21/public/upload/clubs/logos/krizevci.png does not exist.") in "@app/Match/detail.html.twig" at line 12.
at templates/app/Match/detail.html.twig:12
at Twig\Template->yieldBlock()
(var/cache/dev/twig/03/033d71c569b4beea49fc9787424c4483.php:126)
at __TwigTemplate_3f675172fd490dff5b5a5bf723d30a90->doDisplay()
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield()
(var/cache/dev/twig/26/26c316ca8b8df6fad85a4087f3adf70c.php:59)
at __TwigTemplate_6800d8eea9b3492d24513c12052719c1->doDisplay()
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield()
(vendor/twig/twig/src/Template.php:358)
at Twig\Template->display()
(vendor/twig/twig/src/Template.php:373)
at Twig\Template->render()
(vendor/twig/twig/src/TemplateWrapper.php:51)
at Twig\TemplateWrapper->render()
(vendor/twig/twig/src/Environment.php:333)
at Twig\Environment->render()
(vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView()
(vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender()
(vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render()
(src/Http/Action/Match/DetailAction.php:42)
at Http\Action\Match\DetailAction->__invoke()
(vendor/symfony/http-kernel/HttpKernel.php:181)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:208)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:32)
at require_once('/home/ndbeltinci/www/ndbeltinci.net.new/releases/21/vendor/autoload_runtime.php')
(public/index.php:3)
|
|
[1/2]
NotFoundException
|
|---|
Imagine\Exception\NotFoundException:
File /home/ndbeltinci/www/ndbeltinci.net.new/releases/21/public/upload/clubs/logos/krizevci.png does not exist.
at vendor/imagine/imagine/src/File/Loader.php:166
at Imagine\File\Loader->checkLocalFile()
(vendor/imagine/imagine/src/File/Loader.php:74)
at Imagine\File\Loader->__construct()
(vendor/imagine/imagine/src/Factory/ClassFactory.php:53)
at Imagine\Factory\ClassFactory->createFileLoader()
(vendor/imagine/imagine/src/Gd/Imagine.php:101)
at Imagine\Gd\Imagine->open()
(src/App/Poster/Generator/MatchPosterGenerator.php:211)
at App\Poster\Generator\MatchPosterGenerator->drawLogos()
(src/App/Poster/Generator/MatchPosterGenerator.php:77)
at App\Poster\Generator\MatchPosterGenerator->generateImage()
(src/App/Poster/ImageUrlGenerator.php:55)
at App\Poster\ImageUrlGenerator->generateMatchFullImagePath()
(src/Framework/Twig/ImageUrlGeneratorExtension.php:43)
at Framework\Twig\ImageUrlGeneratorExtension->generateMatchFullImagePath()
(var/cache/dev/twig/26/26c316ca8b8df6fad85a4087f3adf70c.php:92)
at __TwigTemplate_6800d8eea9b3492d24513c12052719c1->block_head()
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock()
(var/cache/dev/twig/03/033d71c569b4beea49fc9787424c4483.php:126)
at __TwigTemplate_3f675172fd490dff5b5a5bf723d30a90->doDisplay()
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield()
(var/cache/dev/twig/26/26c316ca8b8df6fad85a4087f3adf70c.php:59)
at __TwigTemplate_6800d8eea9b3492d24513c12052719c1->doDisplay()
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield()
(vendor/twig/twig/src/Template.php:358)
at Twig\Template->display()
(vendor/twig/twig/src/Template.php:373)
at Twig\Template->render()
(vendor/twig/twig/src/TemplateWrapper.php:51)
at Twig\TemplateWrapper->render()
(vendor/twig/twig/src/Environment.php:333)
at Twig\Environment->render()
(vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView()
(vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender()
(vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render()
(src/Http/Action/Match/DetailAction.php:42)
at Http\Action\Match\DetailAction->__invoke()
(vendor/symfony/http-kernel/HttpKernel.php:181)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:208)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:32)
at require_once('/home/ndbeltinci/www/ndbeltinci.net.new/releases/21/vendor/autoload_runtime.php')
(public/index.php:3)
|