Deprecated: Constant E_STRICT is deprecated in /home/ccoste/codes/coste/www/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/ccoste/codes/coste/www/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Demo application

Istražite javni deo ove demo aplikacije.

Istraži apllikaciju

Istražite administratorski deo ove demo aplikacije.

Istraži administratorski deo

Loading…
Loading the web debug toolbar…
Attempt #

Notice: fwrite(): Write of 557 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
Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/f7/0f/410ff7): Failed to open stream: Disk quota exceeded (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/f7/0f/410ff7): Failed to open stream: Disk quota exceeded

Exception

ErrorException

Show exception properties
ErrorException {#5477
  #severity: E_WARNING
}
  1.         if (\function_exists('gzencode')) {
  2.             $data gzencode($data3);
  3.         }
  4.         if (false === file_put_contents($file$data\LOCK_EX)) {
  5.             return false;
  6.         }
  7.         if (!$profileIndexed) {
  8.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->priority ??= $dispatcher->getListenerPriority($eventName$this->listener);
  2.         $e $this->stopwatch->start($this->name'event_listener');
  3.         try {
  4.             ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         } finally {
  6.             if ($e->isStarted()) {
  7.                 $e->stop();
  8.             }
  9.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * @return void
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 157)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * @return void
  1.         } else {
  2.             $response->send();
  3.         }
  4.         if ($this->kernel instanceof TerminableInterface) {
  5.             $this->kernel->terminate($this->request$response);
  6.         }
  7.         return 0;
  8.     }
  9. }
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/ccoste/codes/coste/www/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs 1

Level Channel Message
DEBUG 23:22:39 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": 200
    }
}
INFO 23:22:39 deprecation Deprecated: Constant E_STRICT is deprecated
{
    "exception": {}
}
INFO 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
WARNING 23:22:39 php Uncaught Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/f7/0f/410ff7): Failed to open stream: Disk quota exceeded
{
    "exception": {}
}
INFO 23:22:39 request Matched route "homepage".
{
    "route": "homepage",
    "route_parameters": {
        "_route": "homepage",
        "template": "default/homepage.html.twig",
        "_locale": "sr_Latn",
        "_controller": "Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction"
    },
    "request_uri": "http://www.coste.codes/public/sr_Latn",
    "method": "GET"
}
INFO 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 security Checking for authenticator support.
{
    "firewall_name": "main",
    "authenticators": 2
}
DEBUG 23:22:39 security Checking support on authenticator.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 23:22:39 security Authenticator does not support the request.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
}
DEBUG 23:22:39 security Checking support on authenticator.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 23:22:39 security Authenticator does not support the request.
{
    "firewall_name": "main",
    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
INFO 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 23:22:39 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 23:22:39 event Notified event "kernel.controller" to listener "App\EventSubscriber\ControllerSubscriber::registerCurrentController".
{
    "event": "kernel.controller",
    "listener": "App\\EventSubscriber\\ControllerSubscriber::registerCurrentController"
}
DEBUG 23:22:39 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 23:22:39 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 23:22:39 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 23:22:39 event Notified event "kernel.controller_arguments" to listener "Container2mjabL0\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Container2mjabL0\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 deprecation Deprecated: Symfony\WebpackEncoreBundle\Asset\TagRenderer::getAssetPath(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 23:22:39 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 23:22:39 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 23:22:39 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": 200
    }
}
INFO 23:22:39 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"
    }
}
DEBUG 23:22:39 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 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 23:22:39 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 23:22:39 event Notified event "kernel.response" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelResponse"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 23:22:39 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 23:22:39 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 23:22:39 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 23:22:39 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 23:22:39 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 23:22:39 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 23:22:39 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/f7/0f/410ff7): Failed to open stream: Disk quota exceeded" at FileProfilerStorage.php line 177
{
    "exception": {}
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.request" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelRequest"
}
DEBUG 23:22:39 event Notified event "kernel.controller" to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\UX\\LiveComponent\\EventListener\\LiveComponentSubscriber::onKernelController"
}
DEBUG 23:22:39 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 23:22:39 event Notified event "kernel.controller" to listener "App\EventSubscriber\ControllerSubscriber::registerCurrentController".
{
    "event": "kernel.controller",
    "listener": "App\\EventSubscriber\\ControllerSubscriber::registerCurrentController"
}
DEBUG 23:22:39 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 23:22:39 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 23:22:39 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 23:22:39 event Notified event "kernel.controller_arguments" to listener "Container2mjabL0\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Container2mjabL0\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 23:22:39 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

ErrorException
ErrorException:
Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/f7/0f/410ff7): 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)                
Loading…
Loading the web debug toolbar…
Attempt #
Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/ca/a9/06a9ca): Failed to open stream: Disk quota exceeded (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/ca/a9/06a9ca): Failed to open stream: Disk quota exceeded

Exception

ErrorException

