^ null
^ null
^ null
^ null
<a class="sf-toggle btn btn-sm" data-toggle-selector="#sidebar-search" {% if tokens is defined or about is defined %}data-toggle-initial="display"{% endif %}> {{ include('@WebProfiler/Icon/search.svg') }} <span class="hidden-small">Search</span> </a> {{ render(path('_profiler_search_bar', request.query.all)) }} </div> </div> {% if templates is defined %} <ul id="menu-profiler"> $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/layout.html.twig")); $this->parent = $this->loadTemplate("@WebProfiler/Profiler/base.html.twig", "@WebProfiler/Profiler/layout.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); // line 9 $macros["helper"] = $this->macros["helper"] = $this; // line 1 $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Profiler/results.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); public function render(array $context = []): string { // using func_get_args() allows to not expose the blocks argument // as it should only be used by internal code return $this->template->render($context, \func_get_args()[1] ?? []); } public function display(array $context = []) { // using func_get_args() allows to not expose the blocks argument $nonces = $this->cspHandler ? $this->cspHandler->getNonces($request, $response) : []; $variables['csp_script_nonce'] = $nonces['csp_script_nonce'] ?? null; $variables['csp_style_nonce'] = $nonces['csp_style_nonce'] ?? null; $response->setContent($this->twig->render($template, $variables)); return $response; }}
$start = $request->query->get('start', null); $end = $request->query->get('end', null); $limit = $request->query->get('limit'); return $this->renderWithCspNonces($request, '@WebProfiler/Profiler/results.html.twig', [ 'request' => $request, 'token' => $token, 'profile' => $profile, 'tokens' => $this->profiler->find($ip, $url, $limit, $method, $start, $end, $statusCode), 'ip' => $ip, 'method' => $method, $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::VIEW); public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { if (\PHP_SESSION_ACTIVE === session_status()) { throw new \RuntimeException('Failed to start the session: already started by PHP.'); } if (filter_var(ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOLEAN) && headers_sent($file, $line)) { throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line)); } // ok to try and start the session if (!session_start()) { throw new \RuntimeException('Failed to start the session.'); $limit = $token = null; } else { $session = $request->getSession(); $ip = $request->query->get('ip', $session->get('_profiler_search_ip')); $method = $request->query->get('method', $session->get('_profiler_search_method')); $statusCode = $request->query->get('status_code', $session->get('_profiler_search_status_code')); $url = $request->query->get('url', $session->get('_profiler_search_url')); $start = $request->query->get('start', $session->get('_profiler_search_start')); $end = $request->query->get('end', $session->get('_profiler_search_end')); $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::VIEW); public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) { if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) { Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet()); } try { return $kernel->handle($request, $type, $catch); } finally { // restore global state Request::setTrustedProxies($trustedProxies, $trustedHeaderSet); } } $subRequest->attributes->add($reference->attributes); } $level = ob_get_level(); try { return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false); } catch (\Exception $e) { // we dispatch the exception event to trigger the logging // the response that comes back is ignored if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) { $event = new ExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e); echo " <span class=\"hidden-small\">Search</span> </a> "; // line 111 echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_search_bar", twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 111, $this->source); })()), "query", [], "any", false, false, false, 111), "all", [], "any", false, false, false, 111))); echo " </div> </div> "; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/layout.html.twig")); $this->parent = $this->loadTemplate("@WebProfiler/Profiler/base.html.twig", "@WebProfiler/Profiler/layout.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); // line 9 $macros["helper"] = $this->macros["helper"] = $this; // line 1 $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Profiler/results.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof); $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof); public function render(array $context = []): string { // using func_get_args() allows to not expose the blocks argument // as it should only be used by internal code return $this->template->render($context, \func_get_args()[1] ?? []); } public function display(array $context = []) { // using func_get_args() allows to not expose the blocks argument $nonces = $this->cspHandler ? $this->cspHandler->getNonces($request, $response) : []; $variables['csp_script_nonce'] = $nonces['csp_script_nonce'] ?? null; $variables['csp_style_nonce'] = $nonces['csp_style_nonce'] ?? null; $response->setContent($this->twig->render($template, $variables)); return $response; }}
$start = $request->query->get('start', null); $end = $request->query->get('end', null); $limit = $request->query->get('limit'); return $this->renderWithCspNonces($request, '@WebProfiler/Profiler/results.html.twig', [ 'request' => $request, 'token' => $token, 'profile' => $profile, 'tokens' => $this->profiler->find($ip, $url, $limit, $method, $start, $end, $statusCode), 'ip' => $ip, 'method' => $method, $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response); $this->dispatcher->dispatch($event, KernelEvents::VIEW); public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); try { return $this->handleRaw($request, $type); } catch (\Exception $e) { if ($e instanceof RequestExceptionInterface) { $e = new BadRequestHttpException($e->getMessage(), $e); } if (false === $catch) {| Level | Channel | Message |
|---|---|---|
| DEBUG 00:00:03 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {
"exception": {
"severity": 2,
"file": "/home/dataspk/www/test2/vendor/symfony/error-handler/DebugClassLoader.php",
"line": 345,
"trace": [
{
"file": "/home/dataspk/www/test2/vendor/symfony/stopwatch/StopwatchEvent.php",
"line": 105,
"function": "loadClass",
"class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader",
"type": "->"
}
],
"count": 80
}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | request |
Matched route "_profiler_search_results". {
"route": "_profiler_search_results",
"route_parameters": {
"_route": "_profiler_search_results",
"_controller": "web_profiler.controller.profiler::searchResultsAction",
"token": "empty"
},
"request_uri": "http://test2.datasports.fr/_profiler/empty/search/results",
"method": "GET"
}
|
| DEBUG 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
|
| DEBUG 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 00:00:03 | 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 00:00:03 | 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"
}
|
| DEBUG 00:00:03 | 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"
}
|
| CRITICAL 00:00:03 | request |
Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/home/dataspk/www/test2/vendor/symfony/var-dumper/Dumper/AbstractDumper.php" at line 180.")." at /home/dataspk/www/test2/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/layout.html.twig line 111 {
"exception": {}
}
|
| INFO 00:00:03 | request |
Matched route "_profiler_search_bar". {
"route": "_profiler_search_bar",
"route_parameters": {
"_route": "_profiler_search_bar",
"_controller": "web_profiler.controller.profiler::searchBarAction"
},
"request_uri": "http://test2.datasports.fr/_profiler/search_bar",
"method": "GET"
}
|
| DEBUG 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
|
| DEBUG 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 00:00:03 | 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 00:00:03 | 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"
}
|
| DEBUG 00:00:03 | 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"
}
|
| DEBUG 00:00:03 | 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 00:00:03 | 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"
}
|
| DEBUG 00:00:03 | 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 00:00:03 | 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 00:00:03 | 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 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00:03 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
|
| DEBUG 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00: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 00:00:03 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 00:00:03 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 00:00:03 | 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 00:00:03 | 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"
}
|
| DEBUG 00:00:03 | 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"
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
| INFO 00:00:03 | php |
User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead. {
"exception": {}
}
|
[2/2] RuntimeError |
|---|
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/home/dataspk/www/test2/vendor/symfony/var-dumper/Dumper/AbstractDumper.php" at line 180.").
at vendor/symfony/web-profiler-bundle/Resources/views/Profiler/layout.html.twig:111
at Twig\Template->displayBlock('body', array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_title'), 'head' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_head'), 'body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(var/cache/dev/twig/9e/9e8f6f282a12ca8ce5ea8b00b903fd07e7020f04bab3845e6e9c1d058a3c4dbb.php:83)
at __TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d->doDisplay(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_title'), 'head' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_head'), 'body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_title'), 'head' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_head'), 'body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(var/cache/dev/twig/24/248be9d69587e4b9c54f3f888a5fbf2518976aecd16c1a793f2ffab3f026c5a5.php:50)
at __TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987->doDisplay(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(var/cache/dev/twig/3b/3be37a577b58b920c4d9b5a3c6872894ebf96d1e9841f3a1c30e0e9a7a0b58b5.php:52)
at __TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7->doDisplay(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/twig/twig/src/Template.php:379)
at Twig\Template->render(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'), array())
(vendor/twig/twig/src/TemplateWrapper.php:40)
at Twig\TemplateWrapper->render(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/twig/twig/src/Environment.php:277)
at Twig\Environment->render('@WebProfiler/Profiler/results.html.twig', array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:409)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->renderWithCspNonces(object(Request), '@WebProfiler/Profiler/results.html.twig', array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:256)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->searchResultsAction(object(Request), 'empty')
(vendor/symfony/http-kernel/HttpKernel.php:158)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:80)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:201)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(public/index.php:25)
|
[1/2] RuntimeException |
|---|
RuntimeException:
Failed to start the session because headers have already been sent by "/home/dataspk/www/test2/vendor/symfony/var-dumper/Dumper/AbstractDumper.php" at line 180.
at vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:316)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag('attributes')
(vendor/symfony/http-foundation/Session/Session.php:261)
at Symfony\Component\HttpFoundation\Session\Session->getBag('attributes')
(vendor/symfony/http-foundation/Session/Session.php:283)
at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
(vendor/symfony/http-foundation/Session/Session.php:77)
at Symfony\Component\HttpFoundation\Session\Session->get('_profiler_search_ip')
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:201)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->searchBarAction(object(Request))
(vendor/symfony/http-kernel/HttpKernel.php:158)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
(vendor/symfony/http-kernel/HttpKernel.php:80)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
(vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:85)
at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
(vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:81)
at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_profiler/search_bar', object(Request), array('ignore_errors' => false))
(vendor/symfony/http-kernel/Fragment/FragmentHandler.php:85)
at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render('/_profiler/search_bar', 'inline', array('ignore_errors' => false))
(vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php:45)
at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render('/_profiler/search_bar', 'inline', array())
(vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php:48)
at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment('/_profiler/search_bar')
(var/cache/dev/twig/24/248be9d69587e4b9c54f3f888a5fbf2518976aecd16c1a793f2ffab3f026c5a5.php:116)
at __TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987->block_body(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_title'), 'head' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_head'), 'body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:171)
at Twig\Template->displayBlock('body', array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_title'), 'head' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_head'), 'body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(var/cache/dev/twig/9e/9e8f6f282a12ca8ce5ea8b00b903fd07e7020f04bab3845e6e9c1d058a3c4dbb.php:83)
at __TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d->doDisplay(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_title'), 'head' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_head'), 'body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_title'), 'head' => array(object(__TwigTemplate_1615af33a0cefa952e5fe1f6f43430b6a6cb66e46b059a3b604c85456c57131d), 'block_head'), 'body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(var/cache/dev/twig/24/248be9d69587e4b9c54f3f888a5fbf2518976aecd16c1a793f2ffab3f026c5a5.php:50)
at __TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987->doDisplay(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_d1e1606f3452e3e02dae0b92d14bf9fc9f8abf0756246c1f74ca61d3122c3987), 'block_body'), 'summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(var/cache/dev/twig/3b/3be37a577b58b920c4d9b5a3c6872894ebf96d1e9841f3a1c30e0e9a7a0b58b5.php:52)
at __TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7->doDisplay(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba', 'app' => object(AppVariable)), array('summary' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_summary'), 'panel' => array(object(__TwigTemplate_ba436d8facfe3798957f66743e16b7c378f3682578941e0321b429156a4483c7), 'block_panel')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/twig/twig/src/Template.php:379)
at Twig\Template->render(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'), array())
(vendor/twig/twig/src/TemplateWrapper.php:40)
at Twig\TemplateWrapper->render(array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/twig/twig/src/Environment.php:277)
at Twig\Environment->render('@WebProfiler/Profiler/results.html.twig', array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:409)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->renderWithCspNonces(object(Request), '@WebProfiler/Profiler/results.html.twig', array('request' => object(Request), 'token' => 'empty', 'profile' => null, 'tokens' => array(), 'ip' => null, 'method' => null, 'status_code' => null, 'url' => null, 'start' => null, 'end' => null, 'limit' => null, 'panel' => null, 'csp_script_nonce' => 'b5c91e0aad4deb0c2268af4524dafc0c', 'csp_style_nonce' => 'a7fa281ac49a27101e67a683d59dbcba'))
(vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:256)
at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->searchResultsAction(object(Request), 'empty')
(vendor/symfony/http-kernel/HttpKernel.php:158)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:80)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:201)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(public/index.php:25)
|