Notice: fwrite(): Write of 511 bytes failed with errno=122 Disk quota exceeded in /home/ccoste/codes/coste/www/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php on line 162
ErrorException {#1325 #severity: E_WARNING }
if (\function_exists('gzencode')) {
$data = gzencode($data, 3);
}
if (false === file_put_contents($file, $data, \LOCK_EX)) {
return false;
}
if (!$profileIndexed) {
// Add to index
if ($collector instanceof LateDataCollectorInterface) {
$collector->lateCollect();
}
}
if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
$this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
}
return $ret;
}
}
}
// save profiles
foreach ($this->profiles as $request) {
$this->profiler->saveProfile($this->profiles[$request]);
}
$this->profiles = new \SplObjectStorage();
$this->parents = new \SplObjectStorage();
}
$this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
$e = $this->stopwatch->start($this->name, 'event_listener');
try {
($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
} finally {
if ($e->isStarted()) {
$e->stop();
}
}
foreach ($listeners as $listener) {
if ($stoppable && $event->isPropagationStopped()) {
break;
}
$listener($event, $eventName, $this);
}
}
/**
* Sorts the internal list of listeners for the given event by priority.
} else {
$listeners = $this->getListeners($eventName);
}
if ($listeners) {
$this->callListeners($listeners, $eventName, $event);
}
return $event;
}
try {
$this->beforeDispatch($eventName, $event);
try {
$e = $this->stopwatch->start($eventName, 'section');
try {
$this->dispatcher->dispatch($event, $eventName);
} finally {
if ($e->isStarted()) {
$e->stop();
}
}
/**
* @return void
*/
public function terminate(Request $request, Response $response)
{
$this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
}
/**
* @internal
*/
if (false === $this->booted) {
return;
}
if ($this->getHttpKernel() instanceof TerminableInterface) {
$this->getHttpKernel()->terminate($request, $response);
}
}
/**
* @return void
} else {
$response->send();
}
if ($this->kernel instanceof TerminableInterface) {
$this->kernel->terminate($this->request, $response);
}
return 0;
}
}
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Level | Channel | Message |
---|---|---|
DEBUG 21:18:18 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive { "exception": { "severity": 2, "file": "/home/ccoste/codes/coste/www/vendor/symfony/error-handler/DebugClassLoader.php", "line": 292, "trace": [ { "file": "/home/ccoste/codes/coste/www/vendor/doctrine/doctrine-bundle/DoctrineBundle.php", "line": 130, "function": "loadClass", "class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader", "type": "->" } ], "count": 265 } } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\VarDumper\Caster\TraceStub::__construct(): Implicitly marking parameter $sliceLength as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Constant E_STRICT is deprecated { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\VarDumper\Caster\LinkStub::__construct(): Implicitly marking parameter $href as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Console\EventListener\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Mailer\EventListener\EnvelopeListener::__construct(): Implicitly marking parameter $sender as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Mailer\EventListener\EnvelopeListener::__construct(): Implicitly marking parameter $recipients as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Mailer\EventListener\MessageListener::__construct(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Mailer\EventListener\MessageListener::__construct(): Implicitly marking parameter $renderer as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpKernel\EventListener\DumpListener::__construct(): Implicitly marking parameter $connection as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: {closure:Symfony\Component\HttpKernel\EventListener\DumpListener::configure():48}(): Implicitly marking parameter $label as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\EventListener\RememberMeListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:19 | event |
Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate". { "event": "kernel.terminate", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate" } |
WARNING 21:18:19 | php |
Uncaught Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/be/aa/77aabe): Failed to open stream: Disk quota exceeded { "exception": {} } |
INFO 21:18:18 | request |
Matched route "blog_search". { "route": "blog_search", "route_parameters": { "_route": "blog_search", "_controller": "App\\Controller\\BlogController::search", "_locale": "cs" }, "request_uri": "http://www.coste.codes/public/cs/blog/search", "method": "GET" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $authenticationEntryPoint as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $errorPage as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $accessDeniedHandler as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Firewall\LogoutListener::__construct(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $urlGenerator as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $urlMatcher as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $domainRegexp as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $secureDomainRegexp as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Firewall\ChannelListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\AccessMap::add(): Implicitly marking parameter $channel as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Authentication\AuthenticatorManager::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Core\Signature\SignatureHasher::__construct(): Implicitly marking parameter $expiredSignaturesStorage as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Core\Signature\SignatureHasher::__construct(): Implicitly marking parameter $maxUses as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | security |
Checking for authenticator support. { "firewall_name": "main", "authenticators": 2 } |
DEBUG 21:18:18 | security |
Checking support on authenticator. { "firewall_name": "main", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator" } |
DEBUG 21:18:18 | security |
Authenticator does not support the request. { "firewall_name": "main", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator" } |
DEBUG 21:18:18 | security |
Checking support on authenticator. { "firewall_name": "main", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator" } |
DEBUG 21:18:18 | security |
Authenticator does not support the request. { "firewall_name": "main", "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::file(): Implicitly marking parameter $fileName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderBlock(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderForm(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::stream(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createNotFoundException(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createAccessDeniedException(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::sendEarlyHints(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "App\EventSubscriber\ControllerSubscriber::registerCurrentController". { "event": "kernel.controller", "listener": "App\\EventSubscriber\\ControllerSubscriber::registerCurrentController" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
INFO 21:18:18 | doctrine |
Connecting with parameters {params} { "params": { "use_savepoints": true, "driver": "pdo_sqlite", "host": "localhost", "port": null, "user": "root", "password": null, "driverOptions": [], "defaultTableOptions": [], "path": "/home/ccoste/codes/coste/www/data/database.sqlite", "charset": "utf8" } } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Routing\Attribute\Route::__construct(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Routing\Attribute\Route::__construct(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Routing\Attribute\Route::__construct(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Routing\Attribute\Route::__construct(): Implicitly marking parameter $utf8 as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Routing\Attribute\Route::__construct(): Implicitly marking parameter $stateless as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller_arguments" to listener "Container2mjabL0\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container2mjabL0\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 21:18:18 | 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 21:18:18 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive { "exception": { "severity": 2, "file": "/home/ccoste/codes/coste/www/vendor/symfony/error-handler/DebugClassLoader.php", "line": 292, "trace": [ { "file": "/home/ccoste/codes/coste/www/vendor/doctrine/doctrine-bundle/DoctrineBundle.php", "line": 130, "function": "loadClass", "class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader", "type": "->" } ], "count": 265 } } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\WebpackEncoreBundle\Asset\TagRenderer::__construct(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\WebpackEncoreBundle\Asset\TagRenderer::renderWebpackScriptTags(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\WebpackEncoreBundle\Asset\TagRenderer::renderWebpackScriptTags(): Implicitly marking parameter $entrypointName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\WebpackEncoreBundle\Asset\TagRenderer::renderWebpackLinkTags(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\WebpackEncoreBundle\Asset\TagRenderer::renderWebpackLinkTags(): Implicitly marking parameter $entrypointName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\WebpackEncoreBundle\Asset\TagRenderer::getAssetPath(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". { "event": "debug.security.authorization.vote", "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Security\Core\Authorization\ExpressionLanguage::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". { "event": "debug.security.authorization.vote", "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Intl\Locales::getName(): Implicitly marking parameter $displayLocale as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Intl\Locales::getNames(): Implicitly marking parameter $displayLocale as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Intl\ResourceBundle::readEntry(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Intl\ResourceBundle::asort(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreCreateForRender". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent", "listener": "Symfony\\UX\\TwigComponent\\EventListener\\TwigComponentLoggerListener::onPreCreateForRender" } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent" to listener "Symfony\UX\LiveComponent\EventListener\InterceptChildComponentRenderSubscriber::preComponentCreated". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\InterceptChildComponentRenderSubscriber::preComponentCreated" } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreCreateForRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostCreateForRender". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreCreateForRenderEvent", "listener": "Symfony\\UX\\TwigComponent\\EventListener\\TwigComponentLoggerListener::onPostCreateForRender" } |
INFO 21:18:18 | deprecation |
Deprecated: App\Repository\PostRepository::findLatest(): Implicitly marking parameter $tag as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreMountEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreMount". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreMountEvent", "listener": "Symfony\\UX\\TwigComponent\\EventListener\\TwigComponentLoggerListener::onPreMount" } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreMountEvent" to listener "Symfony\UX\LiveComponent\EventListener\DataModelPropsSubscriber::onPreMount". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreMountEvent", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\DataModelPropsSubscriber::onPreMount" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Util\LiveControllerAttributesCreator::attributesForRendering(): Implicitly marking parameter $deterministicId as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\LiveResponder::emit(): Implicitly marking parameter $componentName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\LiveResponder::emitUp(): Implicitly marking parameter $componentName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Twig\DeterministicTwigIdCalculator::calculateDeterministicId(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\NullAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\Cache\Adapter\NullAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PostMountEvent" to listener "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPostMount". { "event": "Symfony\\UX\\TwigComponent\\Event\\PostMountEvent", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\DeferLiveComponentSubscriber::onPostMount" } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PostMountEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostMount". { "event": "Symfony\\UX\\TwigComponent\\Event\\PostMountEvent", "listener": "Symfony\\UX\\TwigComponent\\EventListener\\TwigComponentLoggerListener::onPostMount" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\TwigComponent\Event\PreRenderEvent::setTemplate(): Implicitly marking parameter $index as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Attribute\AsLiveComponent::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Attribute\AsLiveComponent::__construct(): Implicitly marking parameter $template as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Twig\Error\Error::__construct(): Implicitly marking parameter $source as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Twig\Error\Error::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Twig\Error\Error::setSourceContext(): Implicitly marking parameter $source as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Attribute\LiveProp::__construct(): Implicitly marking parameter $hydrateWith as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Attribute\LiveProp::__construct(): Implicitly marking parameter $dehydrateWith as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Attribute\LiveProp::__construct(): Implicitly marking parameter $fieldName as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Attribute\LiveProp::__construct(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\UX\LiveComponent\Attribute\LiveProp::__construct(): Implicitly marking parameter $onUpdated as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent", "listener": "Symfony\\UX\\TwigComponent\\EventListener\\TwigComponentLoggerListener::onPreRender" } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\LiveComponent\EventListener\AddLiveAttributesSubscriber::onPreRender". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\AddLiveAttributesSubscriber::onPreRender" } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\LiveComponent\EventListener\DeferLiveComponentSubscriber::onPreRender". { "event": "Symfony\\UX\\TwigComponent\\Event\\PreRenderEvent", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\DeferLiveComponentSubscriber::onPreRender" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\UnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\UnicodeString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\UnicodeString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\UnicodeString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\UnicodeString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\AbstractUnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\AbstractString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\AbstractString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\AbstractString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\AbstractString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\AbstractString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\String\AbstractString::toByteString(): Implicitly marking parameter $toEncoding as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\LiveComponent\EventListener\ResetDeterministicIdSubscriber::onPostRender". { "event": "Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\ResetDeterministicIdSubscriber::onPostRender" } |
DEBUG 21:18:18 | event |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPostRender". { "event": "Symfony\\UX\\TwigComponent\\Event\\PostRenderEvent", "listener": "Symfony\\UX\\TwigComponent\\EventListener\\TwigComponentLoggerListener::onPostRender" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpKernel\Fragment\AbstractSurrogateFragmentRenderer::__construct(): Implicitly marking parameter $signer as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Cookie::create(): Implicitly marking parameter $value as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Cookie::create(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Cookie::create(): Implicitly marking parameter $secure as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Cookie::__construct(): Implicitly marking parameter $value as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Cookie::__construct(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Component\HttpFoundation\Cookie::__construct(): Implicitly marking parameter $secure as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 21:18:18 | 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 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 21:18:18 | 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 21:18:18 | 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 21:18:18 | 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 21:18:18 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". { "event": "kernel.finish_request", "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets" } |
DEBUG 21:18:18 | 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" } |
CRITICAL 21:18:19 | request |
Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/be/aa/77aabe): Failed to open stream: Disk quota exceeded" at FileProfilerStorage.php line 177 { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber::onKernelRequest" } |
DEBUG 21:18:18 | event |
Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest" } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction(): Implicitly marking parameter $maxAge as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction(): Implicitly marking parameter $sharedAge as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction(): Implicitly marking parameter $private as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::__invoke(): Implicitly marking parameter $maxAge as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::__invoke(): Implicitly marking parameter $sharedAge as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
INFO 21:18:18 | deprecation |
Deprecated: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::__invoke(): Implicitly marking parameter $private as nullable is deprecated, the explicit nullable type must be used instead { "exception": {} } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "App\EventSubscriber\ControllerSubscriber::registerCurrentController". { "event": "kernel.controller", "listener": "App\\EventSubscriber\\ControllerSubscriber::registerCurrentController" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 21:18:18 | event |
Notified event "kernel.controller_arguments" to listener "Container2mjabL0\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container2mjabL0\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 21:18:18 | 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 21:18:18 | php |
Warning: Zend OPcache API is restricted by "restrict_api" configuration directive { "exception": { "severity": 2, "file": "/home/ccoste/codes/coste/www/vendor/symfony/error-handler/DebugClassLoader.php", "line": 292, "trace": [ { "file": "/home/ccoste/codes/coste/www/vendor/doctrine/doctrine-bundle/DoctrineBundle.php", "line": 130, "function": "loadClass", "class": "Symfony\\Component\\ErrorHandler\\DebugClassLoader", "type": "->" } ], "count": 265 } } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 21:18:18 | 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 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 21:18:18 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 21:18:18 | 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 21:18:18 | 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 21:18:18 | 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 21:18:18 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". { "event": "kernel.finish_request", "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets" } |
DEBUG 21:18:18 | 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 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest" } |
DEBUG 21:18:19 | event |
Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController" } |
DEBUG 21:18:19 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 21:18:19 | event |
Notified event "kernel.controller" to listener "App\EventSubscriber\ControllerSubscriber::registerCurrentController". { "event": "kernel.controller", "listener": "App\\EventSubscriber\\ControllerSubscriber::registerCurrentController" } |
DEBUG 21:18:19 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 21:18:19 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 21:18:19 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 21:18:19 | event |
Notified event "kernel.controller_arguments" to listener "Container2mjabL0\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container2mjabL0\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 21:18:19 | 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" } |
ErrorException
|
---|
ErrorException: Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/be/aa/77aabe): Failed to open stream: Disk quota exceeded at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:177 at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile)) (vendor/symfony/http-kernel/Profiler/Profiler.php:104) at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile)) (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135) at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher)) (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher)) (vendor/symfony/event-dispatcher/EventDispatcher.php:220) at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent)) (vendor/symfony/event-dispatcher/EventDispatcher.php:56) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate') (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate') (vendor/symfony/http-kernel/HttpKernel.php:115) at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response)) (vendor/symfony/http-kernel/Kernel.php:157) at Symfony\Component\HttpKernel\Kernel->terminate(object(Request), object(Response)) (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/home/ccoste/codes/coste/www/vendor/autoload_runtime.php') (public/index.php:5) |
return $this->__get($key);
}
public function offsetSet(mixed $key, mixed $value): void
{
throw new \BadMethodCallException(self::class.' objects are immutable.');
}
public function offsetUnset(mixed $key): void
{
throw new \BadMethodCallException(self::class.' objects are immutable.');
/**
* @see TraceableEventDispatcher
*/
public function setCalledListeners(array $listeners, string $dispatcher = null): void
{
$this->data[$dispatcher ?? $this->defaultDispatcher]['called_listeners'] = $listeners;
}
/**
* @see TraceableEventDispatcher
*/
foreach ($this->dispatchers as $name => $dispatcher) {
if (!$dispatcher instanceof TraceableEventDispatcher) {
continue;
}
$this->setCalledListeners($dispatcher->getCalledListeners($this->currentRequest), $name);
$this->setNotCalledListeners($dispatcher->getNotCalledListeners($this->currentRequest), $name);
$this->setOrphanedEvents($dispatcher->getOrphanedEvents($this->currentRequest), $name);
}
$this->data = $this->cloneVar($this->data);
public function saveProfile(Profile $profile): bool
{
// late collect
foreach ($profile->getCollectors() as $collector) {
if ($collector instanceof LateDataCollectorInterface) {
$collector->lateCollect();
}
}
if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
$this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
}
}
// save profiles
foreach ($this->profiles as $request) {
$this->profiler->saveProfile($this->profiles[$request]);
}
$this->profiles = new \SplObjectStorage();
$this->parents = new \SplObjectStorage();
}
$this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);
$e = $this->stopwatch->start($this->name, 'event_listener');
try {
($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
} finally {
if ($e->isStarted()) {
$e->stop();
}
}
foreach ($listeners as $listener) {
if ($stoppable && $event->isPropagationStopped()) {
break;
}
$listener($event, $eventName, $this);
}
}
/**
* Sorts the internal list of listeners for the given event by priority.
} else {
$listeners = $this->getListeners($eventName);
}
if ($listeners) {
$this->callListeners($listeners, $eventName, $event);
}
return $event;
}
try {
$this->beforeDispatch($eventName, $event);
try {
$e = $this->stopwatch->start($eventName, 'section');
try {
$this->dispatcher->dispatch($event, $eventName);
} finally {
if ($e->isStarted()) {
$e->stop();
}
}
/**
* @return void
*/
public function terminate(Request $request, Response $response)
{
$this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
}
/**
* @internal
*/
}
$response->sendHeaders();
$response->sendContent();
$this->terminate($request, $response);
}
/**
* Handles a request to convert it to a response.
*
if ($hasRun) {
throw $e;
}
$hasRun = true;
$kernel->terminateWithException($e, $request);
};
}
} elseif ($event instanceof ConsoleEvent && $app = $event->getCommand()->getApplication()) {
$output = $event->getOutput();
if ($output instanceof ConsoleOutputInterface) {
$this->exceptionHandler = null;
}
try {
if (null !== $exceptionHandler) {
$exceptionHandler($exception);
return;
}
$handlerException ??= $exception;
} catch (\Throwable $handlerException) {
BadMethodCallException
|
---|
BadMethodCallException: Symfony\Component\VarDumper\Cloner\Data objects are immutable. at /home/ccoste/codes/coste/www/vendor/symfony/var-dumper/Cloner/Data.php:155 at Symfony\Component\VarDumper\Cloner\Data->offsetSet('called_listeners', array(array('event' => 'kernel.request', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 48, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 32, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 10, 'pretty' => 'Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'App\\EventSubscriber\\ControllerSubscriber::registerCurrentController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 20, 'pretty' => 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Container2mjabL0\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -255, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1000, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => -15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest', 'stub' => object(ClassStub)))) (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:91) at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners(array(array('event' => 'kernel.request', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 48, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 32, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 10, 'pretty' => 'Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'App\\EventSubscriber\\ControllerSubscriber::registerCurrentController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 20, 'pretty' => 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Container2mjabL0\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -255, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1000, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => -15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest', 'stub' => object(ClassStub))), 'event_dispatcher') (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:73) at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect() (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/Profiler/Profiler.php:100) at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile)) (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135) at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher)) (/home/ccoste/codes/coste/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher)) (/home/ccoste/codes/coste/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220) at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent)) (/home/ccoste/codes/coste/www/vendor/symfony/event-dispatcher/EventDispatcher.php:56) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate') (/home/ccoste/codes/coste/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate') (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/HttpKernel.php:115) at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response)) (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/HttpKernel.php:142) at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(ErrorException), object(Request)) (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:82) at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::{closure:Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure():76}(object(ErrorException)) (/home/ccoste/codes/coste/www/vendor/symfony/error-handler/ErrorHandler.php:531) at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(ErrorException)) |