https://dev.oceanexpert.org/event/347

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"16d8b9"
exception
Error {#1128
  #message: "Call to a member function getInstAddress() on null"
  #code: 0
  #file: "/var/www/html/oceanexpert_dev/src/OceanExpertBundle/Controller/EventController.php"
  #line: 2244
  trace: {
    /var/www/html/oceanexpert_dev/src/OceanExpertBundle/Controller/EventController.php:2244 {
      OceanExpertBundle\Controller\EventController->viewEventAction($event) …
      ›     );$eventAddressLine1 = $institute->getInstAddress();$eventPostcode = $institute->getPostcode();
    }
    /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:169 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/oceanexpert_dev/web/index.php:25 {
      include …
      › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
    /var/www/html/oceanexpert_dev/web/app.php:3 {
      › 
      › include './index.php';arguments: {
        "/var/www/html/oceanexpert_dev/web/index.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#124
  #name: "request"
  #handlers: [
    Monolog\Handler\StreamHandler {#121
      #stream: stream resource @12
        timed_out: false
        blocked: true
        eof: false
        wrapper_type: "plainfile"
        stream_type: "STDIO"
        mode: "a"
        unread_bytes: 0
        seekable: true
        uri: "/var/www/html/oceanexpert_dev/var/log/dev.log"
        options: []
      }
      #url: "/var/www/html/oceanexpert_dev/var/log/dev.log"
      -errorMessage: null
      #filePermission: null
      #useLocking: false
      -dirCreated: true
      #level: 100
      #bubble: true
      #formatter: Monolog\Formatter\LineFormatter {#316 …}
      #processors: [
        Monolog\Processor\PsrLogMessageProcessor {#122
          -dateFormat: null
          -removeUsedContextFields: false
        }
      ]
    }
    Symfony\Bridge\Monolog\Handler\ConsoleHandler {#123
      -output: null
      -verbosityLevelMap: [
        16 => 400
        32 => 300
        64 => 250
        128 => 200
        256 => 100
      ]
      -consoleFormatterOptions: []
      #level: 100
      #bubble: true
      #formatter: null
      #processors: [
        Monolog\Processor\PsrLogMessageProcessor {#122}
      ]
    }
  ]
  #processors: [
    Symfony\Bridge\Monolog\Processor\DebugProcessor {#217
      -records: [
        "000000000f9519bd00000000400782df" => [
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#224
                #message: "User Deprecated: The Symfony\Bundle\TwigBundle\Loader\FilesystemLoader class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php:14 {
                    include_once …
                    › 
                    › @trigger_error('The '.FilesystemLoader::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig notation for templates instead.', \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:354 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:159 {
                    Symfony\Component\DependencyInjection\Container->set($id, $service) …
                    ›     unset($this->privates['service_container']);    $initialize();}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:517 {
                    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:136 {
                    Symfony\Component\HttpKernel\Kernel->boot() …
                    › // init container$this->initializeContainer();}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:196 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › {    $this->boot();    ++$this->requestStackSize;
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#81
                #message: "User Deprecated: The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php"
                #line: 2821
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2821 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › {    @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.', E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#76
                #message: "User Deprecated: The Symfony\Bundle\TwigBundle\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2823 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › 
                    ›     return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#77
                #message: "User Deprecated: The Symfony\Bridge\Twig\TwigEngine class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TwigEngine::class.' class is deprecated since version 4.3 and will be removed in 5.0; use \Twig\Environment instead.', \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:31 {
                    spl_autoload_call($class_name) …
                    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2823 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › 
                    ›     return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#75
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\EngineInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/EngineInterface.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.EngineInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TwigEngine.php:31 {
                    spl_autoload_call($class_name) …
                    ›  */class TwigEngine extends BaseEngine implements EngineInterface{
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2823 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › 
                    ›     return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#71
                #message: "User Deprecated: The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php"
                #line: 10503
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:10503 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplating_LocatorService() …
                    › {    @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:11357 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwig_Loader_FilesystemService() …
                    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:4276 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwigService() …
                    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2823 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › 
                    ›     return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#70
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:10505 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplating_LocatorService() …
                    › 
                    ›     return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:11357 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwig_Loader_FilesystemService() …
                    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:4276 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwigService() …
                    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2823 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › 
                    ›     return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#67
                #message: "User Deprecated: The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php"
                #line: 10517
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:10517 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplating_NameParserService() …
                    › {    @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:11357 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwig_Loader_FilesystemService() …
                    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:4276 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwigService() …
                    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2823 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › 
                    ›     return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#66
                #message: "User Deprecated: The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:10519 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplating_NameParserService() …
                    › 
                    ›     return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel', 1)));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:11357 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwig_Loader_FilesystemService() …
                    › {    $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__, 4));}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:4276 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTwigService() …
                    › {    $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true, 'strict_variables' => true, 'autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2823 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getTemplatingService() …
                    › 
                    ›     return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:2073 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_ViewHandlerService() …
                    › {    $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false, 'json' => false, 'xml' => false, 'html' => true], 400, 204, false, ['json' => 302, 'html' => 302, 'xml' => 302], 'php', ['serializeNullStrategy' => false], false);}
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:7946 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->getFosRest_Versioning_ExclusionListenerService() …
                    › {    return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));}
                  }
                  /var/www/html/oceanexpert_dev/var/cache/dev/ContainerWyFKY56/appAppKernelDevDebugContainer.php:1716 {
                    ContainerWyFKY56\appAppKernelDevDebugContainer->ContainerWyFKY56\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());}, 1 => 'onKernelRequest'], 31);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Matched route "{route}"."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "route" => "view_event"
              "route_parameters" => [
                "_route" => "view_event"
                "_controller" => "OceanExpertBundle\Controller\EventController::viewEventAction"
                "event" => "347"
              ]
              "request_uri" => "https://dev.oceanexpert.org/event/347"
              "method" => "GET"
            ]
            "channel" => "request"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Populated the TokenStorage with an anonymous Token."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => []
            "channel" => "security"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\MimeTypeListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\TestSessionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\VersionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\VersionExclusionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller_arguments"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "debug.security.authorization.vote"
              "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "debug.security.authorization.vote"
              "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "debug.security.authorization.vote"
              "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "debug.security.authorization.vote"
              "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "debug.security.authorization.vote"
              "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "debug.security.authorization.vote"
              "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813745
            "message" => "SELECT t0.id_eventtype AS id_eventtype_1, t0.title AS title_2, t0.shorttitle AS shorttitle_3, t0.summary AS summary_4, t0.start_on AS start_on_5, t0.end_on AS end_on_6, t0.address AS address_7, t0.city AS city_8, t0.state AS state_9, t0.postcode AS postcode_10, t0.id_country AS id_country_11, t0.id_inst AS id_inst_12, t0.use_inst_addr AS use_inst_addr_13, t0.notes AS notes_14, t0.website AS website_15, t0.redirect_website AS redirect_website_16, t0.keywords AS keywords_17, t0.created_by AS created_by_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.last_edit_by AS last_edit_by_21, t0.is_public AS is_public_22, t0.is_open AS is_open_23, t0.show_travel AS show_travel_24, t0.email_people AS email_people_25, t0.id_contact AS id_contact_26, t0.reg_online AS reg_online_27, t0.status AS status_28, t0.id_event AS id_event_29 FROM events t0 WHERE t0.id_event = ? AND t0.status = ? LIMIT 1"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "347"
              1
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1740813745
            "message" => "SELECT t0.eventtype_name AS eventtype_name_1, t0.id_eventtype AS id_eventtype_2 FROM eventtypes t0 WHERE t0.id_eventtype = ? LIMIT 1"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              1
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1740813745
            "message" => "SELECT t0.id_event AS id_event_1, t0.filename AS filename_2, t0.type AS type_3, t0.path AS path_4, t0.created_by AS created_by_5, t0.created_at AS created_at_6, t0.deleted AS deleted_7, t0.id AS id_8 FROM event_files t0 WHERE t0.id_event = ? LIMIT 1"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "347"
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1740813746
            "message" => "SELECT t0.parent_id AS parent_id_1, t0.inst_type_id AS inst_type_id_2, t0.inst_name AS inst_name_3, t0.inst_name_eng AS inst_name_eng_4, t0.inst_address AS inst_address_5, t0.addr_2 AS addr_2_6, t0.city AS city_7, t0.state AS state_8, t0.postcode AS postcode_9, t0.country_code AS country_code_10, t0.acronym AS acronym_11, t0.inst_tel AS inst_tel_12, t0.inst_fax AS inst_fax_13, t0.inst_email AS inst_email_14, t0.inst_url AS inst_url_15, t0.inst_logo AS inst_logo_16, t0.edmo_code AS edmo_code_17, t0.activities AS activities_18, t0.inst_region AS inst_region_19, t0.popularity AS popularity_20, t0.activated AS activated_21, t0.f_date_entered AS f_date_entered_22, t0.l_date_updated AS l_date_updated_23, t0.created_by AS created_by_24, t0.last_edit_by AS last_edit_by_25, t0.id_inst AS id_inst_26 FROM institutions t0 WHERE t0.id_inst = ? LIMIT 1"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              9786
            ]
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Uncaught PHP Exception Error: "Call to a member function getInstAddress() on null" at /var/www/html/oceanexpert_dev/src/OceanExpertBundle/Controller/EventController.php line 2244"
            "priority" => 500
            "priorityName" => "CRITICAL"
            "context" => [
              "exception" => Error {#1128
                #message: "Call to a member function getInstAddress() on null"
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/src/OceanExpertBundle/Controller/EventController.php"
                #line: 2244
                trace: {
                  /var/www/html/oceanexpert_dev/src/OceanExpertBundle/Controller/EventController.php:2244 {
                    OceanExpertBundle\Controller\EventController->viewEventAction($event) …
                    ›     );$eventAddressLine1 = $institute->getInstAddress();$eventPostcode = $institute->getPostcode();
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:169 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › // call controller$response = $controller(...$arguments);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /var/www/html/oceanexpert_dev/web/index.php:25 {
                    include …
                    › $request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                  /var/www/html/oceanexpert_dev/web/app.php:3 {
                    › 
                    › include './index.php';arguments: {
                      "/var/www/html/oceanexpert_dev/web/index.php"
                    }
                  }
                }
              }
            ]
            "channel" => "request"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.exception"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\TestSessionListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
        ]
        "" => [
          [
            "timestamp" => 1740813746
            "message" => "Uncaught Error: Call to a member function getInstAddress() on null"
            "priority" => 500
            "priorityName" => "CRITICAL"
            "context" => [
              "exception" => Error {#1128}
            ]
            "channel" => "php"
          ]
        ]
        "000000000f951d0100000000400782df" => [
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\MimeTypeListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\TestSessionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\VersionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\VersionExclusionListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.request"
              "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.controller_arguments"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "User Deprecated: The "Symfony\Component\Debug\Exception\FatalThrowableError" class is deprecated since Symfony 4.4."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#1416
                #message: "User Deprecated: The "Symfony\Component\Debug\Exception\FatalThrowableError" class is deprecated since Symfony 4.4."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalThrowableError.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalThrowableError.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4.', FatalThrowableError::class), \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:175 {
                    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
                    ›     $r = new \ReflectionMethod($collector, 'collect');    $e = 2 >= $r->getNumberOfParameters() || !($p = $r->getParameters()[2])->hasType() || \Exception::class !== $p->getType()->getName() ? $e : ($wrappedException ?? $wrappedException = new FatalThrowableError($e));}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php:100 {
                    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
                    › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }    $listener($event, $eventName, $this);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:202 {
                    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                    › 
                    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:190 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › 
                    ›     return $this->filterResponse($response, $request, $type);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php:60 {
                    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
                    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }    $listener($event, $eventName, $this);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:229 {
                    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:120 {
                    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
                    › try {    $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);} finally {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php:129 {
                    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
                    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorHandler.php:601 {
                    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
                    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
                  }
                  Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813746
            "message" => "User Deprecated: The "Symfony\Component\Debug\Exception\FatalErrorException" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Error\FatalError" instead."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#1413
                #message: "User Deprecated: The "Symfony\Component\Debug\Exception\FatalErrorException" class is deprecated since Symfony 4.4, use "Symfony\Component\ErrorHandler\Error\FatalError" instead."
                #code: 0
                #file: "/var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalErrorException.php"
                #line: 14
                #severity: E_USER_DEPRECATED
                trace: {
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalErrorException.php:14 {
                    spl_autoload_call($class_name) …
                    › 
                    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "%s" instead.', FatalErrorException::class, \Symfony\Component\ErrorHandler\Error\FatalError::class), \E_USER_DEPRECATED);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/FatalThrowableError.php:23 {
                    spl_autoload_call($class_name) …
                    ›  */class FatalThrowableError extends FatalErrorException{
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:175 {
                    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response) …
                    ›     $r = new \ReflectionMethod($collector, 'collect');    $e = 2 >= $r->getNumberOfParameters() || !($p = $r->getParameters()[2])->hasType() || \Exception::class !== $p->getType()->getName() ? $e : ($wrappedException ?? $wrappedException = new FatalThrowableError($e));}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php:100 {
                    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(FilterResponseEvent $event) …
                    › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }    $listener($event, $eventName, $this);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:202 {
                    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                    › 
                    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:190 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › 
                    ›     return $this->filterResponse($response, $request, $type);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php:60 {
                    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event, string $eventName = null, EventDispatcherInterface $eventDispatcher = null) …
                    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
                    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
                    › 
                    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
                    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
                    ›     }    $listener($event, $eventName, $this);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
                    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
                    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
                    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
                    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:229 {
                    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:120 {
                    Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, Request $request = null) …
                    › try {    $response = $this->handleThrowable($exception, $request, self::MASTER_REQUEST);} finally {
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php:129 {
                    Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
                    ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
                  }
                  /var/www/html/oceanexpert_dev/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorHandler.php:601 {
                    Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception) …
                    › if (null !== $exceptionHandler) {    return $exceptionHandler($exception);}
                  }
                  Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\TestSessionListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.response"
              "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
          [
            "timestamp" => 1740813746
            "message" => "Notified event "{event}" to listener "{listener}"."
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => [
              "event" => "kernel.finish_request"
              "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
            ]
            "channel" => "event"
          ]
        ]
      ]
      -errorCount: [
        "000000000f9519bd00000000400782df" => 1
        "" => 1
        "000000000f951d0100000000400782df" => 0
      ]
      -requestStack: Symfony\Component\HttpFoundation\RequestStack {#216 …}
    }
  ]
  #microsecondTimestamps: true
  #exceptionHandler: null
}
paramFetcher
FOS\RestBundle\Request\ParamFetcher {#425
  -container: ContainerWyFKY56\appAppKernelDevDebugContainer {#38 …}
  -parameterBag: FOS\RestBundle\Request\ParameterBag {#460 …}
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#216 …}
  -validator: Symfony\Component\Validator\Validator\TraceableValidator {#443 …}
}
version
"v1"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"dev.oceanexpert.org"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 01 Mar 2025 07:22:26 GMT"
x-debug-token
"03c7b8"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_LOCALE
"en"
APP_SECRET
"asdrpoijoquhaohj"
DATABASE_HOST
"192.168.5.66"
DATABASE_NAME
"oceanexpert_dev"
DATABASE_PASSWORD
"D4Rfawertg65Rf34DEV"
DATABASE_PORT
"3306"
DATABASE_USER
"oceanexpert_dev"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/oceanexpert_dev/web"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/oceanexpert_dev/web"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"dev.oceanexpert.org"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/app.php"
QUERY_STRING
""
REDIRECT_APP_ENV
"dev"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"dev.oceanexpert.org"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/event/347"
REMOTE_ADDR
"3.17.128.236"
REMOTE_PORT
"54437"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1740813745
REQUEST_TIME_FLOAT
1740813745.903
REQUEST_URI
"/event/347"
SCRIPT_FILENAME
"/var/www/html/oceanexpert_dev/web/app.php"
SCRIPT_NAME
"/app.php"
SERVER_ADDR
"192.168.5.28"
SERVER_ADMIN
"it@iode.org"
SERVER_NAME
"dev.oceanexpert.org"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.63 (Ubuntu) Server at dev.oceanexpert.org Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.63 (Ubuntu)"
SSL_TLS_SNI
"dev.oceanexpert.org"
SYMFONY_DOTENV_VARS
"APP_LOCALE,APP_SECRET,DATABASE_HOST,DATABASE_PORT,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD"

Parent Request

Return to parent request (token = 2c0877)

Key Value
_controller
"OceanExpertBundle\Controller\EventController::viewEventAction"
_firewall_context
"security.firewall.map.context.main"
_route
"view_event"
_route_params
[
  "event" => "347"
]
_stopwatch_token
"8d0cac"
event
"347"
media_type
"text/html"
paramFetcher
FOS\RestBundle\Request\ParamFetcher {#425
  -container: ContainerWyFKY56\appAppKernelDevDebugContainer {#38 …}
  -parameterBag: FOS\RestBundle\Request\ParameterBag {#460 …}
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#216 …}
  -validator: Symfony\Component\Validator\Validator\TraceableValidator {#443 …}
}
version
"v1"