Error 500 Internal Server Error

GET https://stephen-nurse.com/photos/view_photo/1040

Forwarded to ErrorController (9df083)

PhotosController :: viewPhoto

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\PhotosController::viewPhoto"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"view_photo"
_route_params
[
  "photoId" => "1040"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"c19a81"
photoId
"1040"

Request Headers

Header Value
accept
"text/html;q=0.95,text/*;q=0.9,*/*;q=0.8"
accept-encoding
"gzip,deflate"
connection
"Keep-Alive"
from
"tech@babbar.tech"
host
"stephen-nurse.com"
if-modified-since
"Thu, 15 May 2025 09:33:00 GMT"
user-agent
"Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)"
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
"Sun, 15 Jun 2025 08:30:53 GMT"
x-debug-exception
"Impossible%20to%20access%20an%20attribute%20%28%22location%22%29%20on%20a%20null%20variable."
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fstephennurse%2Ftemplates%2Fphotos%2Fview_photo.html.twig:3"
x-debug-token
"9e5373"
x-debug-token-link
"https://stephen-nurse.com/_profiler/9df083"
x-previous-debug-token
"9df083"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"ec48582a7659a570fb0293b8684e20b9"
APP_SERVER
"live"
APP_TIMEZONE
"Europe/London"
DATABASE_URL
"mysql://stephen:Descartes99@localhost:3306/stephennurse"
GOOGLE_MAP_API
"AIzaSyBIMNeOCE1pdTZu8p-7dSXhIUmpYhWzydc"
MAILER_DSN
"smtp://stephen@stephen-nurse.com:MycatiscalledRoger1936@ns0.ovh.net:465"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/stephennurse/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/stephennurse/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html;q=0.95,text/*;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_CONNECTION
"Keep-Alive"
HTTP_FROM
"tech@babbar.tech"
HTTP_HOST
"stephen-nurse.com"
HTTP_IF_MODIFIED_SINCE
"Thu, 15 May 2025 09:33:00 GMT"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Barkrowler/0.9; +https://babbar.tech/crawler)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"stephen-nurse.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/photos/view_photo/1040"
REMOTE_ADDR
"217.113.194.226"
REMOTE_PORT
"14259"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1749976253
REQUEST_TIME_FLOAT
1749976253.3663
REQUEST_URI
"/photos/view_photo/1040"
SCRIPT_FILENAME
"/var/www/html/stephennurse/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"54.36.163.14"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"stephen-nurse.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at stephen-nurse.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"stephen-nurse.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SERVER,APP_SECRET,DATABASE_URL,MAILER_DSN,GOOGLE_MAP_API,APP_TIMEZONE"

Sub Requests 1

ErrorController (token = 9df083)

Key Value
_controller
"error_controller"
_stopwatch_token
"ba267e"
exception
Twig\Error\RuntimeError {#1470
  #message: "Impossible to access an attribute ("location") on a null variable."
  #code: 0
  #file: "/var/www/html/stephennurse/templates/photos/view_photo.html.twig"
  #line: 3
  -lineno: 3
  -name: "photos/view_photo.html.twig"
  -rawMessage: "Impossible to access an attribute ("location") on a null variable."
  -sourcePath: "/var/www/html/stephennurse/templates/photos/view_photo.html.twig"
  -sourceCode: """
    {% extends 'base.html.twig' %}\n
    \n
    {% block title %}Photo: {{ photo.location.location }} {% endblock %}\n
    \n
    {% block body %}\n
        <h1 style="color: red">\n
            {{ photo.location.location }}\n
        </h1>\n
    \n
        {% set image = asset('administration/Attachments/Photos/')~photo.photoFile %}\n
    \n
        <div class="row">\n
            <div class="col-12">\n
                <div class="image-container text-center">\n
                    {% if photo.rotate %}\n
                        <img class="photosOnePage rotate-90 img-fluid" src="{{ image }}">\n
                    {% else %}\n
                        <img class="photosOnePage img-fluid" src="{{ image }}">\n
                    {% endif %}\n
                </div>\n
            </div>\n
        </div>\n
    \n
    \n
    {% endblock %}
    """
  trace: {
    /var/www/html/stephennurse/templates/photos/view_photo.html.twig:3 {
      Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
      › 
      › {% block title %}Photo: {{ photo.location.location }} {% endblock %}}
    /var/www/html/stephennurse/var/cache/dev/twig/5c/5cf3843d1058240da8b20fc8676bf292.php:77 {
      __TwigTemplate_ae41bb33334aeb101ba5392bfa69c289->block_title(array $context, array $blocks = []): iterable …
      › yield "Photo: ";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["photo"]) || array_key_exists("photo", $context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.', 3, $this->source); })()), "location", [], "any", false, false, false, 3), "location", [], "any", false, false, false, 3), "html", null, true);yield " ";
    }
    /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:432 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/stephennurse/var/cache/dev/twig/7f/7fc4a67cb7caecf568a7dc86022c9633.php:94 {
      __TwigTemplate_5c0c7c1de94ff4e49d826a8460906404->doDisplay(array $context, array $blocks = []): iterable …
      › yield "    <title>";yield from $this->unwrap()->yieldBlock('title', $context, $blocks);yield "</title>
    }
    /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:388 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/stephennurse/var/cache/dev/twig/5c/5cf3843d1058240da8b20fc8676bf292.php:54 {
      __TwigTemplate_ae41bb33334aeb101ba5392bfa69c289->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->loadTemplate("base.html.twig", "photos/view_photo.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:388 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:344 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:359 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/html/stephennurse/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /var/www/html/stephennurse/vendor/twig/twig/src/Environment.php:334 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
      App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
      ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
    }
    /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#401
  -records: [
    10 => [
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.377+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "view_photo"
          "route_parameters" => [
            "_route" => "view_photo"
            "_controller" => "App\Controller\PhotosController::viewPhoto"
            "photoId" => "1040"
          ]
          "request_uri" => "https://stephen-nurse.com/photos/view_photo/1040"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\LoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\LoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.378+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.380+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#133
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_CachedReaderService.php:23 {
                ContainerT9OFUU2\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:571 {
                ContainerT9OFUU2\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2233 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getSensioFrameworkExtra_Controller_ListenerService($container) …
                › {    return $container->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:840 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::ContainerT9OFUU2\{closure} …
                › $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] fn () => ($container->privates['sensio_framework_extra.controller.listener'] ?? self::getSensioFrameworkExtra_Controller_ListenerService($container)), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] fn () => ($container->privates['sensio_framework_extra.converter.listener'] ?? self::getSensioFrameworkExtra_Converter_ListenerService($container)), 'onKernelController'], 0);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.380+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#131
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_ReaderService.php:23 {
                ContainerT9OFUU2\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:571 {
                ContainerT9OFUU2\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_CachedReaderService.php:25 {
                ContainerT9OFUU2\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:571 {
                ContainerT9OFUU2\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2233 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getSensioFrameworkExtra_Controller_ListenerService($container) …
                › {    return $container->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:840 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::ContainerT9OFUU2\{closure} …
                › $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] fn () => ($container->privates['sensio_framework_extra.controller.listener'] ?? self::getSensioFrameworkExtra_Controller_ListenerService($container)), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] fn () => ($container->privates['sensio_framework_extra.converter.listener'] ?? self::getSensioFrameworkExtra_Converter_ListenerService($container)), 'onKernelController'], 0);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.380+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#124
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_CacheAdapterService.php:23 {
                ContainerT9OFUU2\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:571 {
                ContainerT9OFUU2\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/getAnnotations_CachedReaderService.php:25 {
                ContainerT9OFUU2\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:571 {
                ContainerT9OFUU2\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2233 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getSensioFrameworkExtra_Controller_ListenerService($container) …
                › {    return $container->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:840 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::ContainerT9OFUU2\{closure} …
                › $instance->addListener('console.terminate', [#[\Closure(name: 'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] fn () => ($container->privates['maker.console_error_listener'] ??= new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()), 'onConsoleTerminate'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] fn () => ($container->privates['sensio_framework_extra.controller.listener'] ?? self::getSensioFrameworkExtra_Controller_ListenerService($container)), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] fn () => ($container->privates['sensio_framework_extra.converter.listener'] ?? self::getSensioFrameworkExtra_Converter_ListenerService($container)), 'onKernelController'], 0);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1746, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#981
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1746, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/stephennurse/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/stephennurse/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/stephennurse/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1746 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$a->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity')], false)), 'App\\Entity');}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:766 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:757 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::ContainerT9OFUU2\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/stephennurse/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerT9OFUU2\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/stephennurse/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:332 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->getManager($name, $class) …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:301 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->supports(ParamConverter $configuration) …
                › // Doctrine Entity?$em = $this->getManager($options['entity_manager'], $configuration->getClass());if (null === $em) {
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:83 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
                › foreach ($this->all() as $converter) {    if ($converter->supports($configuration)) {        if ($converter->apply($request, $configuration)) {
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
                › foreach ($configurations as $configuration) {    $this->applyConverter($request, $configuration);}
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
                Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
                › 
                ›     $this->manager->apply($request, $configurations);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1007
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/stephennurse/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/stephennurse/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/html/stephennurse/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {    Deprecation::trigger(        'doctrine/orm',
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/EntityManager.php:177 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(    $this,
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:766 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:757 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::ContainerT9OFUU2\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /var/www/html/stephennurse/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerT9OFUU2\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/stephennurse/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:332 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->getManager($name, $class) …
                › if (null === $name) {    return $this->registry->getManagerForClass($class);}
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:301 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->supports(ParamConverter $configuration) …
                › // Doctrine Entity?$em = $this->getManager($options['entity_manager'], $configuration->getClass());if (null === $em) {
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:83 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
                › foreach ($this->all() as $converter) {    if ($converter->supports($configuration)) {        if ($converter->apply($request, $configuration)) {
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
                Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
                › foreach ($configurations as $configuration) {    $this->applyConverter($request, $configuration);}
              }
              /var/www/html/stephennurse/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
                Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
                › 
                ›     $this->manager->apply($request, $configurations);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:169 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.382+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.386+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.386+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.386+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.386+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.386+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.398+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "stephen"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "stephennurse"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.411+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1303
            #message: "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/html/stephennurse/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 341
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/stephennurse/vendor/symfony/error-handler/DebugClassLoader.php:341 {
                class_exists(string $class, bool $autoload = true): bool …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /var/www/html/stephennurse/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/html/stephennurse/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/html/stephennurse/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/html/stephennurse/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/html/stephennurse/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /var/www/html/stephennurse/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/stephennurse/vendor/doctrine/orm/src/EntityRepository.php:196 {
                Doctrine\ORM\EntityRepository->find($id, $lockMode = null, $lockVersion = null) …
                › {    return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:283 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                › {    $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.426+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.photo_file AS photo_file_2, t0.rotate AS rotate_3, t0.location_id AS location_id_4, t0.uploaded_by_id AS uploaded_by_id_5 FROM photos t0 WHERE t0.id = ?"
          "params" => [
            1 => "1040"
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$translationRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1217
            #message: "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$translationRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/TranslationsWorkerService.php"
            #line: 28
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/TranslationsWorkerService.php:28 {
                App\Services\TranslationsWorkerService->__construct(TranslationRepository $translationRepository, LanguagesService $languages) …
                › {    $this->translationRepository = $translationRepository;    $this->languages = $languages;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1448 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTranslationsWorkerServiceService($container) …
                › {    return $container->privates['App\\Services\\TranslationsWorkerService'] = new \App\Services\TranslationsWorkerService(($container->privates['App\\Repository\\TranslationRepository'] ?? self::getTranslationRepositoryService($container)), ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2400 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $h = ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container));$i = ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container));$j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$languages is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1219
            #message: "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$languages is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/TranslationsWorkerService.php"
            #line: 29
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/TranslationsWorkerService.php:29 {
                App\Services\TranslationsWorkerService->__construct(TranslationRepository $translationRepository, LanguagesService $languages) …
                ›     $this->translationRepository = $translationRepository;    $this->languages = $languages;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1448 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTranslationsWorkerServiceService($container) …
                › {    return $container->privates['App\\Services\\TranslationsWorkerService'] = new \App\Services\TranslationsWorkerService(($container->privates['App\\Repository\\TranslationRepository'] ?? self::getTranslationRepositoryService($container)), ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2400 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $h = ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container));$i = ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container));$j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\BankBalanceOnAsOfDate::$bankBalancesRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1280
            #message: "Deprecated: Creation of dynamic property App\Services\BankBalanceOnAsOfDate::$bankBalancesRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/BankBalanceOnAsOfDate.php"
            #line: 34
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/BankBalanceOnAsOfDate.php:34 {
                App\Services\BankBalanceOnAsOfDate->__construct(BankBalancesRepository $bankBalancesRepository, BankAccountsRepository $bankAccountsRepository) …
                › {    $this->bankBalancesRepository = $bankBalancesRepository;    $this->bankAccountsRepository = $bankAccountsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2447 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › ])));$instance->addGlobal('BankBalanceOnAsOfDate', new \App\Services\BankBalanceOnAsOfDate(($container->privates['App\\Repository\\BankBalancesRepository'] ?? self::getBankBalancesRepositoryService($container)), ($container->privates['App\\Repository\\BankAccountsRepository'] ?? self::getBankAccountsRepositoryService($container))));$instance->addGlobal('CountDaysByCountry', ($container->privates['App\\Services\\CountDaysByCountry'] ?? self::getCountDaysByCountryService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\BankBalanceOnAsOfDate::$bankAccountsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1279
            #message: "Deprecated: Creation of dynamic property App\Services\BankBalanceOnAsOfDate::$bankAccountsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/BankBalanceOnAsOfDate.php"
            #line: 35
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/BankBalanceOnAsOfDate.php:35 {
                App\Services\BankBalanceOnAsOfDate->__construct(BankBalancesRepository $bankBalancesRepository, BankAccountsRepository $bankAccountsRepository) …
                ›     $this->bankBalancesRepository = $bankBalancesRepository;    $this->bankAccountsRepository = $bankAccountsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2447 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › ])));$instance->addGlobal('BankBalanceOnAsOfDate', new \App\Services\BankBalanceOnAsOfDate(($container->privates['App\\Repository\\BankBalancesRepository'] ?? self::getBankBalancesRepositoryService($container)), ($container->privates['App\\Repository\\BankAccountsRepository'] ?? self::getBankAccountsRepositoryService($container))));$instance->addGlobal('CountDaysByCountry', ($container->privates['App\\Services\\CountDaysByCountry'] ?? self::getCountDaysByCountryService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountDaysByCountry::$ukDayCalendarRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1274
            #message: "Deprecated: Creation of dynamic property App\Services\CountDaysByCountry::$ukDayCalendarRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountDaysByCountry.php"
            #line: 42
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountDaysByCountry.php:42 {
                App\Services\CountDaysByCountry->__construct(UkDayCalendarRepository $ukDayCalendarRepository) …
                › {    $this->ukDayCalendarRepository = $ukDayCalendarRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1348 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getCountDaysByCountryService($container) …
                › {    return $container->privates['App\\Services\\CountDaysByCountry'] = new \App\Services\CountDaysByCountry(($container->privates['App\\Repository\\UkDayCalendarRepository'] ?? self::getUkDayCalendarRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2448 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('BankBalanceOnAsOfDate', new \App\Services\BankBalanceOnAsOfDate(($container->privates['App\\Repository\\BankBalancesRepository'] ?? self::getBankBalancesRepositoryService($container)), ($container->privates['App\\Repository\\BankAccountsRepository'] ?? self::getBankAccountsRepositoryService($container))));$instance->addGlobal('CountDaysByCountry', ($container->privates['App\\Services\\CountDaysByCountry'] ?? self::getCountDaysByCountryService($container)));$instance->addGlobal('FindRecruiterService', new \App\Services\FindRecruiterService($l, ($container->privates['App\\Repository\\RecruitersRepository'] ?? self::getRecruitersRepositoryService($container)), ($container->privates['App\\Repository\\RecruiterEmailsRepository'] ?? self::getRecruiterEmailsRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\FindRecruiterService::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1216
            #message: "Deprecated: Creation of dynamic property App\Services\FindRecruiterService::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/FindRecruiterService.php"
            #line: 61
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/FindRecruiterService.php:61 {
                App\Services\FindRecruiterService->__construct(UserRepository $userRepository, RecruitersRepository $recruitersRepository, RecruiterEmailsRepository $recruiterEmailsRepository) …
                › {    $this->userRepository = $userRepository;    $this->recruitersRepository = $recruitersRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2449 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountDaysByCountry', ($container->privates['App\\Services\\CountDaysByCountry'] ?? self::getCountDaysByCountryService($container)));$instance->addGlobal('FindRecruiterService', new \App\Services\FindRecruiterService($l, ($container->privates['App\\Repository\\RecruitersRepository'] ?? self::getRecruitersRepositoryService($container)), ($container->privates['App\\Repository\\RecruiterEmailsRepository'] ?? self::getRecruiterEmailsRepositoryService($container))));$instance->addGlobal('FXRatesOnAsOfDate', ($container->privates['App\\Services\\FXRatesOnAsOfDate'] ?? self::getFXRatesOnAsOfDateService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\FindRecruiterService::$recruitersRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1213
            #message: "Deprecated: Creation of dynamic property App\Services\FindRecruiterService::$recruitersRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/FindRecruiterService.php"
            #line: 62
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/FindRecruiterService.php:62 {
                App\Services\FindRecruiterService->__construct(UserRepository $userRepository, RecruitersRepository $recruitersRepository, RecruiterEmailsRepository $recruiterEmailsRepository) …
                › $this->userRepository = $userRepository;$this->recruitersRepository = $recruitersRepository;$this->recruiterEmailsRepository = $recruiterEmailsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2449 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountDaysByCountry', ($container->privates['App\\Services\\CountDaysByCountry'] ?? self::getCountDaysByCountryService($container)));$instance->addGlobal('FindRecruiterService', new \App\Services\FindRecruiterService($l, ($container->privates['App\\Repository\\RecruitersRepository'] ?? self::getRecruitersRepositoryService($container)), ($container->privates['App\\Repository\\RecruiterEmailsRepository'] ?? self::getRecruiterEmailsRepositoryService($container))));$instance->addGlobal('FXRatesOnAsOfDate', ($container->privates['App\\Services\\FXRatesOnAsOfDate'] ?? self::getFXRatesOnAsOfDateService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\FindRecruiterService::$recruiterEmailsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1212
            #message: "Deprecated: Creation of dynamic property App\Services\FindRecruiterService::$recruiterEmailsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/FindRecruiterService.php"
            #line: 63
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/FindRecruiterService.php:63 {
                App\Services\FindRecruiterService->__construct(UserRepository $userRepository, RecruitersRepository $recruitersRepository, RecruiterEmailsRepository $recruiterEmailsRepository) …
                ›     $this->recruitersRepository = $recruitersRepository;    $this->recruiterEmailsRepository = $recruiterEmailsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2449 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountDaysByCountry', ($container->privates['App\\Services\\CountDaysByCountry'] ?? self::getCountDaysByCountryService($container)));$instance->addGlobal('FindRecruiterService', new \App\Services\FindRecruiterService($l, ($container->privates['App\\Repository\\RecruitersRepository'] ?? self::getRecruitersRepositoryService($container)), ($container->privates['App\\Repository\\RecruiterEmailsRepository'] ?? self::getRecruiterEmailsRepositoryService($container))));$instance->addGlobal('FXRatesOnAsOfDate', ($container->privates['App\\Services\\FXRatesOnAsOfDate'] ?? self::getFXRatesOnAsOfDateService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\FXRatesOnAsOfDate::$fxRatesHistoryRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1209
            #message: "Deprecated: Creation of dynamic property App\Services\FXRatesOnAsOfDate::$fxRatesHistoryRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/FXRatesOnAsOfDate.php"
            #line: 50
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/FXRatesOnAsOfDate.php:50 {
                App\Services\FXRatesOnAsOfDate->__construct(FxRatesHistory2Repository $fxRatesHistoryRepository) …
                › {    $this->fxRatesHistoryRepository = $fxRatesHistoryRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1368 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getFXRatesOnAsOfDateService($container) …
                › {    return $container->privates['App\\Services\\FXRatesOnAsOfDate'] = new \App\Services\FXRatesOnAsOfDate(($container->privates['App\\Repository\\FxRatesHistory2Repository'] ?? self::getFxRatesHistory2RepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2450 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('FindRecruiterService', new \App\Services\FindRecruiterService($l, ($container->privates['App\\Repository\\RecruitersRepository'] ?? self::getRecruitersRepositoryService($container)), ($container->privates['App\\Repository\\RecruiterEmailsRepository'] ?? self::getRecruiterEmailsRepositoryService($container))));$instance->addGlobal('FXRatesOnAsOfDate', ($container->privates['App\\Services\\FXRatesOnAsOfDate'] ?? self::getFXRatesOnAsOfDateService($container)));$instance->addGlobal('MarketDataPrice', ($container->privates['App\\Services\\MarketDataPrice'] ?? self::getMarketDataPriceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\MarketDataPrice::$investmentRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1204
            #message: "Deprecated: Creation of dynamic property App\Services\MarketDataPrice::$investmentRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/MarketDataPrice.php"
            #line: 48
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/MarketDataPrice.php:48 {
                App\Services\MarketDataPrice->__construct(InvestmentsRepository $investmentsRepository, MarketDataHistoryRepository $marketDataHistoryRepository, MarketDataRepository $marketDataRepository) …
                › {    $this->investmentRepository = $investmentsRepository;    $this->marketDataHistoryRepository = $marketDataHistoryRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1408 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getMarketDataPriceService($container) …
                › {    return $container->privates['App\\Services\\MarketDataPrice'] = new \App\Services\MarketDataPrice(($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container)), ($container->privates['App\\Repository\\MarketDataHistoryRepository'] ?? self::getMarketDataHistoryRepositoryService($container)), ($container->privates['App\\Repository\\MarketDataRepository'] ?? self::getMarketDataRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2451 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('FXRatesOnAsOfDate', ($container->privates['App\\Services\\FXRatesOnAsOfDate'] ?? self::getFXRatesOnAsOfDateService($container)));$instance->addGlobal('MarketDataPrice', ($container->privates['App\\Services\\MarketDataPrice'] ?? self::getMarketDataPriceService($container)));$instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\MarketDataPrice::$marketDataHistoryRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1203
            #message: "Deprecated: Creation of dynamic property App\Services\MarketDataPrice::$marketDataHistoryRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/MarketDataPrice.php"
            #line: 49
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/MarketDataPrice.php:49 {
                App\Services\MarketDataPrice->__construct(InvestmentsRepository $investmentsRepository, MarketDataHistoryRepository $marketDataHistoryRepository, MarketDataRepository $marketDataRepository) …
                ›     $this->investmentRepository = $investmentsRepository;    $this->marketDataHistoryRepository = $marketDataHistoryRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1408 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getMarketDataPriceService($container) …
                › {    return $container->privates['App\\Services\\MarketDataPrice'] = new \App\Services\MarketDataPrice(($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container)), ($container->privates['App\\Repository\\MarketDataHistoryRepository'] ?? self::getMarketDataHistoryRepositoryService($container)), ($container->privates['App\\Repository\\MarketDataRepository'] ?? self::getMarketDataRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2451 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('FXRatesOnAsOfDate', ($container->privates['App\\Services\\FXRatesOnAsOfDate'] ?? self::getFXRatesOnAsOfDateService($container)));$instance->addGlobal('MarketDataPrice', ($container->privates['App\\Services\\MarketDataPrice'] ?? self::getMarketDataPriceService($container)));$instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\Investment::$comms is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1133
            #message: "Deprecated: Creation of dynamic property App\Services\Investment::$comms is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/Investment.php"
            #line: 35
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/Investment.php:35 {
                App\Services\Investment->__construct(InvestmentsRepository $investmentsRepository, InvestmentFutureCommsRepository $investmentFutureCommsRepository, MarketDataRepository $marketDataRepository) …
                › {   $this->comms = $investmentFutureCommsRepository;   $this->investmentRepository = $investmentsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1388 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getInvestmentService($container) …
                › {    return $container->privates['App\\Services\\Investment'] = new \App\Services\Investment(($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentFutureCommsRepository'] ?? self::getInvestmentFutureCommsRepositoryService($container)), ($container->privates['App\\Repository\\MarketDataRepository'] ?? self::getMarketDataRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2452 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('MarketDataPrice', ($container->privates['App\\Services\\MarketDataPrice'] ?? self::getMarketDataPriceService($container)));$instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));$instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.432+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\Investment::$investmentRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1132
            #message: "Deprecated: Creation of dynamic property App\Services\Investment::$investmentRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/Investment.php"
            #line: 36
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/Investment.php:36 {
                App\Services\Investment->__construct(InvestmentsRepository $investmentsRepository, InvestmentFutureCommsRepository $investmentFutureCommsRepository, MarketDataRepository $marketDataRepository) …
                › $this->comms = $investmentFutureCommsRepository;$this->investmentRepository = $investmentsRepository;$this->marketDataRepository = $marketDataRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1388 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getInvestmentService($container) …
                › {    return $container->privates['App\\Services\\Investment'] = new \App\Services\Investment(($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentFutureCommsRepository'] ?? self::getInvestmentFutureCommsRepositoryService($container)), ($container->privates['App\\Repository\\MarketDataRepository'] ?? self::getMarketDataRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2452 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('MarketDataPrice', ($container->privates['App\\Services\\MarketDataPrice'] ?? self::getMarketDataPriceService($container)));$instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));$instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\Investment::$marketDataRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1131
            #message: "Deprecated: Creation of dynamic property App\Services\Investment::$marketDataRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/Investment.php"
            #line: 37
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/Investment.php:37 {
                App\Services\Investment->__construct(InvestmentsRepository $investmentsRepository, InvestmentFutureCommsRepository $investmentFutureCommsRepository, MarketDataRepository $marketDataRepository) …
                ›    $this->investmentRepository = $investmentsRepository;   $this->marketDataRepository = $marketDataRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1388 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getInvestmentService($container) …
                › {    return $container->privates['App\\Services\\Investment'] = new \App\Services\Investment(($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentFutureCommsRepository'] ?? self::getInvestmentFutureCommsRepositoryService($container)), ($container->privates['App\\Repository\\MarketDataRepository'] ?? self::getMarketDataRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2452 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('MarketDataPrice', ($container->privates['App\\Services\\MarketDataPrice'] ?? self::getMarketDataPriceService($container)));$instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));$instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\MessageRecipientService::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1145
            #message: "Deprecated: Creation of dynamic property App\Services\MessageRecipientService::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/MessageRecipientService.php"
            #line: 43
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/MessageRecipientService.php:43 {
                App\Services\MessageRecipientService->__construct(UserRepository $userRepository, MessageRecipientsRepository $messageRecipientsRepository, MessageTypesRepository $messageTypesRepository) …
                › {    $this->userRepository = $userRepository;    $this->messageTypesRepository = $messageTypesRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2453 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));$instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));$instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\MessageRecipientService::$messageTypesRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1235
            #message: "Deprecated: Creation of dynamic property App\Services\MessageRecipientService::$messageTypesRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/MessageRecipientService.php"
            #line: 44
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/MessageRecipientService.php:44 {
                App\Services\MessageRecipientService->__construct(UserRepository $userRepository, MessageRecipientsRepository $messageRecipientsRepository, MessageTypesRepository $messageTypesRepository) …
                › $this->userRepository = $userRepository;$this->messageTypesRepository = $messageTypesRepository;$this->messageRecipientsRepository = $messageRecipientsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2453 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));$instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));$instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\MessageRecipientService::$messageRecipientsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1234
            #message: "Deprecated: Creation of dynamic property App\Services\MessageRecipientService::$messageRecipientsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/MessageRecipientService.php"
            #line: 45
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/MessageRecipientService.php:45 {
                App\Services\MessageRecipientService->__construct(UserRepository $userRepository, MessageRecipientsRepository $messageRecipientsRepository, MessageTypesRepository $messageTypesRepository) …
                ›     $this->messageTypesRepository = $messageTypesRepository;    $this->messageRecipientsRepository = $messageRecipientsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2453 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('Investment', ($container->privates['App\\Services\\Investment'] ?? self::getInvestmentService($container)));$instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));$instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\TaxYear::$ukDaysRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1240
            #message: "Deprecated: Creation of dynamic property App\Services\TaxYear::$ukDaysRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/TaxYear.php"
            #line: 162
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/TaxYear.php:162 {
                App\Services\TaxYear->__construct(UkDaysRepository $ukDaysRepository, CountryRepository $countryRepository, TaxYearRepository $taxYearRepository) …
                › {    $this->ukDaysRepository = $ukDaysRepository;    $this->countryRepository = $countryRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2454 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));$instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));$instance->addGlobal('TaxYearCalcs', new \App\Services\TaxYearCalcs(($container->privates['App\\Repository\\TaxInputsRepository'] ?? self::getTaxInputsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\TaxYear::$countryRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1241
            #message: "Deprecated: Creation of dynamic property App\Services\TaxYear::$countryRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/TaxYear.php"
            #line: 163
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/TaxYear.php:163 {
                App\Services\TaxYear->__construct(UkDaysRepository $ukDaysRepository, CountryRepository $countryRepository, TaxYearRepository $taxYearRepository) …
                › $this->ukDaysRepository = $ukDaysRepository;$this->countryRepository = $countryRepository;$this->taxYearRepository = $taxYearRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2454 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));$instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));$instance->addGlobal('TaxYearCalcs', new \App\Services\TaxYearCalcs(($container->privates['App\\Repository\\TaxInputsRepository'] ?? self::getTaxInputsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\TaxYear::$taxYearRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1242
            #message: "Deprecated: Creation of dynamic property App\Services\TaxYear::$taxYearRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/TaxYear.php"
            #line: 164
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/TaxYear.php:164 {
                App\Services\TaxYear->__construct(UkDaysRepository $ukDaysRepository, CountryRepository $countryRepository, TaxYearRepository $taxYearRepository) …
                ›     $this->countryRepository = $countryRepository;    $this->taxYearRepository = $taxYearRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2454 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('MessageRecipientService', new \App\Services\MessageRecipientService($l, ($container->privates['App\\Repository\\MessageRecipientsRepository'] ?? self::getMessageRecipientsRepositoryService($container)), ($container->privates['App\\Repository\\MessageTypesRepository'] ?? self::getMessageTypesRepositoryService($container))));$instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));$instance->addGlobal('TaxYearCalcs', new \App\Services\TaxYearCalcs(($container->privates['App\\Repository\\TaxInputsRepository'] ?? self::getTaxInputsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\TaxYearCalcs::$taxInputsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1245
            #message: "Deprecated: Creation of dynamic property App\Services\TaxYearCalcs::$taxInputsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/TaxYearCalcs.php"
            #line: 81
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/TaxYearCalcs.php:81 {
                App\Services\TaxYearCalcs->__construct(TaxInputsRepository $taxInputsRepository, InvestmentsRepository $investmentsRepository) …
                › public function __construct(TaxInputsRepository $taxInputsRepository, InvestmentsRepository $investmentsRepository){    $this->taxInputsRepository = $taxInputsRepository;    $this->investmentRepository = $investmentsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2455 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));$instance->addGlobal('TaxYearCalcs', new \App\Services\TaxYearCalcs(($container->privates['App\\Repository\\TaxInputsRepository'] ?? self::getTaxInputsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container))));$instance->addGlobal('UKDaysService', ($container->privates['App\\Services\\UKDaysService'] ?? self::getUKDaysServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\TaxYearCalcs::$investmentRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1246
            #message: "Deprecated: Creation of dynamic property App\Services\TaxYearCalcs::$investmentRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/TaxYearCalcs.php"
            #line: 82
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/TaxYearCalcs.php:82 {
                App\Services\TaxYearCalcs->__construct(TaxInputsRepository $taxInputsRepository, InvestmentsRepository $investmentsRepository) …
                ›     $this->taxInputsRepository = $taxInputsRepository;    $this->investmentRepository = $investmentsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2455 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TaxYear', new \App\Services\TaxYear(($container->privates['App\\Repository\\UkDaysRepository'] ?? self::getUkDaysRepositoryService($container)), ($container->privates['App\\Repository\\CountryRepository'] ?? self::getCountryRepositoryService($container)), ($container->privates['App\\Repository\\TaxYearRepository'] ?? self::getTaxYearRepositoryService($container))));$instance->addGlobal('TaxYearCalcs', new \App\Services\TaxYearCalcs(($container->privates['App\\Repository\\TaxInputsRepository'] ?? self::getTaxInputsRepositoryService($container)), ($container->privates['App\\Repository\\InvestmentsRepository'] ?? self::getInvestmentsRepositoryService($container))));$instance->addGlobal('UKDaysService', ($container->privates['App\\Services\\UKDaysService'] ?? self::getUKDaysServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\UserIsHouseGuest::$houseGuestsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1250
            #message: "Deprecated: Creation of dynamic property App\Services\UserIsHouseGuest::$houseGuestsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/UserIsHouseGuest.php"
            #line: 20
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/UserIsHouseGuest.php:20 {
                App\Services\UserIsHouseGuest->__construct(HouseGuestsRepository $houseGuestsRepository, UserRepository $userRepository) …
                › public function __construct(HouseGuestsRepository $houseGuestsRepository,UserRepository $userRepository){    $this->houseGuestsRepository = $houseGuestsRepository;}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1468 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getUserIsHouseGuestService($container) …
                › {    return $container->privates['App\\Services\\UserIsHouseGuest'] = new \App\Services\UserIsHouseGuest(($container->privates['App\\Repository\\HouseGuestsRepository'] ?? self::getHouseGuestsRepositoryService($container)), ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2457 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('UKDaysService', ($container->privates['App\\Services\\UKDaysService'] ?? self::getUKDaysServiceService($container)));$instance->addGlobal('UserIsHouseGuest', ($container->privates['App\\Services\\UserIsHouseGuest'] ?? self::getUserIsHouseGuestService($container)));$instance->addGlobal('AgeService', new \App\Services\AgeService());
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$websiteContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1253
            #message: "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$websiteContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CheckIfUserService.php"
            #line: 38
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CheckIfUserService.php:38 {
                App\Services\CheckIfUserService->__construct(WebsiteContactsRepository $websiteContactsRepository, UserRepository $userRepository) …
                › {    $this->websiteContactsRepository = $websiteContactsRepository;    $this->userRepository = $userRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1308 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getCheckIfUserServiceService($container) …
                › {    return $container->privates['App\\Services\\CheckIfUserService'] = new \App\Services\CheckIfUserService(($container->privates['App\\Repository\\WebsiteContactsRepository'] ?? self::getWebsiteContactsRepositoryService($container)), ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2459 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('AgeService', new \App\Services\AgeService());$instance->addGlobal('CheckIfUserService', ($container->privates['App\\Services\\CheckIfUserService'] ?? self::getCheckIfUserServiceService($container)));$instance->addGlobal('CompanyDetailsService', ($container->privates['App\\Services\\CompanyDetailsService'] ?? self::getCompanyDetailsServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1254
            #message: "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CheckIfUserService.php"
            #line: 39
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CheckIfUserService.php:39 {
                App\Services\CheckIfUserService->__construct(WebsiteContactsRepository $websiteContactsRepository, UserRepository $userRepository) …
                ›     $this->websiteContactsRepository = $websiteContactsRepository;    $this->userRepository = $userRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1308 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getCheckIfUserServiceService($container) …
                › {    return $container->privates['App\\Services\\CheckIfUserService'] = new \App\Services\CheckIfUserService(($container->privates['App\\Repository\\WebsiteContactsRepository'] ?? self::getWebsiteContactsRepositoryService($container)), ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2459 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('AgeService', new \App\Services\AgeService());$instance->addGlobal('CheckIfUserService', ($container->privates['App\\Services\\CheckIfUserService'] ?? self::getCheckIfUserServiceService($container)));$instance->addGlobal('CompanyDetailsService', ($container->privates['App\\Services\\CompanyDetailsService'] ?? self::getCompanyDetailsServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CompanyDetailsService::$companyDetailsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1257
            #message: "Deprecated: Creation of dynamic property App\Services\CompanyDetailsService::$companyDetailsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CompanyDetailsService.php"
            #line: 17
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CompanyDetailsService.php:17 {
                App\Services\CompanyDetailsService->__construct(CompanyDetailsRepository $companyDetailsRepository) …
                › {    $this->companyDetailsRepository = $companyDetailsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1318 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getCompanyDetailsServiceService($container) …
                › {    return $container->privates['App\\Services\\CompanyDetailsService'] = new \App\Services\CompanyDetailsService(($container->privates['App\\Repository\\CompanyDetailsRepository'] ?? self::getCompanyDetailsRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2460 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CheckIfUserService', ($container->privates['App\\Services\\CheckIfUserService'] ?? self::getCheckIfUserServiceService($container)));$instance->addGlobal('CompanyDetailsService', ($container->privates['App\\Services\\CompanyDetailsService'] ?? self::getCompanyDetailsServiceService($container)));$instance->addGlobal('CountAllocatedWebsites', ($container->privates['App\\Services\\CountAllocatedWebsites'] ?? self::getCountAllocatedWebsitesService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountAllocatedWebsites::$usefulLinksRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1260
            #message: "Deprecated: Creation of dynamic property App\Services\CountAllocatedWebsites::$usefulLinksRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountAllocatedWebsites.php"
            #line: 26
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountAllocatedWebsites.php:26 {
                App\Services\CountAllocatedWebsites->__construct(UsefulLinksRepository $usefulLinksRepository) …
                › {    $this->usefulLinksRepository = $usefulLinksRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1328 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getCountAllocatedWebsitesService($container) …
                › {    return $container->privates['App\\Services\\CountAllocatedWebsites'] = new \App\Services\CountAllocatedWebsites(($container->privates['App\\Repository\\UsefulLinksRepository'] ?? self::getUsefulLinksRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2461 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CompanyDetailsService', ($container->privates['App\\Services\\CompanyDetailsService'] ?? self::getCompanyDetailsServiceService($container)));$instance->addGlobal('CountAllocatedWebsites', ($container->privates['App\\Services\\CountAllocatedWebsites'] ?? self::getCountAllocatedWebsitesService($container)));$instance->addGlobal('CountBusinessContactsService', ($container->privates['App\\Services\\CountBusinessContactsService'] ?? self::getCountBusinessContactsServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$businessContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1266
            #message: "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$businessContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountBusinessContactReferralsService.php"
            #line: 62
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountBusinessContactReferralsService.php:62 {
                App\Services\CountBusinessContactReferralsService->__construct(ReferralsRepository $referralsRepository, BusinessContactsRepository $businessContactsRepository) …
                › {    $this->businessContactsRepository = $businessContactsRepository;    $this->referralRepository = $referralsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2463 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountBusinessContactsService', ($container->privates['App\\Services\\CountBusinessContactsService'] ?? self::getCountBusinessContactsServiceService($container)));$instance->addGlobal('CountBusinessContactReferralsService', new \App\Services\CountBusinessContactReferralsService(($container->privates['App\\Repository\\ReferralsRepository'] ?? self::getReferralsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container))));$instance->addGlobal('CountPendingWebsiteInquiriesService', new \App\Services\CountPendingWebsiteInquiriesService($m));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$referralRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1135
            #message: "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$referralRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountBusinessContactReferralsService.php"
            #line: 63
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountBusinessContactReferralsService.php:63 {
                App\Services\CountBusinessContactReferralsService->__construct(ReferralsRepository $referralsRepository, BusinessContactsRepository $businessContactsRepository) …
                ›     $this->businessContactsRepository = $businessContactsRepository;    $this->referralRepository = $referralsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2463 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountBusinessContactsService', ($container->privates['App\\Services\\CountBusinessContactsService'] ?? self::getCountBusinessContactsServiceService($container)));$instance->addGlobal('CountBusinessContactReferralsService', new \App\Services\CountBusinessContactReferralsService(($container->privates['App\\Repository\\ReferralsRepository'] ?? self::getReferralsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container))));$instance->addGlobal('CountPendingWebsiteInquiriesService', new \App\Services\CountPendingWebsiteInquiriesService($m));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountPendingWebsiteInquiriesService::$websiteContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1139
            #message: "Deprecated: Creation of dynamic property App\Services\CountPendingWebsiteInquiriesService::$websiteContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountPendingWebsiteInquiriesService.php"
            #line: 29
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountPendingWebsiteInquiriesService.php:29 {
                App\Services\CountPendingWebsiteInquiriesService->__construct(WebsiteContactsRepository $websiteContactsRepository) …
                › {    $this->websiteContactsRepository = $websiteContactsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2464 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountBusinessContactReferralsService', new \App\Services\CountBusinessContactReferralsService(($container->privates['App\\Repository\\ReferralsRepository'] ?? self::getReferralsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container))));$instance->addGlobal('CountPendingWebsiteInquiriesService', new \App\Services\CountPendingWebsiteInquiriesService($m));$instance->addGlobal('CountPhotoLocationsService', new \App\Services\CountPhotoLocationsService(($container->privates['App\\Repository\\PhotoLocationsRepository'] ?? self::getPhotoLocationsRepositoryService($container)), $l));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountPhotoLocationsService::$photoLocationsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1141
            #message: "Deprecated: Creation of dynamic property App\Services\CountPhotoLocationsService::$photoLocationsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountPhotoLocationsService.php"
            #line: 13
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountPhotoLocationsService.php:13 {
                App\Services\CountPhotoLocationsService->__construct(PhotoLocationsRepository $photoLocationsRepository, UserRepository $userRepository) …
                › {    $this->photoLocationsRepository = $photoLocationsRepository;    $this->userRepository = $userRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2465 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountPendingWebsiteInquiriesService', new \App\Services\CountPendingWebsiteInquiriesService($m));$instance->addGlobal('CountPhotoLocationsService', new \App\Services\CountPhotoLocationsService(($container->privates['App\\Repository\\PhotoLocationsRepository'] ?? self::getPhotoLocationsRepositoryService($container)), $l));$instance->addGlobal('CountPhotosService', ($container->privates['App\\Services\\CountPhotosService'] ?? self::getCountPhotosServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountPhotoLocationsService::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1129
            #message: "Deprecated: Creation of dynamic property App\Services\CountPhotoLocationsService::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountPhotoLocationsService.php"
            #line: 14
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountPhotoLocationsService.php:14 {
                App\Services\CountPhotoLocationsService->__construct(PhotoLocationsRepository $photoLocationsRepository, UserRepository $userRepository) …
                ›     $this->photoLocationsRepository = $photoLocationsRepository;    $this->userRepository = $userRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2465 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountPendingWebsiteInquiriesService', new \App\Services\CountPendingWebsiteInquiriesService($m));$instance->addGlobal('CountPhotoLocationsService', new \App\Services\CountPhotoLocationsService(($container->privates['App\\Repository\\PhotoLocationsRepository'] ?? self::getPhotoLocationsRepositoryService($container)), $l));$instance->addGlobal('CountPhotosService', ($container->privates['App\\Services\\CountPhotosService'] ?? self::getCountPhotosServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountPhotosService::$photosRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1146
            #message: "Deprecated: Creation of dynamic property App\Services\CountPhotosService::$photosRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountPhotosService.php"
            #line: 24
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountPhotosService.php:24 {
                App\Services\CountPhotosService->__construct(PhotosRepository $photosRepository) …
                › {    $this->photosRepository = $photosRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1358 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getCountPhotosServiceService($container) …
                › {    return $container->privates['App\\Services\\CountPhotosService'] = new \App\Services\CountPhotosService(($container->privates['App\\Repository\\PhotosRepository'] ?? self::getPhotosRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2466 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountPhotoLocationsService', new \App\Services\CountPhotoLocationsService(($container->privates['App\\Repository\\PhotoLocationsRepository'] ?? self::getPhotoLocationsRepositoryService($container)), $l));$instance->addGlobal('CountPhotosService', ($container->privates['App\\Services\\CountPhotosService'] ?? self::getCountPhotosServiceService($container)));$instance->addGlobal('CountUserLogsService', new \App\Services\CountUserLogsService(($container->privates['App\\Repository\\LogRepository'] ?? self::getLogRepositoryService($container))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\CountUserLogsService::$logRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1149
            #message: "Deprecated: Creation of dynamic property App\Services\CountUserLogsService::$logRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/CountUserLogsService.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/CountUserLogsService.php:27 {
                App\Services\CountUserLogsService->__construct(LogRepository $logRepository) …
                › {    $this->logRepository = $logRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2467 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountPhotosService', ($container->privates['App\\Services\\CountPhotosService'] ?? self::getCountPhotosServiceService($container)));$instance->addGlobal('CountUserLogsService', new \App\Services\CountUserLogsService(($container->privates['App\\Repository\\LogRepository'] ?? self::getLogRepositoryService($container))));$instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$container is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1153
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$container is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/ImportUserService.php"
            #line: 200
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/ImportUserService.php:200 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, BusinessContactsRepository $businessContactsRepository, BusinessTypesRepository $businessTypesRepository, EntityManagerInterface $manager) …
                › {    $this->container = $container;    $this->manager = $manager;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1378 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessTypesRepository'] ?? self::getBusinessTypesRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2468 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountUserLogsService', new \App\Services\CountUserLogsService(($container->privates['App\\Repository\\LogRepository'] ?? self::getLogRepositoryService($container))));$instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser($l, $m));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$manager is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1154
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$manager is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/ImportUserService.php"
            #line: 201
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/ImportUserService.php:201 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, BusinessContactsRepository $businessContactsRepository, BusinessTypesRepository $businessTypesRepository, EntityManagerInterface $manager) …
                › $this->container = $container;$this->manager = $manager;$this->userRepository = $userRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1378 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessTypesRepository'] ?? self::getBusinessTypesRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2468 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountUserLogsService', new \App\Services\CountUserLogsService(($container->privates['App\\Repository\\LogRepository'] ?? self::getLogRepositoryService($container))));$instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser($l, $m));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1171
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/ImportUserService.php"
            #line: 202
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/ImportUserService.php:202 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, BusinessContactsRepository $businessContactsRepository, BusinessTypesRepository $businessTypesRepository, EntityManagerInterface $manager) …
                › $this->manager = $manager;$this->userRepository = $userRepository;$this->businessContactsRepository = $businessContactsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1378 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessTypesRepository'] ?? self::getBusinessTypesRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2468 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountUserLogsService', new \App\Services\CountUserLogsService(($container->privates['App\\Repository\\LogRepository'] ?? self::getLogRepositoryService($container))));$instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser($l, $m));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$businessContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1166
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$businessContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/ImportUserService.php"
            #line: 203
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/ImportUserService.php:203 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, BusinessContactsRepository $businessContactsRepository, BusinessTypesRepository $businessTypesRepository, EntityManagerInterface $manager) …
                › $this->userRepository = $userRepository;$this->businessContactsRepository = $businessContactsRepository;$this->businessTypesRepository = $businessTypesRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1378 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessTypesRepository'] ?? self::getBusinessTypesRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2468 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountUserLogsService', new \App\Services\CountUserLogsService(($container->privates['App\\Repository\\LogRepository'] ?? self::getLogRepositoryService($container))));$instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser($l, $m));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$businessTypesRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1175
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$businessTypesRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/ImportUserService.php"
            #line: 204
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/ImportUserService.php:204 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, BusinessContactsRepository $businessContactsRepository, BusinessTypesRepository $businessTypesRepository, EntityManagerInterface $manager) …
                ›     $this->businessContactsRepository = $businessContactsRepository;    $this->businessTypesRepository = $businessTypesRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1378 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['App\\Repository\\BusinessContactsRepository'] ?? self::getBusinessContactsRepositoryService($container)), ($container->privates['App\\Repository\\BusinessTypesRepository'] ?? self::getBusinessTypesRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2468 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountUserLogsService', new \App\Services\CountUserLogsService(($container->privates['App\\Repository\\LogRepository'] ?? self::getLogRepositoryService($container))));$instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser($l, $m));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\FindUser::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1191
            #message: "Deprecated: Creation of dynamic property App\Services\FindUser::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/FindUser.php"
            #line: 39
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/FindUser.php:39 {
                App\Services\FindUser->__construct(UserRepository $userRepository, WebsiteContactsRepository $websiteContactsRepository) …
                › public function __construct(UserRepository $userRepository, WebsiteContactsRepository $websiteContactsRepository){    $this->userRepository = $userRepository;    $this->websiteContactsRepository = $websiteContactsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2469 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser($l, $m));$instance->addGlobal('LanguagesService', ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\FindUser::$websiteContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1195
            #message: "Deprecated: Creation of dynamic property App\Services\FindUser::$websiteContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/FindUser.php"
            #line: 40
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/FindUser.php:40 {
                App\Services\FindUser->__construct(UserRepository $userRepository, WebsiteContactsRepository $websiteContactsRepository) …
                ›     $this->userRepository = $userRepository;    $this->websiteContactsRepository = $websiteContactsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2469 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser($l, $m));$instance->addGlobal('LanguagesService', ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\PhotoAuthorsByLocationService::$photosRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1194
            #message: "Deprecated: Creation of dynamic property App\Services\PhotoAuthorsByLocationService::$photosRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/PhotoAuthorsByLocationService.php"
            #line: 31
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/PhotoAuthorsByLocationService.php:31 {
                App\Services\PhotoAuthorsByLocationService->__construct(PhotosRepository $photosRepository) …
                › {    $this->photosRepository = $photosRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1428 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getPhotoAuthorsByLocationServiceService($container) …
                › {    return $container->privates['App\\Services\\PhotoAuthorsByLocationService'] = new \App\Services\PhotoAuthorsByLocationService(($container->privates['App\\Repository\\PhotosRepository'] ?? self::getPhotosRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2471 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('LanguagesService', ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));$instance->addGlobal('PhotoAuthorsByLocationService', ($container->privates['App\\Services\\PhotoAuthorsByLocationService'] ?? self::getPhotoAuthorsByLocationServiceService($container)));$instance->addGlobal('PhoneAnalyzer', ($container->privates['App\\Services\\PhoneAnalyzer'] ?? self::getPhoneAnalyzerService($container)));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\ProductService::$productRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1200
            #message: "Deprecated: Creation of dynamic property App\Services\ProductService::$productRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/ProductService.php"
            #line: 70
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/ProductService.php:70 {
                App\Services\ProductService->__construct(ProductRepository $productRepository) …
                › {    $this->productRepository = $productRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2473 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('PhoneAnalyzer', ($container->privates['App\\Services\\PhoneAnalyzer'] ?? self::getPhoneAnalyzerService($container)));$instance->addGlobal('ProductService', new \App\Services\ProductService(($container->privates['App\\Repository\\ProductRepository'] ?? self::getProductRepositoryService($container))));$instance->addGlobal('RoleService', ($container->privates['App\\Services\\RoleService'] ??= new \App\Services\RoleService(($container->services['kernel'] ?? $container->get('kernel', 1)))));
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\WeatherService::$manager is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1273
            #message: "Deprecated: Creation of dynamic property App\Services\WeatherService::$manager is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/WeatherService.php"
            #line: 109
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/WeatherService.php:109 {
                App\Services\WeatherService->__construct(EntityManagerInterface $entityManager, WeatherRepository $weatherRepository, CompanyDetailsRepository $companyDetailsRepository) …
                › {    $this->manager = $entityManager;    $this->weatherRepository = $weatherRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1478 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getWeatherServiceService($container) …
                › {    return $container->privates['App\\Services\\WeatherService'] = new \App\Services\WeatherService(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['App\\Repository\\WeatherRepository'] ?? self::getWeatherRepositoryService($container)), ($container->privates['App\\Repository\\CompanyDetailsRepository'] ?? self::getCompanyDetailsRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2476 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsWorkerService', $i);$instance->addGlobal('WeatherService', ($container->privates['App\\Services\\WeatherService'] ?? self::getWeatherServiceService($container)));(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\WeatherService::$weatherRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1401
            #message: "Deprecated: Creation of dynamic property App\Services\WeatherService::$weatherRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/WeatherService.php"
            #line: 110
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/WeatherService.php:110 {
                App\Services\WeatherService->__construct(EntityManagerInterface $entityManager, WeatherRepository $weatherRepository, CompanyDetailsRepository $companyDetailsRepository) …
                › $this->manager = $entityManager;$this->weatherRepository = $weatherRepository;$this->companyDetailsRepository = $companyDetailsRepository;
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1478 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getWeatherServiceService($container) …
                › {    return $container->privates['App\\Services\\WeatherService'] = new \App\Services\WeatherService(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['App\\Repository\\WeatherRepository'] ?? self::getWeatherRepositoryService($container)), ($container->privates['App\\Repository\\CompanyDetailsRepository'] ?? self::getCompanyDetailsRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2476 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsWorkerService', $i);$instance->addGlobal('WeatherService', ($container->privates['App\\Services\\WeatherService'] ?? self::getWeatherServiceService($container)));(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.433+00:00"
        "message" => "Deprecated: Creation of dynamic property App\Services\WeatherService::$companyDetailsRepository is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1399
            #message: "Deprecated: Creation of dynamic property App\Services\WeatherService::$companyDetailsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/stephennurse/src/Services/WeatherService.php"
            #line: 111
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/stephennurse/src/Services/WeatherService.php:111 {
                App\Services\WeatherService->__construct(EntityManagerInterface $entityManager, WeatherRepository $weatherRepository, CompanyDetailsRepository $companyDetailsRepository) …
                ›     $this->weatherRepository = $weatherRepository;    $this->companyDetailsRepository = $companyDetailsRepository;}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1478 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getWeatherServiceService($container) …
                › {    return $container->privates['App\\Services\\WeatherService'] = new \App\Services\WeatherService(($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)), ($container->privates['App\\Repository\\WeatherRepository'] ?? self::getWeatherRepositoryService($container)), ($container->privates['App\\Repository\\CompanyDetailsRepository'] ?? self::getCompanyDetailsRepositoryService($container)));}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2476 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsWorkerService', $i);$instance->addGlobal('WeatherService', ($container->privates['App\\Services\\WeatherService'] ?? self::getWeatherServiceService($container)));(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/www/html/stephennurse/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.439+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.company_email AS company_email_3, t0.company_tel AS company_tel_4, t0.company_mobile AS company_mobile_5, t0.company_address_street AS company_address_street_6, t0.company_address_town AS company_address_town_7, t0.company_address_city AS company_address_city_8, t0.company_address_postal_code AS company_address_postal_code_9, t0.company_address_country AS company_address_country_10, t0.facebook AS facebook_11, t0.linked_in AS linked_in_12, t0.instagram AS instagram_13, t0.twitter AS twitter_14, t0.favicon_live AS favicon_live_15, t0.favicon_dev AS favicon_dev_16, t0.currency AS currency_17, t0.company_email_password AS company_email_password_18, t0.company_email_import_directory AS company_email_import_directory_19, t0.company_email_import_processed_directory AS company_email_import_processed_directory_20, t0.weather_location AS weather_location_21, t0.company_website AS company_website_22, t0.company_address_longitude AS company_address_longitude_23, t0.company_address_latitude AS company_address_latitude_24, t0.company_time_zone AS company_time_zone_25, t0.company_qr_code AS company_qr_code_26, t0.footer_display_products AS footer_display_products_27, t0.footer_display_social_media AS footer_display_social_media_28, t0.footer_display_address AS footer_display_address_29, t0.footer_display_tel_numbers AS footer_display_tel_numbers_30, t0.footer_display_contact_details AS footer_display_contact_details_31, t0.header_display_login AS header_display_login_32, t0.contact_first_name AS contact_first_name_33, t0.contact_last_name AS contact_last_name_34, t0.home_page_photos_only AS home_page_photos_only_35, t0.database_password AS database_password_36, t0.sql_database AS sql_database_37, t0.header_display_tand_cs AS header_display_tand_cs_38, t0.header_display_products AS header_display_products_39, t0.header_display_sub_products AS header_display_sub_products_40, t0.footer_display_sub_products AS footer_display_sub_products_41, t0.include_contact_form_home_page AS include_contact_form_home_page_42, t0.multi_lingual AS multi_lingual_43, t0.enable_user_registration AS enable_user_registration_44, t0.include_qrcode_home_page AS include_qrcode_home_page_45, t0.header_display_contact_details AS header_display_contact_details_46, t0.header_display_business_contacts AS header_display_business_contacts_47, t0.header_display_weather AS header_display_weather_48, t0.header_display_facebook_pages AS header_display_facebook_pages_49, t0.header_display_competitors AS header_display_competitors_50, t0.facebook_reviews_history_show_months AS facebook_reviews_history_show_months_51, t0.title_useful_links AS title_useful_links_52, t0.header_display_photos AS header_display_photos_53, t0.title_products AS title_products_54, t0.title_sub_products AS title_sub_products_55, t0.company_address_map_link AS company_address_map_link_56, t0.company_address_instructions AS company_address_instructions_57, t0.registration_email AS registration_email_58, t0.user_include_home_address AS user_include_home_address_59, t0.user_include_business_address AS user_include_business_address_60, t0.user_include_personal_details AS user_include_personal_details_61, t0.user_include_job_details AS user_include_job_details_62, t0.website_contacts_email_alert AS website_contacts_email_alert_63, t0.website_contacts_auto_reply AS website_contacts_auto_reply_64, t0.contact_from_response AS contact_from_response_65, t0.default_user_password AS default_user_password_66, t0.contact_from_response_duplicate_verified AS contact_from_response_duplicate_verified_67, t0.contact_from_response_duplicate_unverified AS contact_from_response_duplicate_unverified_68, t0.header_display_tel_numbers AS header_display_tel_numbers_69, t0.header_display_address AS header_display_address_70, t0.user_import_divert_business_contacts AS user_import_divert_business_contacts_71, t0.user_import_divert_competitor AS user_import_divert_competitor_72, t0.user_import_divert_target_partner AS user_import_divert_target_partner_73, t0.photo_locations_sort AS photo_locations_sort_74, t0.testing_mode AS testing_mode_75, t0.header_display_useful_links AS header_display_useful_links_76 FROM company_details t0 WHERE t0.id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.442+00:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1449
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/stephennurse/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/stephennurse/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2534 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:1711 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    return $container->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container))->getValidator());}
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:607 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:2092 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/html/stephennurse/var/cache/dev/ContainerT9OFUU2/App_KernelDevDebugContainer.php:820 {
                ContainerT9OFUU2\App_KernelDevDebugContainer::ContainerT9OFUU2\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/html/stephennurse/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:239 {
                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/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.443+00:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("location") on a null variable." at view_photo.html.twig line 3"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#1470
            #message: "Impossible to access an attribute ("location") on a null variable."
            #code: 0
            #file: "/var/www/html/stephennurse/templates/photos/view_photo.html.twig"
            #line: 3
            -lineno: 3
            -name: "photos/view_photo.html.twig"
            -rawMessage: "Impossible to access an attribute ("location") on a null variable."
            -sourcePath: "/var/www/html/stephennurse/templates/photos/view_photo.html.twig"
            -sourceCode: """
              {% extends 'base.html.twig' %}\n
              \n
              {% block title %}Photo: {{ photo.location.location }} {% endblock %}\n
              \n
              {% block body %}\n
                  <h1 style="color: red">\n
                      {{ photo.location.location }}\n
                  </h1>\n
              \n
                  {% set image = asset('administration/Attachments/Photos/')~photo.photoFile %}\n
              \n
                  <div class="row">\n
                      <div class="col-12">\n
                          <div class="image-container text-center">\n
                              {% if photo.rotate %}\n
                                  <img class="photosOnePage rotate-90 img-fluid" src="{{ image }}">\n
                              {% else %}\n
                                  <img class="photosOnePage img-fluid" src="{{ image }}">\n
                              {% endif %}\n
                          </div>\n
                      </div>\n
                  </div>\n
              \n
              \n
              {% endblock %}
              """
            trace: {
              /var/www/html/stephennurse/templates/photos/view_photo.html.twig:3 {
                Twig\Extension\CoreExtension::getAttribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = Template::ANY_CALL, $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
                › 
                › {% block title %}Photo: {{ photo.location.location }} {% endblock %}}
              /var/www/html/stephennurse/var/cache/dev/twig/5c/5cf3843d1058240da8b20fc8676bf292.php:77 {
                __TwigTemplate_ae41bb33334aeb101ba5392bfa69c289->block_title(array $context, array $blocks = []): iterable …
                › yield "Photo: ";yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["photo"]) || array_key_exists("photo", $context) ? $context["photo"] : (function () { throw new RuntimeError('Variable "photo" does not exist.', 3, $this->source); })()), "location", [], "any", false, false, false, 3), "location", [], "any", false, false, false, 3), "html", null, true);yield " ";
              }
              /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:432 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/stephennurse/var/cache/dev/twig/7f/7fc4a67cb7caecf568a7dc86022c9633.php:94 {
                __TwigTemplate_5c0c7c1de94ff4e49d826a8460906404->doDisplay(array $context, array $blocks = []): iterable …
                › yield "    <title>";yield from $this->unwrap()->yieldBlock('title', $context, $blocks);yield "</title>
              }
              /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:388 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/stephennurse/var/cache/dev/twig/5c/5cf3843d1058240da8b20fc8676bf292.php:54 {
                __TwigTemplate_ae41bb33334aeb101ba5392bfa69c289->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->loadTemplate("base.html.twig", "photos/view_photo.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:388 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:344 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /var/www/html/stephennurse/vendor/twig/twig/src/Template.php:359 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /var/www/html/stephennurse/vendor/twig/twig/src/Environment.php:334 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:448 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:453 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /var/www/html/stephennurse/vendor/symfony/framework-bundle/Controller/AbstractController.php:253 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /var/www/html/stephennurse/src/Controller/PhotosController.php:284 {
                App\Controller\PhotosController->viewPhoto(Request $request, $photoId, PhotosRepository $photosRepository) …
                ›     $photo = $photosRepository->find($photoId);    return $this->render('photos/view_photo.html.twig', ['photo' => $photo]);}
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/html/stephennurse/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/html/stephennurse/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/html/stephennurse/public/index.php:20 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.494+00:00"
        "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"
      ]
    ]
    1607 => [
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\LocaleSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.444+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.446+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.488+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.488+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.488+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.488+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.488+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.488+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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" => 1749976253
        "timestamp_rfc3339" => "2025-06-15T08:30:53.489+00:00"
        "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: [
    10 => 1
    1607 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#400 …}
}