| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#202
-records: [
"" => [
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.282+02:00"
"message" => "Warning: Zend OPcache API is restricted by "restrict_api" configuration directive"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#180
+count: 9
-severity: E_WARNING
trace: {
/home/iacpclr/www/vendor/symfony/error-handler/DebugClassLoader.php:294 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› // no-op
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {
› include $file;
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:124 {
›
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);
› }
}
}
}
]
"channel" => "php"
]
]
16 => [
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.285+01:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "members_personal_edit"
"route_parameters" => [
"_route" => "members_personal_edit"
"_controller" => "App\Controller\MembersAreaController::edit_personal_data"
]
"request_uri" => "https://iacp.ie/members-area/edit-personal-data"
"method" => "POST"
]
"channel" => "request"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.290+02:00"
"message" => "Deprecated: App\Entity\MemberBase implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#372
#message: "Deprecated: App\Entity\MemberBase implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
#code: 0
#file: "/home/iacpclr/www/src/Entity/MemberBase.php"
#line: 15
#severity: E_DEPRECATED
trace: {
/home/iacpclr/www/src/Entity/MemberBase.php:15 {
unserialize(string $data, array $options = []): mixed …
› #[Gedmo\SoftDeleteable(fieldName: 'deletedAt', timeAware: false, hardDelete: true)]
› class MemberBase implements UserInterface, PasswordAuthenticatedUserInterface, EquatableInterface, \Serializable
› {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:274 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:118 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.290+02:00"
"message" => "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\MemberBase" now to avoid errors or add an explicit @return annotation to suppress this message."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#395
#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\MemberBase" now to avoid errors or add an explicit @return annotation to suppress this message."
#code: 0
#file: "/home/iacpclr/www/vendor/symfony/error-handler/DebugClassLoader.php"
#line: 339
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/vendor/symfony/error-handler/DebugClassLoader.php:339 {
unserialize(string $data, array $options = []): mixed …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:274 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:118 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.290+02:00"
"message" => "Deprecated: App\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#346
#message: "Deprecated: App\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
#code: 0
#file: "/home/iacpclr/www/src/Entity/Member.php"
#line: 15
#severity: E_DEPRECATED
trace: {
/home/iacpclr/www/src/Entity/Member.php:15 {
unserialize(string $data, array $options = []): mixed …
›
› class Member extends MemberBase
› {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:274 {
Symfony\Component\Security\Http\Firewall\ContextListener->safelyUnserialize(string $serializedToken): mixed …
› try {
› $token = unserialize($serializedToken);
› } catch (\ErrorException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:118 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
›
› $token = $this->safelyUnserialize($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.290+01:00"
"message" => "Read existing security token from the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_member"
"token_class" => "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken"
]
"channel" => "security"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.297+02:00"
"message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1694, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#638
#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:1694, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
#code: 0
#file: "/home/iacpclr/www/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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',
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:1694 {
ContainerIPDgqWj\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
› $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
› $a->addDriver(($container->privates['doctrine.orm.default_attribute_metadata_driver'] ??= new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity')], false)), 'App\\Entity');
› $a->addDriver(($container->privates['doctrine.orm.default_xml_metadata_driver'] ?? self::getDoctrine_Orm_DefaultXmlMetadataDriverService($container)), 'Vich\\UploaderBundle\\Entity');
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:963 {
ContainerIPDgqWj\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:954 {
ContainerIPDgqWj\App_KernelDevDebugContainer::ContainerIPDgqWj\{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)));
› }
}
/home/iacpclr/www/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/iacpclr/www/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
ContainerIPDgqWj\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.300+02:00"
"message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#535
#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: "/home/iacpclr/www/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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',
}
/home/iacpclr/www/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,
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:963 {
ContainerIPDgqWj\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
›
› $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:954 {
ContainerIPDgqWj\App_KernelDevDebugContainer::ContainerIPDgqWj\{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)));
› }
}
/home/iacpclr/www/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $propertyScope) …
›
› ($this->initializer)($instance);
› } catch (\Throwable $e) {
}
/home/iacpclr/www/vendor/symfony/var-exporter/LazyGhostTrait.php:178 {
ContainerIPDgqWj\EntityManagerGhostEbeb667->__get&($name): mixed …
›
› if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $readonlyScope ?? $scope)) {
› goto get_in_scope;
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.307+01:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "iv29229-001.eu.clouddb.ovh.net"
"port" => 35863
"user" => "iacpclrwww"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "iacpclrwww"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.310+02:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#615
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
#code: 0
#file: "/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_CachedReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_CachedReaderService.php:23 {
ContainerIPDgqWj\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getGedmo_Listener_SoftdeleteableService.php:27 {
ContainerIPDgqWj\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
›
› $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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]),
› };
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› if (\is_string($listener)) {
› $listener = $this->container->get($listener);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:392 {
Doctrine\DBAL\Connection->connect() …
›
› if ($this->_eventManager->hasListeners(Events::postConnect)) {
› Deprecation::trigger(
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:458 {
Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
› try {
› $this->connect();
› } catch (Exception $originalException) {
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:416 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
› {
› $version = $this->getDatabasePlatformVersion();
›
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.310+02:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#585
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
#code: 0
#file: "/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_ReaderService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_ReaderService.php:23 {
ContainerIPDgqWj\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_CachedReaderService.php:25 {
ContainerIPDgqWj\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);
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getGedmo_Listener_SoftdeleteableService.php:27 {
ContainerIPDgqWj\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
›
› $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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]),
› };
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› if (\is_string($listener)) {
› $listener = $this->container->get($listener);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:392 {
Doctrine\DBAL\Connection->connect() …
›
› if ($this->_eventManager->hasListeners(Events::postConnect)) {
› Deprecation::trigger(
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:458 {
Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
› try {
› $this->connect();
› } catch (Exception $originalException) {
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:416 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
› {
› $version = $this->getDatabasePlatformVersion();
›
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.311+02:00"
"message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#604
#message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
#code: 0
#file: "/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_CacheAdapterService.php"
#line: 23
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_CacheAdapterService.php:23 {
ContainerIPDgqWj\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
› {
› trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getAnnotations_CachedReaderService.php:25 {
ContainerIPDgqWj\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);
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getGedmo_Listener_SoftdeleteableService.php:27 {
ContainerIPDgqWj\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
›
› $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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]),
› };
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› if (\is_string($listener)) {
› $listener = $this->container->get($listener);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:392 {
Doctrine\DBAL\Connection->connect() …
›
› if ($this->_eventManager->hasListeners(Events::postConnect)) {
› Deprecation::trigger(
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:458 {
Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
› try {
› $this->connect();
› } catch (Exception $originalException) {
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:416 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
› {
› $version = $this->getDatabasePlatformVersion();
›
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.311+02:00"
"message" => "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getGedmo_Listener_SoftdeleteableService.php:27, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#577
#message: "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getGedmo_Listener_SoftdeleteableService.php:27, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
#code: 0
#file: "/home/iacpclr/www/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:196 {
Gedmo\Mapping\MappedEventSubscriber->setAnnotationReader($reader) …
› if ($reader instanceof Reader) {
› Deprecation::trigger(
› 'gedmo/doctrine-extensions',
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getGedmo_Listener_SoftdeleteableService.php:27 {
ContainerIPDgqWj\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
›
› $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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]),
› };
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› if (\is_string($listener)) {
› $listener = $this->container->get($listener);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:392 {
Doctrine\DBAL\Connection->connect() …
›
› if ($this->_eventManager->hasListeners(Events::postConnect)) {
› Deprecation::trigger(
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:458 {
Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
› try {
› $this->connect();
› } catch (Exception $originalException) {
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:416 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
› {
› $version = $this->getDatabasePlatformVersion();
›
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.311+02:00"
"message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#631
#message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
#code: 0
#file: "/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
#line: 211
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
› // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));
› trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);
› parent::addEventSubscriber($listener);
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
› if (!$this->initializedSubscribers) {
› $this->initializeSubscribers();
› }
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:392 {
Doctrine\DBAL\Connection->connect() …
›
› if ($this->_eventManager->hasListeners(Events::postConnect)) {
› Deprecation::trigger(
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:458 {
Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
› try {
› $this->connect();
› } catch (Exception $originalException) {
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:416 {
Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
› {
› $version = $this->getDatabasePlatformVersion();
›
}
/home/iacpclr/www/vendor/doctrine/dbal/src/Connection.php:323 {
Doctrine\DBAL\Connection->getDatabasePlatform() …
› if ($this->platform === null) {
› $this->platform = $this->detectDatabasePlatform();
› $this->platform->setEventManager($this->_eventManager);
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
› if (! $this->targetPlatform) {
› $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
› if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {
› $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
› } else {
› $this->completeIdGeneratorMapping($class);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/home/iacpclr/www/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:329 {
Doctrine\ORM\EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:47 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/iacpclr/www/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:38 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, false);
› }
}
/home/iacpclr/www/vendor/doctrine/orm/src/EntityManager.php:839 {
Doctrine\ORM\EntityManager->getRepository($entityName) …
›
› $repository = $this->repositoryFactory->getRepository($this, $entityName);
› if (! $repository instanceof EntityRepository) {
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:136 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
› {
› return $this->getObjectManager()->getRepository($this->classOrAlias);
› }
}
/home/iacpclr/www/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:80 {
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user): UserInterface …
›
› $repository = $this->getRepository();
› if ($repository instanceof UserProviderInterface) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:214 {
Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token): TokenInterface …
› try {
› $refreshedUser = $provider->refreshUser($user);
› $newToken = clone $token;
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/ContextListener.php:131 {
Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
› $originalToken = $token;
› $token = $this->refreshUser($token);
›
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
› try {
› $this->listener->authenticate($event);
› } catch (LazyResponseException $e) {
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
}
/home/iacpclr/www/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:83 {
Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
› $wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);
› $wrappedListener($event);
› $wrappedListeners[] = $wrappedListener->getInfo();
}
/home/iacpclr/www/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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 {
}
/home/iacpclr/www/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);
›
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.332+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.settings_key AS settings_key_2, t0.settings_val AS settings_val_3 FROM setting t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.341+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.settings_key AS settings_key_2, t0.settings_val AS settings_val_3 FROM setting t0"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.343+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deletedAt AS deletedAt_4, t0.status AS status_5, t0.membership_number AS membership_number_6, t0.email AS email_7, t0.password AS password_8, t0.stripe_customer_id AS stripe_customer_id_9, t0.stripe_payment_method_id AS stripe_payment_method_id_10, t0.stripe_addons AS stripe_addons_11, t0.ignore_payments AS ignore_payments_12, t0.full_name AS full_name_13, t0.ta_content AS ta_content_14, t0.ta_entries_to_include_in_log AS ta_entries_to_include_in_log_15, t0.ta_last_fetch_date AS ta_last_fetch_date_16, t0.member_page_hero_image_name AS member_page_hero_image_name_17, t0.member_page_services AS member_page_services_18, t0.member_page_service_description AS member_page_service_description_19, t0.member_page_email AS member_page_email_20, t0.member_page_phone AS member_page_phone_21, t0.member_page_about AS member_page_about_22, t0.member_page_hero_line1 AS member_page_hero_line1_23, t0.member_page_hero_line2 AS member_page_hero_line2_24, t0.member_page_hero_line3 AS member_page_hero_line3_25, t0.member_page_about_image_name AS member_page_about_image_name_26, t0.member_page_for_whom_title AS member_page_for_whom_title_27, t0.member_page_for_whom_text AS member_page_for_whom_text_28, t0.member_page_section_services_title AS member_page_section_services_title_29, t0.member_page_section_about_title AS member_page_section_about_title_30, t0.member_page_address AS member_page_address_31, t0.member_page_social_facebook AS member_page_social_facebook_32, t0.member_page_social_twitter AS member_page_social_twitter_33, t0.member_page_social_linkedin AS member_page_social_linkedin_34, t0.member_page_social_instagram AS member_page_social_instagram_35, t0.member_page_www AS member_page_www_36, t0.membership_type_id AS membership_type_id_37 FROM member t0 WHERE t0.id = ? AND ((t0.deletedAt IS NULL))"
"params" => [
1 => 3764
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.351+01:00"
"message" => "User was reloaded from a user provider."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
"username" => "corajoobrien@gmail.com"
]
"channel" => "security"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.354+01:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "members"
"authenticators" => 2
]
"channel" => "security"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.354+01:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "members"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.354+01:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "members"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.354+01:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "members"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.354+01:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "members"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\RecaptchaSubscriber::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.356+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.357+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.357+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.362+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "debug.security.authorization.vote"
"listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.362+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.362+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.362+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerIPDgqWj\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.362+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.362+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.mdauto AS mdauto_2, t0.mdsauto AS mdsauto_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.address1 AS address1_6, t0.address2 AS address2_7, t0.address3 AS address3_8, t0.address4 AS address4_9, t0.postcode AS postcode_10, t0.country AS country_11, t0.mdtel AS mdtel_12, t0.private AS private_13, t0.directory AS directory_14, t0.clinical AS clinical_15, t0.counselling AS counselling_16, t0.educational AS educational_17, t0.work AS work_18, t0.overview AS overview_19, t0.bio AS bio_20, t0.map AS map_21, t0.google_map_img AS google_map_img_22, t0.img AS img_23, t0.mdemail AS mdemail_24, t0.mdwww AS mdwww_25, t0.fax AS fax_26, t0.login AS login_27, t0.passwd AS passwd_28, t0.open_mon AS open_mon_29, t0.open_tue AS open_tue_30, t0.open_wed AS open_wed_31, t0.open_thu AS open_thu_32, t0.open_fri AS open_fri_33, t0.open_sat AS open_sat_34, t0.open_sun AS open_sun_35, t0.close_mon AS close_mon_36, t0.close_tue AS close_tue_37, t0.close_wed AS close_wed_38, t0.close_thu AS close_thu_39, t0.close_fri AS close_fri_40, t0.close_sat AS close_sat_41, t0.close_sun AS close_sun_42, t0.logo AS logo_43, t0.subdomain AS subdomain_44, t0.qualifications AS qualifications_45, t0.interests AS interests_46, t0.memberships AS memberships_47, t0.salutation AS salutation_48, t0.fee AS fee_49, t0.wheelchair AS wheelchair_50, t0.fee_negotiable AS fee_negotiable_51, t0.fee_donation AS fee_donation_52, t0.fee_free AS fee_free_53, t0.whom_one AS whom_one_54, t0.whom_families AS whom_families_55, t0.whom_groups AS whom_groups_56, t0.whom_children AS whom_children_57, t0.whom_teenagers AS whom_teenagers_58, t0.whom_adults AS whom_adults_59, t0.for_whom AS for_whom_60, t0.inactive AS inactive_61, t0.keywords AS keywords_62, t0.old_location_id AS old_location_id_63, t0.online_register AS online_register_64, t0.lapsed AS lapsed_65, t0.login_token AS login_token_66, t0.sign_language AS sign_language_67, t0.hse_frontline AS hse_frontline_68, t0.pa_website_list AS pa_website_list_69, t0.additional_training AS additional_training_70, t0.custom_lang AS custom_lang_71, t0.deletedAt AS deletedAt_72, t0.image_name AS image_name_73, t0.updated_at AS updated_at_74, t0.member_id AS member_id_75, t0.location_id AS location_id_76 FROM therapist t0 WHERE t0.member_id = ? AND ((t0.deletedAt IS NULL))"
"params" => [
1 => 3764
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.382+02:00"
"message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#1376
#message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
#code: 0
#file: "/home/iacpclr/www/vendor/symfony/validator/ValidatorBuilder.php"
#line: 252
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/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__);
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:2504 {
ContainerIPDgqWj\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
› $instance->enableAttributeMapping(true);
› $instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));
› $instance->addMethodMapping('loadValidatorMetadata');
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:1602 {
ContainerIPDgqWj\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
› {
› $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));
›
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getForm_TypeExtension_Form_ValidatorService.php:32 {
ContainerIPDgqWj\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, $a, ($container->services['translator'] ?? self::getTranslatorService($container)));
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getForm_RegistryService.php:78 {
ContainerIPDgqWj\getForm_RegistryService::ContainerIPDgqWj\{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.upload.validator'] ?? $container->load('getForm_TypeExtension_Upload_ValidatorService'));
}
/home/iacpclr/www/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;
}
/home/iacpclr/www/vendor/symfony/form/FormRegistry.php:105 {
Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
› foreach ($this->extensions as $extension) {
› $typeExtensions[] = $extension->getTypeExtensions($fqcn);
› }
}
/home/iacpclr/www/vendor/symfony/form/FormRegistry.php:81 {
Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
›
› $this->types[$name] = $this->resolveType($type);
› }
}
/home/iacpclr/www/vendor/symfony/form/FormRegistry.php:111 {
Symfony\Component\Form\FormRegistry->resolveType(FormTypeInterface $type): ResolvedFormTypeInterface …
› array_merge([], ...$typeExtensions),
› $parentType ? $this->getType($parentType) : null
› );
}
/home/iacpclr/www/vendor/symfony/form/FormRegistry.php:81 {
Symfony\Component\Form\FormRegistry->getType(string $name): ResolvedFormTypeInterface …
›
› $this->types[$name] = $this->resolveType($type);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/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();
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:102 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› }
› $form = $this->createForm(TherapistProfileType::class, $t);
› $form->handleRequest($request);
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.420+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.updated_at AS updated_at_1, d0_.deletedAt AS deletedAt_2, d0_.name AS name_3, d0_.field0 AS field0_4, d0_.field1 AS field1_5, d0_.field2 AS field2_6, d0_.field3 AS field3_7, d0_.field4 AS field4_8, d0_.field5 AS field5_9, d0_.field6 AS field6_10, d0_.field7 AS field7_11, d0_.field8 AS field8_12, d0_.field9 AS field9_13, d0_.field10 AS field10_14, d0_.field11 AS field11_15, d0_.file1_name AS file1_name_16, d0_.file2_name AS file2_name_17, d0_.type_key AS type_key_18, d0_.visible AS visible_19, d0_.list_order AS list_order_20 FROM dictionary d0_ WHERE (d0_.type_key = ?) AND (d0_.deletedAt IS NULL) ORDER BY d0_.name ASC"
"params" => [
1 => "therapist_category"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.426+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.updated_at AS updated_at_1, d0_.deletedAt AS deletedAt_2, d0_.name AS name_3, d0_.field0 AS field0_4, d0_.field1 AS field1_5, d0_.field2 AS field2_6, d0_.field3 AS field3_7, d0_.field4 AS field4_8, d0_.field5 AS field5_9, d0_.field6 AS field6_10, d0_.field7 AS field7_11, d0_.field8 AS field8_12, d0_.field9 AS field9_13, d0_.field10 AS field10_14, d0_.field11 AS field11_15, d0_.file1_name AS file1_name_16, d0_.file2_name AS file2_name_17, d0_.type_key AS type_key_18, d0_.visible AS visible_19, d0_.list_order AS list_order_20 FROM dictionary d0_ WHERE (d0_.type_key = ?) AND (d0_.deletedAt IS NULL) ORDER BY d0_.name ASC"
"params" => [
1 => "therapist_approach"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.428+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.updated_at AS updated_at_1, d0_.deletedAt AS deletedAt_2, d0_.name AS name_3, d0_.field0 AS field0_4, d0_.field1 AS field1_5, d0_.field2 AS field2_6, d0_.field3 AS field3_7, d0_.field4 AS field4_8, d0_.field5 AS field5_9, d0_.field6 AS field6_10, d0_.field7 AS field7_11, d0_.field8 AS field8_12, d0_.field9 AS field9_13, d0_.field10 AS field10_14, d0_.field11 AS field11_15, d0_.file1_name AS file1_name_16, d0_.file2_name AS file2_name_17, d0_.type_key AS type_key_18, d0_.visible AS visible_19, d0_.list_order AS list_order_20 FROM dictionary d0_ WHERE (d0_.type_key = ?) AND (d0_.deletedAt IS NULL) ORDER BY d0_.list_order ASC"
"params" => [
1 => "therapist_whom"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.430+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.updated_at AS updated_at_1, d0_.deletedAt AS deletedAt_2, d0_.name AS name_3, d0_.field0 AS field0_4, d0_.field1 AS field1_5, d0_.field2 AS field2_6, d0_.field3 AS field3_7, d0_.field4 AS field4_8, d0_.field5 AS field5_9, d0_.field6 AS field6_10, d0_.field7 AS field7_11, d0_.field8 AS field8_12, d0_.field9 AS field9_13, d0_.field10 AS field10_14, d0_.field11 AS field11_15, d0_.file1_name AS file1_name_16, d0_.file2_name AS file2_name_17, d0_.type_key AS type_key_18, d0_.visible AS visible_19, d0_.list_order AS list_order_20 FROM dictionary d0_ WHERE (d0_.type_key = ?) AND (d0_.deletedAt IS NULL) ORDER BY d0_.name ASC"
"params" => [
1 => "therapist_language"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.450+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.deletedAt AS deletedAt_3, t0.name AS name_4, t0.field0 AS field0_5, t0.field1 AS field1_6, t0.field2 AS field2_7, t0.field3 AS field3_8, t0.field4 AS field4_9, t0.field5 AS field5_10, t0.field6 AS field6_11, t0.field7 AS field7_12, t0.field8 AS field8_13, t0.field9 AS field9_14, t0.field10 AS field10_15, t0.field11 AS field11_16, t0.file1_name AS file1_name_17, t0.file2_name AS file2_name_18, t0.type_key AS type_key_19, t0.visible AS visible_20, t0.list_order AS list_order_21 FROM dictionary t0 INNER JOIN therapist_categories_relation ON t0.id = therapist_categories_relation.category_id WHERE therapist_categories_relation.therapist_id = ? AND ((t0.deletedAt IS NULL))"
"params" => [
1 => 8206
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.451+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.deletedAt AS deletedAt_3, t0.name AS name_4, t0.field0 AS field0_5, t0.field1 AS field1_6, t0.field2 AS field2_7, t0.field3 AS field3_8, t0.field4 AS field4_9, t0.field5 AS field5_10, t0.field6 AS field6_11, t0.field7 AS field7_12, t0.field8 AS field8_13, t0.field9 AS field9_14, t0.field10 AS field10_15, t0.field11 AS field11_16, t0.file1_name AS file1_name_17, t0.file2_name AS file2_name_18, t0.type_key AS type_key_19, t0.visible AS visible_20, t0.list_order AS list_order_21 FROM dictionary t0 INNER JOIN therapist_approaches_relation ON t0.id = therapist_approaches_relation.approach_id WHERE therapist_approaches_relation.therapist_id = ? AND ((t0.deletedAt IS NULL))"
"params" => [
1 => 8206
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.452+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.deletedAt AS deletedAt_3, t0.name AS name_4, t0.field0 AS field0_5, t0.field1 AS field1_6, t0.field2 AS field2_7, t0.field3 AS field3_8, t0.field4 AS field4_9, t0.field5 AS field5_10, t0.field6 AS field6_11, t0.field7 AS field7_12, t0.field8 AS field8_13, t0.field9 AS field9_14, t0.field10 AS field10_15, t0.field11 AS field11_16, t0.file1_name AS file1_name_17, t0.file2_name AS file2_name_18, t0.type_key AS type_key_19, t0.visible AS visible_20, t0.list_order AS list_order_21 FROM dictionary t0 INNER JOIN therapist_whom_relation ON t0.id = therapist_whom_relation.whom_id WHERE therapist_whom_relation.therapist_id = ? AND ((t0.deletedAt IS NULL))"
"params" => [
1 => 8206
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.453+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.deletedAt AS deletedAt_3, t0.name AS name_4, t0.field0 AS field0_5, t0.field1 AS field1_6, t0.field2 AS field2_7, t0.field3 AS field3_8, t0.field4 AS field4_9, t0.field5 AS field5_10, t0.field6 AS field6_11, t0.field7 AS field7_12, t0.field8 AS field8_13, t0.field9 AS field9_14, t0.field10 AS field10_15, t0.field11 AS field11_16, t0.file1_name AS file1_name_17, t0.file2_name AS file2_name_18, t0.type_key AS type_key_19, t0.visible AS visible_20, t0.list_order AS list_order_21 FROM dictionary t0 INNER JOIN therapist_languages_relation ON t0.id = therapist_languages_relation.language_id WHERE therapist_languages_relation.therapist_id = ? AND ((t0.deletedAt IS NULL))"
"params" => [
1 => 8206
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.469+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.updated_at AS updated_at_1, d0_.deletedAt AS deletedAt_2, d0_.name AS name_3, d0_.field0 AS field0_4, d0_.field1 AS field1_5, d0_.field2 AS field2_6, d0_.field3 AS field3_7, d0_.field4 AS field4_8, d0_.field5 AS field5_9, d0_.field6 AS field6_10, d0_.field7 AS field7_11, d0_.field8 AS field8_12, d0_.field9 AS field9_13, d0_.field10 AS field10_14, d0_.field11 AS field11_15, d0_.file1_name AS file1_name_16, d0_.file2_name AS file2_name_17, d0_.type_key AS type_key_18, d0_.visible AS visible_19, d0_.list_order AS list_order_20 FROM dictionary d0_ WHERE (d0_.type_key = ? AND d0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (d0_.deletedAt IS NULL) ORDER BY d0_.name ASC"
"params" => [
1 => "therapist_category"
2 => "288"
3 => "256"
4 => "257"
5 => "258"
6 => "259"
7 => "281"
8 => "260"
9 => "283"
10 => "262"
11 => "263"
12 => "275"
13 => "264"
14 => "276"
15 => "266"
16 => "267"
17 => "268"
18 => "272"
19 => "273"
20 => "286"
21 => "278"
]
"types" => [
1 => 2
2 => 1
3 => 1
4 => 1
5 => 1
6 => 1
7 => 1
8 => 1
9 => 1
10 => 1
11 => 1
12 => 1
13 => 1
14 => 1
15 => 1
16 => 1
17 => 1
18 => 1
19 => 1
20 => 1
21 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.470+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.updated_at AS updated_at_1, d0_.deletedAt AS deletedAt_2, d0_.name AS name_3, d0_.field0 AS field0_4, d0_.field1 AS field1_5, d0_.field2 AS field2_6, d0_.field3 AS field3_7, d0_.field4 AS field4_8, d0_.field5 AS field5_9, d0_.field6 AS field6_10, d0_.field7 AS field7_11, d0_.field8 AS field8_12, d0_.field9 AS field9_13, d0_.field10 AS field10_14, d0_.field11 AS field11_15, d0_.file1_name AS file1_name_16, d0_.file2_name AS file2_name_17, d0_.type_key AS type_key_18, d0_.visible AS visible_19, d0_.list_order AS list_order_20 FROM dictionary d0_ WHERE (d0_.type_key = ? AND d0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (d0_.deletedAt IS NULL) ORDER BY d0_.name ASC"
"params" => [
1 => "therapist_approach"
2 => "174"
3 => "157"
4 => "176"
5 => "159"
6 => "160"
7 => "161"
8 => "153"
9 => "195"
10 => "163"
11 => "167"
12 => "172"
13 => "182"
]
"types" => [
1 => 2
2 => 1
3 => 1
4 => 1
5 => 1
6 => 1
7 => 1
8 => 1
9 => 1
10 => 1
11 => 1
12 => 1
13 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T09:20:33.471+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT d0_.id AS id_0, d0_.updated_at AS updated_at_1, d0_.deletedAt AS deletedAt_2, d0_.name AS name_3, d0_.field0 AS field0_4, d0_.field1 AS field1_5, d0_.field2 AS field2_6, d0_.field3 AS field3_7, d0_.field4 AS field4_8, d0_.field5 AS field5_9, d0_.field6 AS field6_10, d0_.field7 AS field7_11, d0_.field8 AS field8_12, d0_.field9 AS field9_13, d0_.field10 AS field10_14, d0_.field11 AS field11_15, d0_.file1_name AS file1_name_16, d0_.file2_name AS file2_name_17, d0_.type_key AS type_key_18, d0_.visible AS visible_19, d0_.list_order AS list_order_20 FROM dictionary d0_ WHERE (d0_.type_key = ? AND d0_.id IN (?, ?, ?, ?, ?, ?, ?, ?)) AND (d0_.deletedAt IS NULL) ORDER BY d0_.list_order ASC"
"params" => [
1 => "therapist_whom"
2 => "353"
3 => "356"
4 => "368"
5 => "358"
6 => "354"
7 => "364"
8 => "618"
9 => "365"
]
"types" => [
1 => 2
2 => 1
3 => 1
4 => 1
5 => 1
6 => 1
7 => 1
8 => 1
9 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.517+02:00"
"message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5579
#message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
#code: 0
#file: "/home/iacpclr/www/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
#line: 51
#severity: E_USER_DEPRECATED
trace: {
/home/iacpclr/www/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
› if ($reader) {
› trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:2275 {
ContainerIPDgqWj\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
› {
› return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/getPropertyInfo_SerializerExtractorService.php:23 {
ContainerIPDgqWj\getPropertyInfo_SerializerExtractorService::do($container, $lazyLoad = true) …
›
› return $container->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container)));
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:691 {
ContainerIPDgqWj\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/iacpclr/www/var/cache/dev/ContainerIPDgqWj/App_KernelDevDebugContainer.php:1957 {
ContainerIPDgqWj\App_KernelDevDebugContainer::ContainerIPDgqWj\{closure} …
› return $container->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () use ($container) {
› yield 0 => ($container->privates['property_info.serializer_extractor'] ?? $container->load('getPropertyInfo_SerializerExtractorService'));
› yield 1 => ($container->privates['property_info.reflection_extractor'] ??= new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor());
}
/home/iacpclr/www/vendor/symfony/property-info/PropertyInfoExtractor.php:82 {
Symfony\Component\PropertyInfo\PropertyInfoExtractor->extract(iterable $extractors, string $method, array $arguments): mixed …
› {
› foreach ($extractors as $extractor) {
› if (null !== $value = $extractor->{$method}(...$arguments)) {
}
/home/iacpclr/www/vendor/symfony/property-info/PropertyInfoExtractor.php:41 {
Symfony\Component\PropertyInfo\PropertyInfoExtractor->getProperties(string $class, array $context = []): ?array …
› {
› return $this->extract($this->listExtractors, 'getProperties', [$class, $context]);
› }
}
/home/iacpclr/www/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php:50 {
Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader->loadClassMetadata(ClassMetadata $metadata): bool …
› $className = $metadata->getClassName();
› if (!$properties = $this->listExtractor->getProperties($className)) {
› return false;
}
/home/iacpclr/www/vendor/symfony/validator/Mapping/Loader/LoaderChain.php:51 {
Symfony\Component\Validator\Mapping\Loader\LoaderChain->loadClassMetadata(ClassMetadata $metadata): bool …
› foreach ($this->loaders as $loader) {
› $success = $loader->loadClassMetadata($metadata) || $success;
› }
}
/home/iacpclr/www/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php:99 {
Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory->getMetadataFor(mixed $value): MetadataInterface …
›
› $this->loader?->loadClassMetadata($metadata);
›
}
/home/iacpclr/www/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:295 {
Symfony\Component\Validator\Validator\RecursiveContextualValidator->validateObject(object $object, string $propertyPath, array $groups, int $traversalStrategy, ExecutionContextInterface $context): void …
› try {
› $classMetadata = $this->metadataFactory->getMetadataFor($object);
›
}
/home/iacpclr/www/vendor/symfony/validator/Validator/RecursiveContextualValidator.php:131 {
Symfony\Component\Validator\Validator\RecursiveContextualValidator->validate(mixed $value, Symfony\Component\Validator\Constraint|array|null $constraints = null, Symfony\Component\Validator\Constraints\GroupSequence|array|string|null $groups = null): static …
› if (\is_object($value)) {
› $this->validateObject(
› $value,
}
/home/iacpclr/www/vendor/symfony/validator/Validator/RecursiveValidator.php:87 {
Symfony\Component\Validator\Validator\RecursiveValidator->validate(mixed $value, Symfony\Component\Validator\Constraint|array|null $constraints = null, Symfony\Component\Validator\Constraints\GroupSequence|array|string|null $groups = null): ConstraintViolationListInterface …
› return $this->startContext($value)
› ->validate($value, $constraints, $groups)
› ->getViolations();
}
/home/iacpclr/www/vendor/symfony/validator/Validator/TraceableValidator.php:61 {
Symfony\Component\Validator\Validator\TraceableValidator->validate(mixed $value, Symfony\Component\Validator\Constraint|array|null $constraints = null, Symfony\Component\Validator\Constraints\GroupSequence|array|string|null $groups = null): ConstraintViolationListInterface …
› {
› $violations = $this->validator->validate($value, $constraints, $groups);
›
}
/home/iacpclr/www/vendor/symfony/form/Extension/Validator/EventListener/ValidationListener.php:49 {
Symfony\Component\Form\Extension\Validator\EventListener\ValidationListener->validateForm(FormEvent $event) …
› // Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.
› foreach ($this->validator->validate($form) as $violation) {
› // Allow the "invalid" constraint to be put onto
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/home/iacpclr/www/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);
› }
}
/home/iacpclr/www/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:30 {
Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› {
› return $this->dispatcher->dispatch($event, $eventName);
› }
}
/home/iacpclr/www/vendor/symfony/form/Form.php:591 {
Symfony\Component\Form\Form->submit(mixed $submittedData, bool $clearMissing = true): static …
› $event = new PostSubmitEvent($this, $viewData);
› $dispatcher->dispatch($event, FormEvents::POST_SUBMIT);
› }
}
/home/iacpclr/www/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:110 {
Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(FormInterface $form, mixed $request = null) …
›
› $form->submit($data, 'PATCH' !== $method);
› }
}
/home/iacpclr/www/vendor/symfony/form/Form.php:420 {
Symfony\Component\Form\Form->handleRequest(mixed $request = null): static …
› {
› $this->config->getRequestHandler()->handleRequest($this, $request);
›
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:103 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› $form = $this->createForm(TherapistProfileType::class, $t);
› $form->handleRequest($request);
›
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.762+02:00"
"message" => "Deprecated: Return type of App\SForce\QueryResult::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#2024
#message: "Deprecated: Return type of App\SForce\QueryResult::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/iacpclr/www/src/SForce/SforceBaseClient.php"
#line: 1055
#severity: E_DEPRECATED
trace: {
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1055 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› public function key() { return $this->pointer; }
› public function current() { return new SObject($this->records[$this->pointer]); }
›
}
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1016 {
require_once …
›
› class QueryResult implements \Iterator{
› \tpublic $queryLocator;
}
/home/iacpclr/www/src/SForce/SforceEnterpriseClient.php:28 {
App\Service\SalesforceService->connect(): bool …
› */
› require_once ('SforceBaseClient.php');
›
}
/home/iacpclr/www/src/Service/SalesforceService.php:210 {
App\Service\SalesforceService->ensureConnected(): void …
› if (!$this->isConnected()) {
› $this->connect();
› }
}
/home/iacpclr/www/src/Service/SalesforceService.php:70 {
App\Service\SalesforceService->query(string $soql): array …
› {
› $this->ensureConnected();
›
}
/home/iacpclr/www/src/Service/MembershipsService.php:70 {
App\Service\MembershipsService->getSalesforceCustomerByMembershipNo($membership_number) …
› // Example query
› $accounts = $this->salesforce->query($query);
›
arguments: {
$soql: """
SELECT \n
Id,\n
Membership_No__c,\n
Membership_Status__c,\n
Birthdate,\n
Email,\n
Name,\n
FirstName,\n
LastName, \n
Latest_Accreditation_Date__c,\n
Latest_Acc_Sup_Renewal_Date__c,\n
Next_Supervisor_Renewal_Date__c \n
from Contact WHERE Membership_Status__c='Active' AND Membership_No__c='M11109'
"""
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:40 {
App\Service\MembershipsService->getSalesforcePracticesByMembershipNo($membership_number) …
› {
› $member = $this->getSalesforceCustomerByMembershipNo($membership_number);
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:328 {
App\Service\MembershipsService->syncTherapistToSforce(Therapist $t) …
›
› $sfm = $this->getSalesforcePracticesByMembershipNo($t->getMember()->getMembershipNumber());
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:108 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› if ($t->isOnlineRegister()) {
› $this->membershipsService->syncTherapistToSforce($t);
› }
arguments: {
$t: App\Entity\Therapist {#1284 …}
}
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.762+02:00"
"message" => "Deprecated: Return type of App\SForce\QueryResult::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5497
#message: "Deprecated: Return type of App\SForce\QueryResult::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/iacpclr/www/src/SForce/SforceBaseClient.php"
#line: 1053
#severity: E_DEPRECATED
trace: {
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1053 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› public function rewind() { $this->pointer = 0; }
› public function next() { ++$this->pointer; }
› public function key() { return $this->pointer; }
}
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1016 {
require_once …
›
› class QueryResult implements \Iterator{
› \tpublic $queryLocator;
}
/home/iacpclr/www/src/SForce/SforceEnterpriseClient.php:28 {
App\Service\SalesforceService->connect(): bool …
› */
› require_once ('SforceBaseClient.php');
›
}
/home/iacpclr/www/src/Service/SalesforceService.php:210 {
App\Service\SalesforceService->ensureConnected(): void …
› if (!$this->isConnected()) {
› $this->connect();
› }
}
/home/iacpclr/www/src/Service/SalesforceService.php:70 {
App\Service\SalesforceService->query(string $soql): array …
› {
› $this->ensureConnected();
›
}
/home/iacpclr/www/src/Service/MembershipsService.php:70 {
App\Service\MembershipsService->getSalesforceCustomerByMembershipNo($membership_number) …
› // Example query
› $accounts = $this->salesforce->query($query);
›
arguments: {
$soql: """
SELECT \n
Id,\n
Membership_No__c,\n
Membership_Status__c,\n
Birthdate,\n
Email,\n
Name,\n
FirstName,\n
LastName, \n
Latest_Accreditation_Date__c,\n
Latest_Acc_Sup_Renewal_Date__c,\n
Next_Supervisor_Renewal_Date__c \n
from Contact WHERE Membership_Status__c='Active' AND Membership_No__c='M11109'
"""
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:40 {
App\Service\MembershipsService->getSalesforcePracticesByMembershipNo($membership_number) …
› {
› $member = $this->getSalesforceCustomerByMembershipNo($membership_number);
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:328 {
App\Service\MembershipsService->syncTherapistToSforce(Therapist $t) …
›
› $sfm = $this->getSalesforcePracticesByMembershipNo($t->getMember()->getMembershipNumber());
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:108 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› if ($t->isOnlineRegister()) {
› $this->membershipsService->syncTherapistToSforce($t);
› }
arguments: {
$t: App\Entity\Therapist {#1284 …}
}
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.762+02:00"
"message" => "Deprecated: Return type of App\SForce\QueryResult::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5499
#message: "Deprecated: Return type of App\SForce\QueryResult::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/iacpclr/www/src/SForce/SforceBaseClient.php"
#line: 1054
#severity: E_DEPRECATED
trace: {
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1054 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› public function next() { ++$this->pointer; }
› public function key() { return $this->pointer; }
› public function current() { return new SObject($this->records[$this->pointer]); }
}
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1016 {
require_once …
›
› class QueryResult implements \Iterator{
› \tpublic $queryLocator;
}
/home/iacpclr/www/src/SForce/SforceEnterpriseClient.php:28 {
App\Service\SalesforceService->connect(): bool …
› */
› require_once ('SforceBaseClient.php');
›
}
/home/iacpclr/www/src/Service/SalesforceService.php:210 {
App\Service\SalesforceService->ensureConnected(): void …
› if (!$this->isConnected()) {
› $this->connect();
› }
}
/home/iacpclr/www/src/Service/SalesforceService.php:70 {
App\Service\SalesforceService->query(string $soql): array …
› {
› $this->ensureConnected();
›
}
/home/iacpclr/www/src/Service/MembershipsService.php:70 {
App\Service\MembershipsService->getSalesforceCustomerByMembershipNo($membership_number) …
› // Example query
› $accounts = $this->salesforce->query($query);
›
arguments: {
$soql: """
SELECT \n
Id,\n
Membership_No__c,\n
Membership_Status__c,\n
Birthdate,\n
Email,\n
Name,\n
FirstName,\n
LastName, \n
Latest_Accreditation_Date__c,\n
Latest_Acc_Sup_Renewal_Date__c,\n
Next_Supervisor_Renewal_Date__c \n
from Contact WHERE Membership_Status__c='Active' AND Membership_No__c='M11109'
"""
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:40 {
App\Service\MembershipsService->getSalesforcePracticesByMembershipNo($membership_number) …
› {
› $member = $this->getSalesforceCustomerByMembershipNo($membership_number);
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:328 {
App\Service\MembershipsService->syncTherapistToSforce(Therapist $t) …
›
› $sfm = $this->getSalesforcePracticesByMembershipNo($t->getMember()->getMembershipNumber());
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:108 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› if ($t->isOnlineRegister()) {
› $this->membershipsService->syncTherapistToSforce($t);
› }
arguments: {
$t: App\Entity\Therapist {#1284 …}
}
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.762+02:00"
"message" => "Deprecated: Return type of App\SForce\QueryResult::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#5943
#message: "Deprecated: Return type of App\SForce\QueryResult::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/iacpclr/www/src/SForce/SforceBaseClient.php"
#line: 1057
#severity: E_DEPRECATED
trace: {
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1057 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
›
› public function valid() {
› \twhile ($this->pointer >= count($this->records)) {
}
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1016 {
require_once …
›
› class QueryResult implements \Iterator{
› \tpublic $queryLocator;
}
/home/iacpclr/www/src/SForce/SforceEnterpriseClient.php:28 {
App\Service\SalesforceService->connect(): bool …
› */
› require_once ('SforceBaseClient.php');
›
}
/home/iacpclr/www/src/Service/SalesforceService.php:210 {
App\Service\SalesforceService->ensureConnected(): void …
› if (!$this->isConnected()) {
› $this->connect();
› }
}
/home/iacpclr/www/src/Service/SalesforceService.php:70 {
App\Service\SalesforceService->query(string $soql): array …
› {
› $this->ensureConnected();
›
}
/home/iacpclr/www/src/Service/MembershipsService.php:70 {
App\Service\MembershipsService->getSalesforceCustomerByMembershipNo($membership_number) …
› // Example query
› $accounts = $this->salesforce->query($query);
›
arguments: {
$soql: """
SELECT \n
Id,\n
Membership_No__c,\n
Membership_Status__c,\n
Birthdate,\n
Email,\n
Name,\n
FirstName,\n
LastName, \n
Latest_Accreditation_Date__c,\n
Latest_Acc_Sup_Renewal_Date__c,\n
Next_Supervisor_Renewal_Date__c \n
from Contact WHERE Membership_Status__c='Active' AND Membership_No__c='M11109'
"""
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:40 {
App\Service\MembershipsService->getSalesforcePracticesByMembershipNo($membership_number) …
› {
› $member = $this->getSalesforceCustomerByMembershipNo($membership_number);
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:328 {
App\Service\MembershipsService->syncTherapistToSforce(Therapist $t) …
›
› $sfm = $this->getSalesforcePracticesByMembershipNo($t->getMember()->getMembershipNumber());
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:108 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› if ($t->isOnlineRegister()) {
› $this->membershipsService->syncTherapistToSforce($t);
› }
arguments: {
$t: App\Entity\Therapist {#1284 …}
}
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647633
"timestamp_rfc3339" => "2026-06-05T10:20:33.762+02:00"
"message" => "Deprecated: Return type of App\SForce\QueryResult::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#6541
#message: "Deprecated: Return type of App\SForce\QueryResult::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
#code: 0
#file: "/home/iacpclr/www/src/SForce/SforceBaseClient.php"
#line: 1052
#severity: E_DEPRECATED
trace: {
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1052 {
Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
› // Basic Iterator implementation functions
› public function rewind() { $this->pointer = 0; }
› public function next() { ++$this->pointer; }
}
/home/iacpclr/www/src/SForce/SforceBaseClient.php:1016 {
require_once …
›
› class QueryResult implements \Iterator{
› \tpublic $queryLocator;
}
/home/iacpclr/www/src/SForce/SforceEnterpriseClient.php:28 {
App\Service\SalesforceService->connect(): bool …
› */
› require_once ('SforceBaseClient.php');
›
}
/home/iacpclr/www/src/Service/SalesforceService.php:210 {
App\Service\SalesforceService->ensureConnected(): void …
› if (!$this->isConnected()) {
› $this->connect();
› }
}
/home/iacpclr/www/src/Service/SalesforceService.php:70 {
App\Service\SalesforceService->query(string $soql): array …
› {
› $this->ensureConnected();
›
}
/home/iacpclr/www/src/Service/MembershipsService.php:70 {
App\Service\MembershipsService->getSalesforceCustomerByMembershipNo($membership_number) …
› // Example query
› $accounts = $this->salesforce->query($query);
›
arguments: {
$soql: """
SELECT \n
Id,\n
Membership_No__c,\n
Membership_Status__c,\n
Birthdate,\n
Email,\n
Name,\n
FirstName,\n
LastName, \n
Latest_Accreditation_Date__c,\n
Latest_Acc_Sup_Renewal_Date__c,\n
Next_Supervisor_Renewal_Date__c \n
from Contact WHERE Membership_Status__c='Active' AND Membership_No__c='M11109'
"""
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:40 {
App\Service\MembershipsService->getSalesforcePracticesByMembershipNo($membership_number) …
› {
› $member = $this->getSalesforceCustomerByMembershipNo($membership_number);
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:328 {
App\Service\MembershipsService->syncTherapistToSforce(Therapist $t) …
›
› $sfm = $this->getSalesforcePracticesByMembershipNo($t->getMember()->getMembershipNumber());
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:108 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› if ($t->isOnlineRegister()) {
› $this->membershipsService->syncTherapistToSforce($t);
› }
arguments: {
$t: App\Entity\Therapist {#1284 …}
}
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.173+01:00"
"message" => "Salesforce SOAP connection failed"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"error" => "INVALID_LOGIN: Invalid username, password, security token; or user locked out."
"code" => 0
"username" => "jryan@webdesignireland.ie"
]
"channel" => "salesforce"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.177+01:00"
"message" => "Uncaught PHP Exception Exception: "Failed to connect to Salesforce: INVALID_LOGIN: Invalid username, password, security token; or user locked out." at SalesforceService.php line 61"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Exception {#5933
#message: "Failed to connect to Salesforce: INVALID_LOGIN: Invalid username, password, security token; or user locked out."
#code: 0
#file: "/home/iacpclr/www/src/Service/SalesforceService.php"
#line: 61
-previous: SoapFault {#6111 …}
trace: {
/home/iacpclr/www/src/Service/SalesforceService.php:61 {
App\Service\SalesforceService->connect(): bool …
› ]);
› throw new Exception('Failed to connect to Salesforce: ' . $e->getMessage(), 0, $e);
› }
}
/home/iacpclr/www/src/Service/SalesforceService.php:210 {
App\Service\SalesforceService->ensureConnected(): void …
› if (!$this->isConnected()) {
› $this->connect();
› }
}
/home/iacpclr/www/src/Service/SalesforceService.php:70 {
App\Service\SalesforceService->query(string $soql): array …
› {
› $this->ensureConnected();
›
}
/home/iacpclr/www/src/Service/MembershipsService.php:70 {
App\Service\MembershipsService->getSalesforceCustomerByMembershipNo($membership_number) …
› // Example query
› $accounts = $this->salesforce->query($query);
›
arguments: {
$soql: """
SELECT \n
Id,\n
Membership_No__c,\n
Membership_Status__c,\n
Birthdate,\n
Email,\n
Name,\n
FirstName,\n
LastName, \n
Latest_Accreditation_Date__c,\n
Latest_Acc_Sup_Renewal_Date__c,\n
Next_Supervisor_Renewal_Date__c \n
from Contact WHERE Membership_Status__c='Active' AND Membership_No__c='M11109'
"""
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:40 {
App\Service\MembershipsService->getSalesforcePracticesByMembershipNo($membership_number) …
› {
› $member = $this->getSalesforceCustomerByMembershipNo($membership_number);
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Service/MembershipsService.php:328 {
App\Service\MembershipsService->syncTherapistToSforce(Therapist $t) …
›
› $sfm = $this->getSalesforcePracticesByMembershipNo($t->getMember()->getMembershipNumber());
›
arguments: {
$membership_number: "M11109"
}
}
/home/iacpclr/www/src/Controller/MembersAreaController.php:108 {
App\Controller\MembersAreaController->edit_personal_data(Request $request, UserPasswordHasherInterface $hasher, SalesforceService $sf): Response …
› if ($t->isOnlineRegister()) {
› $this->membershipsService->syncTherapistToSforce($t);
› }
arguments: {
$t: App\Entity\Therapist {#1284 …}
}
}
/home/iacpclr/www/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);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#1208 …}
$sf: App\Service\SalesforceService {#893 …}
}
}
/home/iacpclr/www/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) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
}
}
/home/iacpclr/www/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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
$type: 1
$catch: true
}
}
/home/iacpclr/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#16 …}
}
}
/home/iacpclr/www/vendor/autoload_runtime.php:30 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/iacpclr/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/iacpclr/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Stored the security token in the session."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"key" => "_security_member"
]
"channel" => "security"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.262+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
5751 => [
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\RecaptchaSubscriber::onRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.178+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.183+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.183+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.183+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.183+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.183+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerIPDgqWj\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.183+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.216+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.217+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT TABLE_NAME\n
FROM information_schema.TABLES\n
WHERE TABLE_SCHEMA = ?\n
AND TABLE_TYPE = 'BASE TABLE'\n
ORDER BY TABLE_NAME
"""
"params" => [
1 => "iacpclrwww"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.218+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.219+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT TABLE_NAME\n
FROM information_schema.TABLES\n
WHERE TABLE_SCHEMA = ?\n
AND TABLE_TYPE = 'BASE TABLE'\n
ORDER BY TABLE_NAME
"""
"params" => [
1 => "iacpclrwww"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.222+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.222+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT t.TABLE_NAME,\n
t.ENGINE,\n
t.AUTO_INCREMENT,\n
t.TABLE_COMMENT,\n
t.CREATE_OPTIONS,\n
t.TABLE_COLLATION,\n
ccsa.CHARACTER_SET_NAME\n
FROM information_schema.TABLES t\n
INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n
ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
"""
"params" => [
1 => "iacpclrwww"
2 => "doctrine_migration_versions"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.224+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.224+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n
k.COLUMN_NAME,\n
k.REFERENCED_TABLE_NAME,\n
k.REFERENCED_COLUMN_NAME,\n
k.ORDINAL_POSITION /*!50116,\n
c.UPDATE_RULE,\n
c.DELETE_RULE */\n
FROM information_schema.key_column_usage k /*!50116\n
INNER JOIN information_schema.referential_constraints c\n
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'iacpclrwww' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [
1 => "iacpclrwww"
2 => "doctrine_migration_versions"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.226+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT c.COLUMN_NAME AS field,\n
c.COLUMN_TYPE AS type,\n
c.IS_NULLABLE AS `null`,\n
c.COLUMN_KEY AS `key`,\n
c.COLUMN_DEFAULT AS `default`,\n
c.EXTRA,\n
c.COLUMN_COMMENT AS comment,\n
c.CHARACTER_SET_NAME AS characterset,\n
c.COLLATION_NAME AS collation\n
FROM information_schema.COLUMNS c\n
INNER JOIN information_schema.TABLES t\n
ON t.TABLE_NAME = c.TABLE_NAME\n
WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [
1 => "iacpclrwww"
2 => "iacpclrwww"
3 => "doctrine_migration_versions"
]
"types" => [
1 => 2
2 => 2
3 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.230+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.230+01:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT NON_UNIQUE AS Non_Unique,\n
INDEX_NAME AS Key_name,\n
COLUMN_NAME AS Column_Name,\n
SUB_PART AS Sub_Part,\n
INDEX_TYPE AS Index_Type\n
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
"params" => [
1 => "iacpclrwww"
2 => "doctrine_migration_versions"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.233+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.246+01:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1780647635
"timestamp_rfc3339" => "2026-06-05T09:20:35.257+01:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
"" => 0
16 => 2
5751 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#203 …}
} |