Exceptions
Exception
Twig\Error\ RuntimeError
in
templates/catalogue/pdf.html.twig
(line 47)
</div><div class="container-fluid" style="font-size: 12px; margin-bottom: 10px"><div class="form-group p-2 font-weight-bold text-center" style="background-color: #07628D; color: #FFFFFF; font-size: 18px">{{ structure.nom | upper }}</div><div class="contenu-all" style="height: 860px">{% if type == 'prestamoyenstech' %}
in
var/cache/dev/twig/4e/4efa4daf97d1a7d80aafaed820e637c3.php
->
{closure:__TwigTemplate_919fb07e0737068da14e95b5ac636598::doDisplay():105}
(line 105)
<div class=\"container-fluid\" style=\"font-size: 12px; margin-bottom: 10px\"><div class=\"form-group p-2 font-weight-bold text-center\" style=\"background-color: #07628D; color: #FFFFFF; font-size: 18px\">";// line 47echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["structure"]) || array_key_exists("structure", $context) ? $context["structure"] : (function () { throw new RuntimeError('Variable "structure" does not exist.', 47, $this->source); })()), "nom", [], "any", false, false, false, 47)), "html", null, true);echo "</div><div class=\"contenu-all\" style=\"height: 860px\">
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 394)
}protected function displayWithErrorHandling(array $context, array $blocks = []){try {$this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
displayWithErrorHandling
(line 367)
return $this->blocks;}public function display(array $context, array $blocks = []){$this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}public function render(array $context){$level = ob_get_level();
in
vendor/twig/twig/src/Template.php
->
display
(line 379)
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 40)
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 codereturn $this->template->render($context, \func_get_args()[1] ?? []);}public function display(array $context = []){// using func_get_args() allows to not expose the blocks argument
in
vendor/twig/twig/src/Environment.php
->
render
(line 280)
* @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('catalogue/pdf.html.twig', array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime)))
in
src/Controller/CatalogueController.php
(line 88)
$date = new \DateTime();$generePdf->getPdf($user,$type);return $this->render('catalogue/pdf.html.twig', ['user' => $user,'type' => $type,'date' => $date]);}
in
vendor/symfony/http-kernel/HttpKernel.php
->
pdf
(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;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
$this->request = $request;}public function run(): int{$response = $this->kernel->handle($this->request);$response->send();if ($this->kernel instanceof TerminableInterface) {$this->kernel->terminate($this->request, $response);}
in
vendor/autoload_runtime.php
->
run
(line 35)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/normanv/www/annuairepro/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Config\ResourceCheckerConfigCache::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Config\ConfigCacheInterface::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $cookies as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $files as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $server as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::getPreferredLanguage(): Implicitly marking parameter $locales as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Request::getTrustedValues(): Implicitly marking parameter $ip as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\HeaderBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\HeaderBag::get(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\HeaderBag::getDate(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\InputBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\ApcuAdapter::__construct(): Implicitly marking parameter $version as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\ApcuAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Traits\ContractsTrait::doGet(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Cache\CacheTrait::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Cache\CacheTrait::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Cache\CacheTrait::doGet(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Cache\CacheTrait::doGet(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Cache\CacheInterface::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Cache\CacheInterface::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\ArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\ArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\ChainAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\ChainAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: {closure:Symfony\Component\Cache\Adapter\ChainAdapter::get():107}(): Implicitly marking parameter $item as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\PhpArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\PhpArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\PhpFilesAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Traits\FilesystemCommonTrait::write(): Implicitly marking parameter $expiresAt as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Traits\FilesystemCommonTrait::getFile(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\DependencyInjection\ContainerAwareTrait::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct(): Implicitly marking parameter $serviceTypes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\DependencyInjection\ServiceLocator::formatAlternatives(): Implicitly marking parameter $alternatives as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Config\Resource\ClassExistenceResource::__construct(): Implicitly marking parameter $exists as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Config\Resource\ClassExistenceResource::throwOnRequiredClass(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Config\Resource\DirectoryResource::__construct(): Implicitly marking parameter $pattern as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\LocaleListener::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\ErrorListener::logException(): Implicitly marking parameter $logLevel as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\HttpKernel::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\HttpKernel::__construct(): Implicitly marking parameter $argumentResolver as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\HttpKernel::terminateWithException(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Controller\ControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Controller\ArgumentResolver::__construct(): Implicitly marking parameter $argumentMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\TraceableAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\TraceableAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\Marshaller\DefaultMarshaller::__construct(): Implicitly marking parameter $useIgbinarySerialize as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\TranslatorBagInterface::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Translator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Translator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Translator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\MessageCatalogue::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\MessageCatalogueInterface::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Translation\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\Translation\TranslatorTrait::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct(): Implicitly marking parameter $exceptionHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure(): Implicitly marking parameter $event as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Monolog\Logger::addRecord(): Implicitly marking parameter $datetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Log\DebugLoggerInterface::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Log\DebugLoggerInterface::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Monolog\Logger::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Monolog\Logger::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $baseDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Stopwatch\Stopwatch::openSection(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Stopwatch\Stopwatch::start(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Stopwatch\Section::__construct(): Implicitly marking parameter $origin as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\AbstractSessionListener::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Validator\Mapping\Loader\AutoMappingTrait::isAutoMappingEnabledForClass(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Doctrine\Validator\DoctrineLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\ProfilerListener::__construct(): Implicitly marking parameter $matcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\ProfilerListener::__construct(): Implicitly marking parameter $collectParameter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\RouterDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Form\Extension\DataCollector\FormDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Form\Extension\DataCollector\FormDataCollector::recursiveBuildFinalFormTree(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Doctrine\ContainerAwareEventManager::dispatchEvent(): Implicitly marking parameter $eventArgs as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\Cloner\AbstractCloner::__construct(): Implicitly marking parameter $casters as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\Dumper\AbstractDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\Dumper\CliDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\Dumper\HtmlDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider::__construct(): Implicitly marking parameter $fileLinkFormatter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::__construct(): Implicitly marking parameter $urlGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::__construct(): Implicitly marking parameter $cspHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::__construct(): Implicitly marking parameter $dumpDataCollector as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::setCurrentFirewall(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Monolog\Handler\ConsoleHandler::__construct(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Vich\UploaderBundle\Metadata\Driver\XmlDriver::guessClassName(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Vich\UploaderBundle\Metadata\Driver\AbstractYamlDriver::guessClassName(): Implicitly marking parameter $class as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\HttpClient\HttpClientInterface::stream(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpClient\TraceableHttpClient::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpClient\TraceableHttpClient::stream(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\DataCollectorTranslator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\DataCollectorTranslator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\DataCollectorTranslator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $parameters as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Contracts\EventDispatcher\EventDispatcherInterface::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcherInterface::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcherInterface::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getNotCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getOrphanedEvents(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::doRead(): Implicitly marking parameter $profile as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::__construct(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Validator\DataCollector\ValidatorDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $containerPathPrefix as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::getContainerCompilerLogs(): Implicitly marking parameter $compilerLogsFilepath as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Cache\DataCollector\CacheDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Translation\DataCollector\TranslationDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $logoutUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $accessDecisionManager as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewallMap as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewall as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\DataCollector\TwigDataCollector::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\DataCollector\TwigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::__construct(): Implicitly marking parameter $debugDataHolder as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Messenger\DataCollector\MessengerDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Messenger\DataCollector\MessengerDataCollector::getExceptionsCount(): Implicitly marking parameter $bus as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Messenger\DataCollector\MessengerDataCollector::getMessages(): Implicitly marking parameter $bus as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Mailer\DataCollector\MessageDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Notifier\DataCollector\NotificationDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::setKernel(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Twig\Template::displayBlock(): Implicitly marking parameter $templateContext as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Twig\Environment::getTemplateClass(): Implicitly marking parameter $index as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Twig\Environment::loadTemplate(): Implicitly marking parameter $index as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Twig\Environment::createTemplate(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Twig\Loader\FilesystemLoader::__construct(): Implicitly marking parameter $rootPath as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\DumpExtension::__construct(): Implicitly marking parameter $dumper as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\ProfilerExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::__construct(): Implicitly marking parameter $translationNodeVisitor as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::createTranslatable(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\AssetExtension::getAssetUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\AssetExtension::getAssetVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Asset\Packages::__construct(): Implicitly marking parameter $defaultPackage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Asset\Packages::getPackage(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Asset\Packages::getVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Asset\Packages::getUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Asset\Package::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Asset\PathPackage::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\CodeExtension::formatFile(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\StopwatchExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\FormExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\LogoutUrlExtension::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\LogoutUrlExtension::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::__construct(): Implicitly marking parameter $securityChecker as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::__construct(): Implicitly marking parameter $impersonateUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::isGranted(): Implicitly marking parameter $field as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::getImpersonateExitUrl(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::getImpersonateExitPath(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::generateExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::generateExitUrl(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::buildExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension::__construct(): Implicitly marking parameter $dumper as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension::dumpLog(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\VarDumper\VarDumper::setHandler(): Implicitly marking parameter $callable as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\EventDispatcher\Debug\WrappedListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Stopwatch\StopwatchEvent::__construct(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Stopwatch\StopwatchEvent::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:41 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {
"exception": {
"severity": 2,
"file": "/home/normanv/www/annuairepro/vendor/symfony/error-handler/DebugClassLoader.php",
"line": 286,
"trace": [
{
"file": "/home/normanv/www/annuairepro/vendor/symfony/stopwatch/StopwatchEvent.php",
"line": 112,
"function": "loadClass",
"class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader",
"type": "->"
}
],
"count": 118
}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher::redirect(): Implicitly marking parameter $scheme as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Matcher\RedirectableUrlMatcherInterface::redirect(): Implicitly marking parameter $scheme as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "latest"
},
"request_uri": "https://annuaire-pro.normandieimages.net/_profiler/latest?ip=104.210.140.131",
"method": "GET"
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\String\Slugger\AsciiSlugger::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\String\Slugger\AsciiSlugger::slug(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\String\Slugger\SluggerInterface::slug(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\RequestMatcher::__construct(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\RequestMatcher::__construct(): Implicitly marking parameter $host as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\RequestMatcher::__construct(): Implicitly marking parameter $port as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $exceptionListener as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $logoutListener as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $requestMatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $provider as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $entryPoint as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $accessDeniedHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $accessDeniedUrl as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallConfig::__construct(): Implicitly marking parameter $switchUser as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::__construct(): Implicitly marking parameter $profiler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::__construct(): Implicitly marking parameter $cspHandler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::__construct(): Implicitly marking parameter $baseDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController::toolbarAction(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpClient\CurlHttpClient::stream(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpClient\HttpClientTrait::jsonEncode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\DependencyInjection\EnvVarProcessor::__construct(): Implicitly marking parameter $loaders as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Validator\Mapping\Loader\AnnotationLoader::__construct(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::__construct(): Implicitly marking parameter $loader as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Validator\Context\ExecutionContextFactory::__construct(): Implicitly marking parameter $translationDomain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead. {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated. {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Generator\CompiledUrlGenerator::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Generator\CompiledUrlGenerator::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Generator\UrlGenerator::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Routing\Generator\UrlGenerator::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Mailer\Event\MessageEvents::getEvents(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Mailer\Event\MessageEvents::getMessages(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Notifier\Event\NotificationEvents::getEvents(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\Notifier\Event\NotificationEvents::getMessages(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 01:50:41 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributes(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:41 | 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"
}
|
| INFO 01:50:41 | deprecation |
Deprecated: str_getcsv(): the $escape parameter must be provided as its default value will change {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\ErrorHandler\Exception\FlattenException::create(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:41 | deprecation |
Deprecated: Symfony\Component\ErrorHandler\Exception\FlattenException::createFromThrowable(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Response::setStatusCode(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Response::setExpires(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Response::setLastModified(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Response::setEtag(): Implicitly marking parameter $etag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Response::isRedirect(): Implicitly marking parameter $location as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:42 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {
"exception": {
"severity": 2,
"file": "/home/normanv/www/annuairepro/vendor/symfony/error-handler/DebugClassLoader.php",
"line": 286,
"trace": [
{
"file": "/home/normanv/www/annuairepro/vendor/symfony/stopwatch/StopwatchEvent.php",
"line": 112,
"function": "loadClass",
"class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader",
"type": "->"
}
],
"count": 118
}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::removeCookie(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::clearCookie(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\ResponseHeaderBag::clearCookie(): Implicitly marking parameter $sameSite as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Bridge\Twig\Extension\HttpKernelRuntime::__construct(): Implicitly marking parameter $fragmentUriGenerator as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface::generate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator::__construct(): Implicitly marking parameter $signer as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator::generate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController::__construct(): Implicitly marking parameter $profiler as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::formatFile(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 01:50:42 | 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"
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\SessionInterface::invalidate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\SessionInterface::migrate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $storage as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $flashes as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::__construct(): Implicitly marking parameter $usageReporter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::invalidate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Session::migrate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\SessionFactory::__construct(): Implicitly marking parameter $usageReporter as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory::__construct(): Implicitly marking parameter $metaBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::__construct(): Implicitly marking parameter $metaBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::regenerate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::setMetadataBag(): Implicitly marking parameter $metaBag as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::loadSession(): Implicitly marking parameter $session as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::stampNew(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::stampCreated(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| INFO 01:50:42 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface::regenerate(): Implicitly marking parameter $lifetime as nullable is deprecated, the explicit nullable type must be used instead {
"exception": {}
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 01:50:42 | 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"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | 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 01:50:42 | 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 01:50:42 | 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 01:50:42 | 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 01:50:42 | 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 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 01:50:42 | 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 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 01:50:42 | 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"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
|
| DEBUG 01:50:42 | 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 01:50:42 | 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 01:50:42 | 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 01:50:42 | 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 01:50:42 | 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 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 01:50:42 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Trace
|
RuntimeError
|
|---|
Twig\Error\RuntimeError:
Variable "structure" does not exist.
at templates/catalogue/pdf.html.twig:47
at __TwigTemplate_919fb07e0737068da14e95b5ac636598->{closure:__TwigTemplate_919fb07e0737068da14e95b5ac636598::doDisplay():105}()
(var/cache/dev/twig/4e/4efa4daf97d1a7d80aafaed820e637c3.php:105)
at __TwigTemplate_919fb07e0737068da14e95b5ac636598->doDisplay(array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime), 'app' => object(AppVariable)), array())
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime), 'app' => object(AppVariable)), array())
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime)))
(vendor/twig/twig/src/Template.php:379)
at Twig\Template->render(array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime)), array())
(vendor/twig/twig/src/TemplateWrapper.php:40)
at Twig\TemplateWrapper->render(array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime)))
(vendor/twig/twig/src/Environment.php:280)
at Twig\Environment->render('catalogue/pdf.html.twig', array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime)))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('catalogue/pdf.html.twig', array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime)))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('catalogue/pdf.html.twig', array('user' => object(User), 'type' => 'prestamoyenstech', 'date' => object(DateTime)))
(src/Controller/CatalogueController.php:88)
at App\Controller\CatalogueController->pdf('539', 'prestamoyenstech', object(GenerePdf))
(vendor/symfony/http-kernel/HttpKernel.php:163)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
(vendor/symfony/http-kernel/HttpKernel.php:75)
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
(vendor/symfony/http-kernel/Kernel.php:202)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:35)
at require_once('/home/normanv/www/annuairepro/vendor/autoload_runtime.php')
(public/index.php:5)
|