Show exception properties
ErrorException {#11081
  #severity: E_WARNING
}
  1.         if (\function_exists('gzencode')) {
  2.             $data gzencode($data3);
  3.         }
  4.         if (false === file_put_contents($file$data\LOCK_EX)) {
  5.             return false;
  6.         }
  7.         if (!$profileIndexed) {
  8.             // Add to index
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->priority ??= $dispatcher->getListenerPriority($eventName$this->listener);
  2.         $e $this->stopwatch->start($this->name'event_listener');
  3.         try {
  4.             ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         } finally {
  6.             if ($e->isStarted()) {
  7.                 $e->stop();
  8.             }
  9.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * @return void
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
  1.         }
  2.         $response->sendHeaders();
  3.         $response->sendContent();
  4.         $this->terminate($request$response);
  5.     }
  6.     /**
  7.      * Handles a request to convert it to a response.
  8.      *
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /home/ccoste/codes/coste/www/vendor/symfony/error-handler/ErrorHandler.php :: {closure:Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure():76} (line 531)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 $exceptionHandler($exception);
  6.                 return;
  7.             }
  8.             $handlerException ??= $exception;
  9.         } catch (\Throwable $handlerException) {
ErrorHandler->handleException(object(ErrorException))

Stack Trace

ErrorException
ErrorException:
Warning: file_put_contents(/home/ccoste/codes/coste/www/var/cache/dev/profiler/ca/a9/06a9ca): Failed to open stream: Disk quota exceeded

  at /home/ccoste/codes/coste/www/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:177
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (/home/ccoste/codes/coste/www/vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  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))                
object(ErrorException)#11096 (8) { ["message":protected]=> string(77) "Notice: fwrite(): Write of 70 bytes failed with errno=122 Disk quota exceeded" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(89) "/home/ccoste/codes/coste/www/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php" ["line":protected]=> int(162) ["trace":"Exception":private]=> array(6) { [0]=> array(6) { ["file"]=> string(89) "/home/ccoste/codes/coste/www/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php" ["line"]=> int(149) ["function"]=> string(11) "streamWrite" ["class"]=> string(29) "Monolog\Handler\StreamHandler" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> resource(832) of type (stream) [1]=> object(Monolog\LogRecord)#11095 (7) { ["datetime"]=> object(Monolog\DateTimeImmutable)#11094 (4) { ["useMicroseconds":"Monolog\DateTimeImmutable":private]=> bool(true) ["date"]=> string(26) "2025-06-30 23:22:39.280202" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } ["channel"]=> string(8) "doctrine" ["level"]=> enum(Monolog\Level::Info) ["message"]=> string(13) "Disconnecting" ["context"]=> array(0) { } ["extra"]=> array(0) { } ["formatted"]=> string(70) "[2025-06-30T23:22:39.280202+02:00] doctrine.INFO: Disconnecting [] [] " } } } [1]=> array(6) { ["file"]=> string(101) "/home/ccoste/codes/coste/www/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php" ["line"]=> int(44) ["function"]=> string(5) "write" ["class"]=> string(29) "Monolog\Handler\StreamHandler" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(Monolog\LogRecord)#11095 (7) { ["datetime"]=> object(Monolog\DateTimeImmutable)#11094 (4) { ["useMicroseconds":"Monolog\DateTimeImmutable":private]=> bool(true) ["date"]=> string(26) "2025-06-30 23:22:39.280202" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } ["channel"]=> string(8) "doctrine" ["level"]=> enum(Monolog\Level::Info) ["message"]=> string(13) "Disconnecting" ["context"]=> array(0) { } ["extra"]=> array(0) { } ["formatted"]=> string(70) "[2025-06-30T23:22:39.280202+02:00] doctrine.INFO: Disconnecting [] [] " } } } [2]=> array(6) { ["file"]=> string(74) "/home/ccoste/codes/coste/www/vendor/monolog/monolog/src/Monolog/Logger.php" ["line"]=> int(389) ["function"]=> string(6) "handle" ["class"]=> string(41) "Monolog\Handler\AbstractProcessingHandler" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(Monolog\LogRecord)#11095 (7) { ["datetime"]=> object(Monolog\DateTimeImmutable)#11094 (4) { ["useMicroseconds":"Monolog\DateTimeImmutable":private]=> bool(true) ["date"]=> string(26) "2025-06-30 23:22:39.280202" ["timezone_type"]=> int(3) ["timezone"]=> string(12) "Europe/Paris" } ["channel"]=> string(8) "doctrine" ["level"]=> enum(Monolog\Level::Info) ["message"]=> string(13) "Disconnecting" ["context"]=> array(0) { } ["extra"]=> array(0) { } ["formatted"]=> string(70) "[2025-06-30T23:22:39.280202+02:00] doctrine.INFO: Disconnecting [] [] " } } } [3]=> array(6) { ["file"]=> string(74) "/home/ccoste/codes/coste/www/vendor/monolog/monolog/src/Monolog/Logger.php" ["line"]=> int(605) ["function"]=> string(9) "addRecord" ["class"]=> string(14) "Monolog\Logger" ["type"]=> string(2) "->" ["args"]=> array(3) { [0]=> enum(Monolog\Level::Info) [1]=> string(13) "Disconnecting" [2]=> array(0) { } } } [4]=> array(6) { ["file"]=> string(76) "/home/ccoste/codes/coste/www/vendor/doctrine/dbal/src/Logging/Connection.php" ["line"]=> int(27) ["function"]=> string(4) "info" ["class"]=> string(14) "Monolog\Logger" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(13) "Disconnecting" } } [5]=> array(4) { ["function"]=> string(10) "__destruct" ["class"]=> string(32) "Doctrine\DBAL\Logging\Connection" ["type"]=> string(2) "->" ["args"]=> array(0) { } } } ["previous":"Exception":private]=> NULL ["severity":protected]=> int(8) }