Exceptions
Exception
Twig\Error\ RuntimeError
{% extends 'vitrine/lexend/layout.html.twig' %}{% block title %}{{ page.shortTitle }}{% endblock title %}{% block description %}{{ page.shortDescription }}{% endblock description %}{% block robots %}{{ page.robots }}{% endblock robots %}{% block meta_social %}{{ parent() }}{% endblock meta_social %}{% block meta %}{{ parent() }}{% endblock meta %}
in var/cache/dev/twig/7c/7c2ac4117aacd22854cdfa51f271298b.php::getAttribute (line 82)
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["page"]) || array_key_exists("page", $context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.', 3, $this->source); })()), "shortTitle", [], "any", false, false, false, 3), "html", null, true);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in vendor/twig/twig/src/Template.php->block_title (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/cd/cd1c72fd1eeedb72d27293ab0cef8898.php->yieldBlock (line 149)
<head><meta charset=\"utf-8\"><!--[if IE]><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" /><![endif]--><title>";// line 43yield from $this->unwrap()->yieldBlock('title', $context, $blocks);yield "</title><meta name=\"language\" content=\"";// line 44yield $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.', 44, $this->source); })()), "request", [], "any", false, false, false, 44), "locale", [], "any", false, false, false, 44), "html", null, true);yield "\" />
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/7c/7c2ac4117aacd22854cdfa51f271298b.php->yield (line 60)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "application/whileresume/website/candidates/resume_en.html.twig"));$this->parent = $this->load("vitrine/lexend/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 258)
{if (!$this->container->has('twig')) {throw new \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');}return $this->container->get('twig')->render($view, $parameters);}/*** Renders a view.*/
in vendor/symfony/framework-bundle/Controller/AbstractController.php->renderView (line 266)
/*** Renders a view.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{$content = $this->renderView($view, $parameters);if (null === $response) {$response = new Response();}
AbstractController->render() in src/Controller/ThemesWebsite/Whileresume/Website/CandidatesController.php (line 211)
return $this->redirectToRoute('whileresume_resume_en');}}return $this->render('application/whileresume/website/candidates/resume_'.$locale.'.html.twig',['form' => $form->createView(),'page' => $page]);}
in vendor/symfony/http-kernel/HttpKernel.php->resume (line 163)
$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);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in vendor/symfony/http-kernel/HttpKernel.php->handleRaw (line 75)
{$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
in vendor/symfony/http-kernel/Kernel.php->handle (line 202)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
Request::setTrustedHosts([$trustedHosts]);}$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO06:58:05 | doctrine | Connecting with parameters {params}{
"params": {
"driver": "pdo_mysql",
"idle_connection_ttl": 600,
"host": "127.0.0.1",
"port": 3306,
"user": "mirtillo_dev",
"password": "<redacted>",
"driverOptions": [],
"defaultTableOptions": {
"collation": "utf8mb4_unicode_ci"
},
"dbname": "whileproject_v3",
"charset": "utf8mb4"
}
} |
| DEBUG06:58:05 | doctrine | Executing statement: SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1 (parameters: {params}, types: {types}){
"sql": "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1",
"params": {
"1": "_profiler/latest?panel=exception",
"2": 1
},
"types": {
"1": 2,
"2": 5
}
} |
| INFO06:58:05 | php | User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension()" might add "?ExtensionInterface" as a native return type declaration in the future. Do the same in child class "Yectep\PhpSpreadsheetBundle\PhpSpreadsheetBundle" now to avoid errors or add an explicit @return annotation to suppress this message.{
"exception": {}
} |
| INFO06:58:05 | php | User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Listener\RedirectionListener::$redirection is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\AdministratifExtension::$core is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ArticlesExtension::$articles is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\BankExtension::$bank is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ContactsExtension::$contacts is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CoreExtension::$core is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CoreExtension::$tool is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CoreExtension::$users is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CoreExtension::$cvs is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CoreExtension::$markdownParser is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CvsExtension::$core is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CvsExtension::$tool is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CvsExtension::$users is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\CvsExtension::$cvs is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\DossiersExtension::$dossiers is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\DossiersExtension::$house is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ElearningExtension::$elearning is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\HousesExtension::$core is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\HousesExtension::$users is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\HousesExtension::$coreMenu is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\HousesExtension::$bank is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\HousesExtension::$house is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\HousesExtension::$message is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ManagerExtension::$manager is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\MenuExtension::$menu is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\MessagesExtension::$message is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\PagesExtension::$core is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\PagesExtension::$templates is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\PagesExtension::$fiches is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ShopExtension::$core is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ShopExtension::$carts is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ShopExtension::$is is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | Deprecated: Creation of dynamic property App\Twig\ToolsExtension::$tools is deprecated{
"exception": {}
} |
| INFO06:58:05 | php | User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.{
"exception": {}
} |
| INFO06:58:05 | php | User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.{
"exception": {}
} |
| INFO06:58:05 | request | Matched route "_profiler".{
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "latest"
},
"request_uri": "https://b1.mirtillostudio.fr/_profiler/latest?panel=exception",
"method": "GET"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\Listener\RedirectionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\Listener\\RedirectionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformPaginationParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformPaginationParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformSortingParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformSortingParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFieldsetsParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFilteringParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFilteringParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".{
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
} |
| DEBUG06:58:05 | doctrine | Executing statement: SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1 (parameters: {params}, types: {types}){
"sql": "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1",
"params": {
"1": "_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3Dweb_profiler.controller.exception_panel%253A%253Astylesheet",
"2": 1
},
"types": {
"1": 2,
"2": 5
}
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\Listener\RedirectionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\Listener\\RedirectionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformPaginationParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformPaginationParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformSortingParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformSortingParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFieldsetsParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFilteringParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFilteringParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".{
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
} |
| INFO06:58:05 | php | User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.{
"exception": {}
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "App\EventListener\MinifyHTMLListener::onKernelResponse".{
"event": "kernel.response",
"listener": "App\\EventListener\\MinifyHTMLListener::onKernelResponse"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse".{
"event": "kernel.response",
"listener": "ApiPlatform\\Core\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse".{
"event": "kernel.response",
"listener": "ApiPlatform\\Core\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".{
"event": "kernel.response",
"listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".{
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".{
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | doctrine | Executing statement: SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1 (parameters: {params}, types: {types}){
"sql": "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1",
"params": {
"1": "_fragment?panel=exception&_path=_format%3Dhtml%26_locale%3Den%26_controller%3Dweb_profiler.controller.profiler%253A%253AsearchBarAction",
"2": 1
},
"types": {
"1": 2,
"2": 5
}
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\Listener\RedirectionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\Listener\\RedirectionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformPaginationParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformPaginationParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformSortingParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformSortingParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFieldsetsParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFilteringParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFilteringParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".{
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "App\EventListener\MinifyHTMLListener::onKernelResponse".{
"event": "kernel.response",
"listener": "App\\EventListener\\MinifyHTMLListener::onKernelResponse"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse".{
"event": "kernel.response",
"listener": "ApiPlatform\\Core\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse".{
"event": "kernel.response",
"listener": "ApiPlatform\\Core\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".{
"event": "kernel.response",
"listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
} |
| DEBUG06:58:05 | event | Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".{
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".{
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".{
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | doctrine | Executing statement: SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1 (parameters: {params}, types: {types}){
"sql": "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1",
"params": {
"1": "_fragment?_path=_format%3Dhtml%26_locale%3Den%26_controller%3Dweb_profiler.controller.exception_panel%253A%253Abody",
"2": 1
},
"types": {
"1": 2,
"2": 5
}
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\Listener\RedirectionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\Listener\\RedirectionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "App\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "App\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\QueryParameterValidateListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\QueryParameterValidateListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".{
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\AddFormatListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformPaginationParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformPaginationParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformSortingParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformSortingParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFieldsetsParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\JsonApi\EventListener\TransformFilteringParametersListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\JsonApi\\EventListener\\TransformFilteringParametersListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\ReadListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurity".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurity"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\EventListener\\DeserializeListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onSecurityPostDenormalize".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Security\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".{
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.request" to listener "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".{
"event": "kernel.request",
"listener": "ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".{
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".{
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
} |
| DEBUG06:58:05 | 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"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
} |
| DEBUG06:58:05 | event | Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".{
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
} |
Stack Trace
RuntimeError |
|---|
Twig\Error\RuntimeError:
Impossible to access an attribute ("shortTitle") on a null variable in "application/whileresume/website/candidates/resume_en.html.twig" at line 3.
at templates/application/whileresume/website/candidates/resume_en.html.twig:3
at Twig\Extension\CoreExtension::getAttribute()
(var/cache/dev/twig/7c/7c2ac4117aacd22854cdfa51f271298b.php:82)
at __TwigTemplate_c62d8e12627138770fc8d2c81a2309e8->block_title()
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock()
(var/cache/dev/twig/cd/cd1c72fd1eeedb72d27293ab0cef8898.php:149)
at __TwigTemplate_dc7587d3c4fbafac06f738d300ca7f3d->doDisplay()
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield()
(var/cache/dev/twig/7c/7c2ac4117aacd22854cdfa51f271298b.php:60)
at __TwigTemplate_c62d8e12627138770fc8d2c81a2309e8->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:258)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView()
(vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render()
(src/Controller/ThemesWebsite/Whileresume/Website/CandidatesController.php:211)
at App\Controller\ThemesWebsite\Whileresume\Website\CandidatesController->resume()
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle()
(public/index.php:51) |