Error 500 Internal Server Error

GET https://immigrationservices.atts-systems.com/facebook_group_reviews/new/2

Forwarded to ErrorController (b3bdaa)

FacebookGroupsReviewsController :: new

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\FacebookGroupsReviewsController::new"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"facebook_groups_reviews_new"
_route_params
[
  "facebookGroupId" => "2"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"c489ca"
facebookGroupId
"2"

Request Headers

Header Value
accept-encoding
"gzip,deflate"
connection
"close"
host
"immigrationservices.atts-systems.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
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, 27 Apr 2025 18:19:36 GMT"
x-debug-exception
"Call%20to%20a%20member%20function%20getName%28%29%20on%20null"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2FImmigrationServices%2Fsrc%2FController%2FFacebookGroupsReviewsController.php:49"
x-debug-token
"61364b"
x-debug-token-link
"https://immigrationservices.atts-systems.com/_profiler/b3bdaa"
x-previous-debug-token
"b3bdaa"
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
"3e1e903454d53f3e9c239ed8c4dd4c64"
DATABASE_URL
"mysql://stephen:Descartes99@localhost:3306/ImmigrationServices"
MAILER_DSN
"smtp://nurse_stephen@hotmail.com:Kouklia8509@smtp-mail.outlook.com:587"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/ImmigrationServices/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/ImmigrationServices/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"immigrationservices.atts-systems.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36"
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
"immigrationservices.atts-systems.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/facebook_group_reviews/new/2"
REMOTE_ADDR
"98.82.214.73"
REMOTE_PORT
"6439"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1745777976
REQUEST_TIME_FLOAT
1745777976.6762
REQUEST_URI
"/facebook_group_reviews/new/2"
SCRIPT_FILENAME
"/var/www/html/ImmigrationServices/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"54.36.163.14"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"immigrationservices.atts-systems.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at immigrationservices.atts-systems.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"immigrationservices.atts-systems.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"

Sub Requests 1

ErrorController (token = b3bdaa)

Key Value
_controller
"error_controller"
_stopwatch_token
"d63837"
exception
Error {#1328
  #message: "Call to a member function getName() on null"
  #code: 0
  #file: "/var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php"
  #line: 49
  trace: {
    /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:49 {
      App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
      ›     $facebookGroup = $facebookGroupsRepository->findBy(['id' => $facebookGroupId]);    $facebookGroupName = $facebookGroupsRepository->find($facebookGroupId)->getName();}
    }
    /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/ImmigrationServices/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Component\HttpKernel\Log\Logger {#32
  -minLevelIndex: 0
  -formatter: Symfony\Component\HttpKernel\Log\Logger::format(string $level, string $message, array $context, bool $prefixDate = true): string {#340 …}
  -debug: true
  -logs: [
    2 => [
      [
        "channel" => null
        "context" => [
          "route" => "facebook_groups_reviews_new"
          "route_parameters" => [
            "_route" => "facebook_groups_reviews_new"
            "facebookGroupId" => "2"
            "_controller" => "App\Controller\FacebookGroupsReviewsController::new"
          ]
          "request_uri" => "https://immigrationservices.atts-systems.com/facebook_group_reviews/new/2"
          "method" => "GET"
        ]
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#89
            #message: "Deprecated: Creation of dynamic property App\Services\LogService::$manager is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/LogService.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/LogService.php:27 {
                App\Services\LogService->__construct(EntityManagerInterface $manager) …
                › {    $this->manager = $manager;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getSecurityAuthenticatorService.php:29 {
                ContainerVO9Ncvb\getSecurityAuthenticatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\Security\\SecurityAuthenticator'] = new \App\Security\SecurityAuthenticator(new \App\Services\LogService($a), $a, ($container->services['router'] ?? self::getRouterService($container)), ($container->privates['security.csrf.token_manager'] ?? $container->load('getSecurity_Csrf_TokenManagerService')));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getSecurity_Authenticator_Manager_MainService.php:25 {
                ContainerVO9Ncvb\getSecurity_Authenticator_Manager_MainService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([($container->privates['App\\Security\\SecurityAuthenticator'] ?? $container->load('getSecurityAuthenticatorService')), ($container->privates['security.authenticator.remember_me.main'] ?? $container->load('getSecurity_Authenticator_RememberMe_MainService'))], ($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['debug.security.event_dispatcher.main'] ?? self::getDebug_Security_EventDispatcher_MainService($container)), 'main', ($container->privates['logger'] ?? self::getLoggerService($container)), true, true, []);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getDebug_Security_Firewall_Authenticator_MainService.php:24 {
                ContainerVO9Ncvb\getDebug_Security_Firewall_Authenticator_MainService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(($container->privates['security.authenticator.manager.main'] ?? $container->load('getSecurity_Authenticator_Manager_MainService'))));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getSecurity_Firewall_Map_Context_MainService.php:36 {
                ContainerVO9Ncvb\getSecurity_Firewall_Map_Context_MainService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['security.context_listener.0'] ?? self::getSecurity_ContextListener_0Service($container));yield 2 => ($container->privates['debug.security.firewall.authenticator.main'] ?? $container->load('getDebug_Security_Firewall_Authenticator_MainService'));yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:61 {
                Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
                › $listeners = [];foreach ($this->listeners as $listener) {    if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
              }
              /var/www/html/ImmigrationServices/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:78 {
                Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
                ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
              /var/www/html/ImmigrationServices/vendor/symfony/security-http/Firewall.php:95 {
                Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
                › 
                ›     $this->callListeners($event, $authenticationListeners());}
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\LogService::$manager is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 2
        ]
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\SecurityAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "App\Security\SecurityAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#192
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_CachedReaderService.php:23 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1755 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:913 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::ContainerVO9Ncvb\{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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#194
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_ReaderService.php:23 {
                ContainerVO9Ncvb\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_CachedReaderService.php:25 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1755 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:913 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::ContainerVO9Ncvb\{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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#115
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_CacheAdapterService.php:23 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getAnnotations_CachedReaderService.php:25 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1755 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:913 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::ContainerVO9Ncvb\{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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#870
            #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:692, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:692 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();$b->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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:663 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::ContainerVO9Ncvb\{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/ImmigrationServices/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/ImmigrationServices/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerVO9Ncvb\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/ImmigrationServices/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/ImmigrationServices/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "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:692, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#926
            #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/ImmigrationServices/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:845 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), $a, ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:663 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::ContainerVO9Ncvb\{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/ImmigrationServices/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/html/ImmigrationServices/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
                ContainerVO9Ncvb\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/html/ImmigrationServices/vendor/doctrine/orm/src/EntityManager.php:206 {
                Doctrine\ORM\EntityManager->getMetadataFactory() …
                › {    return $this->metadataFactory;}
              }
              /var/www/html/ImmigrationServices/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:194 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › 
                › if (! $manager->getMetadataFactory()->isTransient($class)) {    return $manager;
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "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"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1225
            #message: "Deprecated: Creation of dynamic property App\Form\FacebookGroupsReviewsType::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Form/FacebookGroupsReviewsType.php"
            #line: 53
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Form/FacebookGroupsReviewsType.php:53 {
                App\Form\FacebookGroupsReviewsType->__construct(UserRepository $userRepository, Security $security) …
                › public function __construct(UserRepository $userRepository,Security $security){    $this->userRepository = $userRepository;    $this->security = $security;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getFacebookGroupsReviewsTypeService.php:25 {
                ContainerVO9Ncvb\getFacebookGroupsReviewsTypeService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\Form\\FacebookGroupsReviewsType'] = new \App\Form\FacebookGroupsReviewsType(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:46 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getType(string $name): FormTypeInterface …
                › 
                ›     return $this->typeContainer->get($name);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:64 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › if ($extension->hasType($name)) {    $type = $extension->getType($name);    break;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Form\FacebookGroupsReviewsType::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1214
            #message: "Deprecated: Creation of dynamic property App\Form\FacebookGroupsReviewsType::$security is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Form/FacebookGroupsReviewsType.php"
            #line: 54
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Form/FacebookGroupsReviewsType.php:54 {
                App\Form\FacebookGroupsReviewsType->__construct(UserRepository $userRepository, Security $security) …
                ›     $this->userRepository = $userRepository;    $this->security = $security;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getFacebookGroupsReviewsTypeService.php:25 {
                ContainerVO9Ncvb\getFacebookGroupsReviewsTypeService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['App\\Form\\FacebookGroupsReviewsType'] = new \App\Form\FacebookGroupsReviewsType(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:46 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getType(string $name): FormTypeInterface …
                › 
                ›     return $this->typeContainer->get($name);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:64 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › if ($extension->hasType($name)) {    $type = $extension->getType($name);    break;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Form\FacebookGroupsReviewsType::$security is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1108
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/var/www/html/ImmigrationServices/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1966 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1490 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1133
            #message: "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$websiteContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CheckIfUserService.php"
            #line: 24
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CheckIfUserService.php:24 {
                App\Services\CheckIfUserService->__construct(WebsiteContactsRepository $websiteContactsRepository, UserRepository $userRepository) …
                › {    $this->websiteContactsRepository = $websiteContactsRepository;    $this->userRepository = $userRepository;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1195 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1895 {
                ContainerVO9Ncvb\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)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$websiteContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1134
            #message: "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CheckIfUserService.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CheckIfUserService.php:25 {
                App\Services\CheckIfUserService->__construct(WebsiteContactsRepository $websiteContactsRepository, UserRepository $userRepository) …
                ›     $this->websiteContactsRepository = $websiteContactsRepository;    $this->userRepository = $userRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1195 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1895 {
                ContainerVO9Ncvb\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)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CheckIfUserService::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1137
            #message: "Deprecated: Creation of dynamic property App\Services\CompanyDetailsService::$companyDetailsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CompanyDetailsService.php"
            #line: 17
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CompanyDetailsService.php:17 {
                App\Services\CompanyDetailsService->__construct(CompanyDetailsRepository $companyDetailsRepository) …
                › {    $this->companyDetailsRepository = $companyDetailsRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1205 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1896 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CompanyDetailsService::$companyDetailsRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1140
            #message: "Deprecated: Creation of dynamic property App\Services\CountAllocatedWebsites::$usefulLinksRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CountAllocatedWebsites.php"
            #line: 26
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CountAllocatedWebsites.php:26 {
                App\Services\CountAllocatedWebsites->__construct(UsefulLinksRepository $usefulLinksRepository) …
                › {    $this->usefulLinksRepository = $usefulLinksRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1215 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1897 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CountAllocatedWebsites::$usefulLinksRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1146
            #message: "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$businessContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CountBusinessContactReferralsService.php"
            #line: 62
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CountBusinessContactReferralsService.php:62 {
                App\Services\CountBusinessContactReferralsService->__construct(ReferralsRepository $referralsRepository, BusinessContactsRepository $businessContactsRepository) …
                › {    $this->businessContactsRepository = $businessContactsRepository;    $this->referralRepository = $referralsRepository;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1899 {
                ContainerVO9Ncvb\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(($container->privates['App\\Repository\\WebsiteContactsRepository'] ?? self::getWebsiteContactsRepositoryService($container))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$businessContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1147
            #message: "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$referralRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CountBusinessContactReferralsService.php"
            #line: 63
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CountBusinessContactReferralsService.php:63 {
                App\Services\CountBusinessContactReferralsService->__construct(ReferralsRepository $referralsRepository, BusinessContactsRepository $businessContactsRepository) …
                ›     $this->businessContactsRepository = $businessContactsRepository;    $this->referralRepository = $referralsRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1899 {
                ContainerVO9Ncvb\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(($container->privates['App\\Repository\\WebsiteContactsRepository'] ?? self::getWebsiteContactsRepositoryService($container))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CountBusinessContactReferralsService::$referralRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1149
            #message: "Deprecated: Creation of dynamic property App\Services\CountPendingWebsiteInquiriesService::$websiteContactsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CountPendingWebsiteInquiriesService.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CountPendingWebsiteInquiriesService.php:27 {
                App\Services\CountPendingWebsiteInquiriesService->__construct(WebsiteContactsRepository $websiteContactsRepository) …
                › {    $this->websiteContactsRepository = $websiteContactsRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1900 {
                ContainerVO9Ncvb\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(($container->privates['App\\Repository\\WebsiteContactsRepository'] ?? self::getWebsiteContactsRepositoryService($container))));$instance->addGlobal('CountPhotoLocationsService', new \App\Services\CountPhotoLocationsService(($container->privates['App\\Repository\\PhotoLocationsRepository'] ?? self::getPhotoLocationsRepositoryService($container))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CountPendingWebsiteInquiriesService::$websiteContactsRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1152
            #message: "Deprecated: Creation of dynamic property App\Services\CountPhotoLocationsService::$photoLocationsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CountPhotoLocationsService.php"
            #line: 11
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CountPhotoLocationsService.php:11 {
                App\Services\CountPhotoLocationsService->__construct(PhotoLocationsRepository $photoLocationsRepository) …
                › {    $this->photoLocationsRepository = $photoLocationsRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1901 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountPendingWebsiteInquiriesService', new \App\Services\CountPendingWebsiteInquiriesService(($container->privates['App\\Repository\\WebsiteContactsRepository'] ?? self::getWebsiteContactsRepositoryService($container))));$instance->addGlobal('CountPhotoLocationsService', new \App\Services\CountPhotoLocationsService(($container->privates['App\\Repository\\PhotoLocationsRepository'] ?? self::getPhotoLocationsRepositoryService($container))));$instance->addGlobal('CountPhotosService', ($container->privates['App\\Services\\CountPhotosService'] ?? self::getCountPhotosServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CountPhotoLocationsService::$photoLocationsRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1155
            #message: "Deprecated: Creation of dynamic property App\Services\CountPhotosService::$photosRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CountPhotosService.php"
            #line: 24
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CountPhotosService.php:24 {
                App\Services\CountPhotosService->__construct(PhotosRepository $photosRepository) …
                › {    $this->photosRepository = $photosRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1235 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1902 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('CountPhotoLocationsService', new \App\Services\CountPhotoLocationsService(($container->privates['App\\Repository\\PhotoLocationsRepository'] ?? self::getPhotoLocationsRepositoryService($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))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CountPhotosService::$photosRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1158
            #message: "Deprecated: Creation of dynamic property App\Services\CountUserLogsService::$logRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/CountUserLogsService.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/CountUserLogsService.php:27 {
                App\Services\CountUserLogsService->__construct(LogRepository $logRepository) …
                › {    $this->logRepository = $logRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1903 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\CountUserLogsService::$logRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1160
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$container is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/ImportUserService.php"
            #line: 76
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/ImportUserService.php:76 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, EntityManagerInterface $manager) …
                › {    $this->container = $container;    $this->manager = $manager;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1245 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1904 {
                ContainerVO9Ncvb\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(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$container is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1161
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$manager is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/ImportUserService.php"
            #line: 77
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/ImportUserService.php:77 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, EntityManagerInterface $manager) …
                › $this->container = $container;$this->manager = $manager;$this->userRepository = $userRepository;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1245 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1904 {
                ContainerVO9Ncvb\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(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$manager is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1162
            #message: "Deprecated: Creation of dynamic property App\Services\ImportUserService::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/ImportUserService.php"
            #line: 78
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/ImportUserService.php:78 {
                App\Services\ImportUserService->__construct(ContainerInterface $container, UserRepository $userRepository, EntityManagerInterface $manager) …
                ›     $this->manager = $manager;    $this->userRepository = $userRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1245 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getImportUserServiceService($container) …
                › {    return $container->privates['App\\Services\\ImportUserService'] = new \App\Services\ImportUserService($container, ($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1904 {
                ContainerVO9Ncvb\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(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\ImportUserService::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1164
            #message: "Deprecated: Creation of dynamic property App\Services\FindUser::$userRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/FindUser.php"
            #line: 27
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/FindUser.php:27 {
                App\Services\FindUser->__construct(UserRepository $userRepository) …
                › public function __construct(UserRepository $userRepository){    $this->userRepository = $userRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1905 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('ImportUserService', ($container->privates['App\\Services\\ImportUserService'] ?? self::getImportUserServiceService($container)));$instance->addGlobal('FindUser', new \App\Services\FindUser(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container))));$instance->addGlobal('LanguagesService', ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\FindUser::$userRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1167
            #message: "Deprecated: Creation of dynamic property App\Services\LanguagesService::$languagesRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/LanguagesService.php"
            #line: 63
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/LanguagesService.php:63 {
                App\Services\LanguagesService->__construct(LanguagesRepository $languagesRepository, RequestStack $requestStack) …
                › {    $this->languagesRepository = $languagesRepository;    $this->requestStack = $requestStack;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1255 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getLanguagesServiceService($container) …
                › {    return $container->privates['App\\Services\\LanguagesService'] = new \App\Services\LanguagesService(($container->privates['App\\Repository\\LanguagesRepository'] ?? self::getLanguagesRepositoryService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1906 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('FindUser', new \App\Services\FindUser(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container))));$instance->addGlobal('LanguagesService', ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));$instance->addGlobal('PhotoAuthorsByLocation', ($container->privates['App\\Services\\PhotoAuthorsByLocation'] ?? self::getPhotoAuthorsByLocationService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\LanguagesService::$languagesRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1168
            #message: "Deprecated: Creation of dynamic property App\Services\LanguagesService::$requestStack is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/LanguagesService.php"
            #line: 64
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/LanguagesService.php:64 {
                App\Services\LanguagesService->__construct(LanguagesRepository $languagesRepository, RequestStack $requestStack) …
                ›     $this->languagesRepository = $languagesRepository;    $this->requestStack = $requestStack;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1255 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getLanguagesServiceService($container) …
                › {    return $container->privates['App\\Services\\LanguagesService'] = new \App\Services\LanguagesService(($container->privates['App\\Repository\\LanguagesRepository'] ?? self::getLanguagesRepositoryService($container)), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1906 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('FindUser', new \App\Services\FindUser(($container->privates['App\\Repository\\UserRepository'] ?? self::getUserRepositoryService($container))));$instance->addGlobal('LanguagesService', ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));$instance->addGlobal('PhotoAuthorsByLocation', ($container->privates['App\\Services\\PhotoAuthorsByLocation'] ?? self::getPhotoAuthorsByLocationService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\LanguagesService::$requestStack is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1170
            #message: "Deprecated: Creation of dynamic property App\Services\PhotoAuthorsByLocation::$photosRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/PhotoAuthorsByLocation.php"
            #line: 31
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/PhotoAuthorsByLocation.php:31 {
                App\Services\PhotoAuthorsByLocation->__construct(PhotosRepository $photosRepository) …
                › {    $this->photosRepository = $photosRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1265 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getPhotoAuthorsByLocationService($container) …
                › {    return $container->privates['App\\Services\\PhotoAuthorsByLocation'] = new \App\Services\PhotoAuthorsByLocation(($container->privates['App\\Repository\\PhotosRepository'] ?? self::getPhotosRepositoryService($container)));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1907 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('LanguagesService', ($container->privates['App\\Services\\LanguagesService'] ?? self::getLanguagesServiceService($container)));$instance->addGlobal('PhotoAuthorsByLocation', ($container->privates['App\\Services\\PhotoAuthorsByLocation'] ?? self::getPhotoAuthorsByLocationService($container)));$instance->addGlobal('ProductService', new \App\Services\ProductService(($container->privates['App\\Repository\\ProductRepository'] ?? self::getProductRepositoryService($container))));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\PhotoAuthorsByLocation::$photosRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1173
            #message: "Deprecated: Creation of dynamic property App\Services\ProductService::$productRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/ProductService.php"
            #line: 58
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/ProductService.php:58 {
                App\Services\ProductService->__construct(ProductRepository $productRepository) …
                › {    $this->productRepository = $productRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1908 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('PhotoAuthorsByLocation', ($container->privates['App\\Services\\PhotoAuthorsByLocation'] ?? self::getPhotoAuthorsByLocationService($container)));$instance->addGlobal('ProductService', new \App\Services\ProductService(($container->privates['App\\Repository\\ProductRepository'] ?? self::getProductRepositoryService($container))));$instance->addGlobal('TranslationsImportService', ($container->privates['App\\Services\\TranslationsImportService'] ?? self::getTranslationsImportServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\ProductService::$productRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1176
            #message: "Deprecated: Creation of dynamic property App\Services\TranslationsImportService::$container is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/TranslationsImportService.php"
            #line: 80
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/TranslationsImportService.php:80 {
                App\Services\TranslationsImportService->__construct(ContainerInterface $container, TranslationRepository $translationRepository, EntityManagerInterface $manager) …
                › {    $this->container = $container;    $this->manager = $manager;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1275 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTranslationsImportServiceService($container) …
                › {    return $container->privates['App\\Services\\TranslationsImportService'] = new \App\Services\TranslationsImportService($container, ($container->privates['App\\Repository\\TranslationRepository'] ?? self::getTranslationRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1909 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('ProductService', new \App\Services\ProductService(($container->privates['App\\Repository\\ProductRepository'] ?? self::getProductRepositoryService($container))));$instance->addGlobal('TranslationsImportService', ($container->privates['App\\Services\\TranslationsImportService'] ?? self::getTranslationsImportServiceService($container)));$instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\TranslationsImportService::$container is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1177
            #message: "Deprecated: Creation of dynamic property App\Services\TranslationsImportService::$manager is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/TranslationsImportService.php"
            #line: 81
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/TranslationsImportService.php:81 {
                App\Services\TranslationsImportService->__construct(ContainerInterface $container, TranslationRepository $translationRepository, EntityManagerInterface $manager) …
                › $this->container = $container;$this->manager = $manager;$this->translationRepository = $translationRepository;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1275 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTranslationsImportServiceService($container) …
                › {    return $container->privates['App\\Services\\TranslationsImportService'] = new \App\Services\TranslationsImportService($container, ($container->privates['App\\Repository\\TranslationRepository'] ?? self::getTranslationRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1909 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('ProductService', new \App\Services\ProductService(($container->privates['App\\Repository\\ProductRepository'] ?? self::getProductRepositoryService($container))));$instance->addGlobal('TranslationsImportService', ($container->privates['App\\Services\\TranslationsImportService'] ?? self::getTranslationsImportServiceService($container)));$instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\TranslationsImportService::$manager is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1178
            #message: "Deprecated: Creation of dynamic property App\Services\TranslationsImportService::$translationRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/TranslationsImportService.php"
            #line: 82
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/TranslationsImportService.php:82 {
                App\Services\TranslationsImportService->__construct(ContainerInterface $container, TranslationRepository $translationRepository, EntityManagerInterface $manager) …
                ›     $this->manager = $manager;    $this->translationRepository = $translationRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1275 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTranslationsImportServiceService($container) …
                › {    return $container->privates['App\\Services\\TranslationsImportService'] = new \App\Services\TranslationsImportService($container, ($container->privates['App\\Repository\\TranslationRepository'] ?? self::getTranslationRepositoryService($container)), ($container->services['doctrine.orm.default_entity_manager'] ?? self::getDoctrine_Orm_DefaultEntityManagerService($container)));}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1909 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('ProductService', new \App\Services\ProductService(($container->privates['App\\Repository\\ProductRepository'] ?? self::getProductRepositoryService($container))));$instance->addGlobal('TranslationsImportService', ($container->privates['App\\Services\\TranslationsImportService'] ?? self::getTranslationsImportServiceService($container)));$instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\TranslationsImportService::$translationRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1180
            #message: "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$translationRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/TranslationsWorkerService.php"
            #line: 28
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/TranslationsWorkerService.php:28 {
                App\Services\TranslationsWorkerService->__construct(TranslationRepository $translationRepository, LanguagesService $languages) …
                › {    $this->translationRepository = $translationRepository;    $this->languages = $languages;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1285 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1910 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsImportService', ($container->privates['App\\Services\\TranslationsImportService'] ?? self::getTranslationsImportServiceService($container)));$instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));$instance->addGlobal('WeatherService', ($container->privates['App\\Services\\WeatherService'] ?? self::getWeatherServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$translationRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1181
            #message: "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$languages is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/TranslationsWorkerService.php"
            #line: 29
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/TranslationsWorkerService.php:29 {
                App\Services\TranslationsWorkerService->__construct(TranslationRepository $translationRepository, LanguagesService $languages) …
                ›     $this->translationRepository = $translationRepository;    $this->languages = $languages;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1285 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1910 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsImportService', ($container->privates['App\\Services\\TranslationsImportService'] ?? self::getTranslationsImportServiceService($container)));$instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));$instance->addGlobal('WeatherService', ($container->privates['App\\Services\\WeatherService'] ?? self::getWeatherServiceService($container)));
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\TranslationsWorkerService::$languages is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1184
            #message: "Deprecated: Creation of dynamic property App\Services\WeatherService::$manager is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/WeatherService.php"
            #line: 109
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/WeatherService.php:109 {
                App\Services\WeatherService->__construct(EntityManagerInterface $entityManager, WeatherRepository $weatherRepository, CompanyDetailsRepository $companyDetailsRepository) …
                › {    $this->manager = $entityManager;    $this->weatherRepository = $weatherRepository;
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1295 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1911 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));$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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\WeatherService::$manager is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1185
            #message: "Deprecated: Creation of dynamic property App\Services\WeatherService::$weatherRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/WeatherService.php"
            #line: 110
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1295 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1911 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));$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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\WeatherService::$weatherRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1186
            #message: "Deprecated: Creation of dynamic property App\Services\WeatherService::$companyDetailsRepository is deprecated"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Services/WeatherService.php"
            #line: 111
            #severity: E_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/src/Services/WeatherService.php:111 {
                App\Services\WeatherService->__construct(EntityManagerInterface $entityManager, WeatherRepository $weatherRepository, CompanyDetailsRepository $companyDetailsRepository) …
                ›     $this->weatherRepository = $weatherRepository;    $this->companyDetailsRepository = $companyDetailsRepository;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1295 {
                ContainerVO9Ncvb\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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:1911 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addGlobal('TranslationsWorkerService', ($container->privates['App\\Services\\TranslationsWorkerService'] ?? self::getTranslationsWorkerServiceService($container)));$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/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_EngineService.php:25 {
                ContainerVO9Ncvb\getTwig_Form_EngineService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig'] ?? self::getTwigService($container));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getTwig_Form_RendererService.php:24 {
                ContainerVO9Ncvb\getTwig_Form_RendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['twig.form.engine'] ?? $container->load('getTwig_Form_EngineService'));}
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_TypeExtension_Form_ValidatorService.php:26 {
                ContainerVO9Ncvb\getForm_TypeExtension_Form_ValidatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container)), false, ($container->privates['twig.form.renderer'] ?? $container->load('getTwig_Form_RendererService')), NULL);}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/App_KernelDevDebugContainer.php:483 {
                ContainerVO9Ncvb\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/html/ImmigrationServices/var/cache/dev/ContainerVO9Ncvb/getForm_RegistryService.php:168 {
                ContainerVO9Ncvb\getForm_RegistryService::ContainerVO9Ncvb\{closure} …
                › yield 1 => ($container->privates['form.type_extension.form.http_foundation'] ?? $container->load('getForm_TypeExtension_Form_HttpFoundationService'));yield 2 => ($container->privates['form.type_extension.form.validator'] ?? $container->load('getForm_TypeExtension_Form_ValidatorService'));yield 3 => ($container->privates['form.type_extension.csrf'] ?? $container->load('getForm_TypeExtension_CsrfService'));
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php:59 {
                Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension->getTypeExtensions(string $name): array …
                › if (isset($this->typeExtensionServices[$name])) {    foreach ($this->typeExtensionServices[$name] as $extension) {        $extensions[] = $extension;
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:105 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                › foreach ($this->extensions as $extension) {    $typeExtensions[] = $extension->getTypeExtensions($fqcn);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:111 {
                Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
                ›     array_merge([], ...$typeExtensions),    $parentType ? $this->getType($parentType) : null);
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormRegistry.php:81 {
                Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
                › 
                ›     $this->types[$name] = $this->resolveType($type);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Deprecated: Creation of dynamic property App\Services\WeatherService::$companyDetailsRepository is deprecated"
        "priority" => 200
        "priorityName" => "info"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => ErrorException {#1384
            #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/ImmigrationServices/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 339
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/html/ImmigrationServices/vendor/symfony/error-handler/DebugClassLoader.php:339 {
                ReflectionClass->__construct(object|string $objectOrClass) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/html/ImmigrationServices/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php:175 {
                Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass(string $class) …
                › {    $proxyClass = new ReflectionClass($class);    if ($proxyClass->isAnonymous()) {
              }
              /var/www/html/ImmigrationServices/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:71 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › {    $manager = $this->registry->getManagerForClass($this->entityClass);}
              /var/www/html/ImmigrationServices/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /var/www/html/ImmigrationServices/vendor/doctrine/orm/src/EntityRepository.php:85 {
                Doctrine\ORM\EntityRepository->createQueryBuilder($alias, $indexBy = null) …
                › {    return $this->_em->createQueryBuilder()        ->select($alias)
              }
              /var/www/html/ImmigrationServices/src/Repository/UserRepository.php:61 {
                App\Repository\UserRepository->findByRole($role) …
                › {    return $this->createQueryBuilder('u')        ->where('u.roles LIKE :roles')
              }
              /var/www/html/ImmigrationServices/src/Form/FacebookGroupsReviewsType.php:35 {
                App\Form\FacebookGroupsReviewsType->buildForm(FormBuilderInterface $builder, array $options): void …
                › 'choice_label' => 'fullName','choices'=>$this->userRepository->findByRole('ROLE_ADMIN'),'required' => true,
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/ResolvedFormType.php:102 {
                Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options) …
                › 
                › $this->innerType->buildForm($builder, $options);}
              /var/www/html/ImmigrationServices/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:79 {
                Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options) …
                › {    $this->proxiedType->buildForm($builder, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:58 {
                Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › // createBuilder() or buildForm() in the resolved form type$type->buildForm($builder, $builder->getOptions());}
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:43 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/form/FormFactory.php:28 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /var/www/html/ImmigrationServices/vendor/symfony/framework-bundle/Controller/AbstractController.php:340 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:46 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                › $facebookGroup = $facebookGroupsRepository->findAll();$form = $this->createForm(FacebookGroupsReviewsType::class, $facebookGroupsReview);if ($facebookGroupId > 0) {
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "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"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "exception" => Error {#1328
            #message: "Call to a member function getName() on null"
            #code: 0
            #file: "/var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php"
            #line: 49
            trace: {
              /var/www/html/ImmigrationServices/src/Controller/FacebookGroupsReviewsController.php:49 {
                App\Controller\FacebookGroupsReviewsController->new(Request $request, $facebookGroupId, FacebookGroupsReviewsRepository $facebookGroupsReviewsRepository, FacebookGroupsRepository $facebookGroupsRepository): Response …
                ›     $facebookGroup = $facebookGroupsRepository->findBy(['id' => $facebookGroupId]);    $facebookGroupName = $facebookGroupsRepository->find($facebookGroupId)->getName();}
              }
              /var/www/html/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/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/ImmigrationServices/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/html/ImmigrationServices/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/html/ImmigrationServices/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/html/ImmigrationServices/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "message" => "Uncaught PHP Exception Error: "Call to a member function getName() on null" at FacebookGroupsReviewsController.php line 49"
        "priority" => 500
        "priorityName" => "critical"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
    ]
    1608 => [
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
      [
        "channel" => null
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "debug"
        "timestamp" => 1745777976
        "timestamp_rfc3339" => "2025-04-27T18:19:36.000+00:00"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    1608 => 0
  ]
  -handle: null
  -requestStack: Symfony\Component\HttpFoundation\RequestStack {#345 …}
}