| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#116
-records: [
3 => [
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.605+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "mailbox_source_action"
"route_parameters" => [
"_route" => "mailbox_source_action"
"_controller" => "App\Controller\MailboxSourceController::action"
"id" => "2"
"sourceId" => "4"
]
"request_uri" => "https://mail.status-global.fr/app/mailbox/2/sources/4"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.606+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 0
]
"channel" => "security"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.612+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => 3306
"user" => "mail_user"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "mail"
"serverVersion" => "mariadb-11.4.0"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.613+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.is_guest AS is_guest_3, t0.guest_token AS guest_token_4, t0.access_token AS access_token_5, t0.notification_email AS notification_email_6, t0.roles_json AS roles_json_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM users t0 WHERE t0.guest_token = ? AND t0.is_guest = ? LIMIT 1"
"params" => [
1 => "f8dd1be8b61dbc49e0ebe6253aefeaa94871744abcfda037a80adaf8d6f6423f"
2 => 1
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#846
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#849
+name: "BOOLEAN"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.614+00:00"
"message" => "User Deprecated: Providing the property $uniqueConstraints on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\UniqueConstraint attribute instead. (Table.php:36 called by Mailbox.php:11, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#868
#message: "User Deprecated: Providing the property $uniqueConstraints on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\UniqueConstraint attribute instead. (Table.php:36 called by Mailbox.php:11, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)"
#code: 0
#file: "/var/www/mail_copy/vendor/doctrine/deprecations/src/Deprecation.php"
#line: 208
#severity: E_USER_DEPRECATED
trace: {
/var/www/mail_copy/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
› @trigger_error($message, E_USER_DEPRECATED);
› }
}
/var/www/mail_copy/vendor/doctrine/deprecations/src/Deprecation.php:108 {
Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
›
› self::delegateTriggerToBackend($message, $backtrace, $link, $package);
› }
}
/var/www/mail_copy/vendor/doctrine/orm/src/Mapping/Table.php:36 {
Doctrine\ORM\Mapping\Table->__construct(?string $name = null, ?string $schema = null, ?array $indexes = null, ?array $uniqueConstraints = null, array $options = []) …
› if ($this->uniqueConstraints !== null) {
› Deprecation::trigger(
› 'doctrine/orm',
}
/var/www/mail_copy/src/Entity/Mailbox.php:11 {
ReflectionAttribute->newInstance(): object …
› #[ORM\Index(columns: ['status'], name: 'idx_mailbox_status')]
› #[ORM\Table(
› name: 'mailboxes',
}
/var/www/mail_copy/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:115 {
Doctrine\ORM\Mapping\Driver\AttributeReader->convertToAttributeInstances(array $attributes): array …
›
› $instance = $attribute->newInstance();
› assert($instance instanceof MappingAttribute);
}
/var/www/mail_copy/vendor/doctrine/orm/src/Mapping/Driver/AttributeReader.php:33 {
Doctrine\ORM\Mapping\Driver\AttributeReader->getClassAttributes(ReflectionClass $class): array …
› {
› return $this->convertToAttributeInstances($class->getAttributes());
› }
}
/var/www/mail_copy/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:89 {
Doctrine\ORM\Mapping\Driver\AttributeDriver->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
›
› $classAttributes = $this->reader->getClassAttributes($reflectionClass);
›
}
/var/www/mail_copy/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php:61 {
Doctrine\Persistence\Mapping\Driver\MappingDriverChain->loadMetadataForClass(string $className, ClassMetadata $metadata): void …
› if ($this->isInNamespace($className, $namespace)) {
› $driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/mail_copy/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php:41 {
Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver->loadMetadataForClass($className, ClassMetadata $metadata): void …
› {
› $this->driver->loadMetadataForClass($className, $metadata);
›
}
/var/www/mail_copy/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:167 {
Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
› try {
› $this->driver->loadMetadataForClass($class->getName(), $class);
› } catch (ReflectionException $e) {
}
/var/www/mail_copy/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:20 {
Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
› {
› parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);
›
}
/var/www/mail_copy/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
›
› $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);
›
}
/var/www/mail_copy/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:187 {
Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/var/www/mail_copy/vendor/doctrine/orm/src/EntityManager.php:224 {
Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/var/www/mail_copy/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->doGetRepository(EntityManagerInterface $entityManager, string $entityName, bool $strictTypeCheck): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/var/www/mail_copy/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php:29 {
Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
› {
› return $this->doGetRepository($entityManager, $entityName, true);
› }
}
/var/www/mail_copy/vendor/doctrine/orm/src/EntityManager.php:499 {
Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
› {
› return $this->repositoryFactory->getRepository($this, $className);
› }
}
/var/www/mail_copy/src/Controller/MailboxSourceController.php:34 {
App\Controller\MailboxSourceController->loadMailbox(EntityManagerInterface $em, User $user, int $id): Mailbox …
› {
› $m = $em->getRepository(Mailbox::class)->find($id);
› if (!$m || $m->getUser()->getId() !== $user->getId()) throw $this->createNotFoundException();
}
/var/www/mail_copy/src/Controller/MailboxSourceController.php:130 {
App\Controller\MailboxSourceController->action(int $id, int $sourceId, EntityManagerInterface $em, Request $request): Response …
›
› $mailbox = $this->loadMailbox($em, $user, $id);
› $all = $em->getRepository(Mailbox::class)->findBy(['user' => $user], ['id' => 'DESC']);
}
/var/www/mail_copy/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/mail_copy/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/mail_copy/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/mail_copy/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/mail_copy/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/mail_copy/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.617+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.status AS status_3, t0.last_error AS last_error_4, t0.estimated_size_bytes AS estimated_size_bytes_5, t0.migrated_bytes AS migrated_bytes_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9, t0.domain_id AS domain_id_10 FROM mailboxes t0 WHERE t0.id = ?"
"params" => [
1 => 2
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#846}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.621+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.status AS status_3, t0.last_error AS last_error_4, t0.estimated_size_bytes AS estimated_size_bytes_5, t0.migrated_bytes AS migrated_bytes_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.user_id AS user_id_9, t0.domain_id AS domain_id_10 FROM mailboxes t0 WHERE t0.user_id = ? ORDER BY t0.id DESC"
"params" => [
1 => 2
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#846}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.624+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.status AS status_3, t0.last_error AS last_error_4, t0.imap_host AS imap_host_5, t0.imap_port AS imap_port_6, t0.imap_encryption AS imap_encryption_7, t0.login AS login_8, t0.last_synced_at AS last_synced_at_9, t0.estimated_size_bytes AS estimated_size_bytes_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.mailbox_id AS mailbox_id_13, t0.credential_id AS credential_id_14 FROM mailbox_sources t0 WHERE t0.id = ?"
"params" => [
1 => 4
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#846}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1768298187
"timestamp_rfc3339" => "2026-01-13T09:56:27.629+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\FatalError: "Error: Cannot declare class App\Entity\MailboxSource, because the name is already in use" at MailboxSource.php line 10"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Error\FatalError {#1212
#message: "Error: Cannot declare class App\Entity\MailboxSource, because the name is already in use"
#code: 0
#file: "/var/www/mail_copy/src/Entity/MailboxSource.php"
#line: 10
-error: [
"type" => 1
"message" => "Cannot declare class App\Entity\MailboxSource, because the name is already in use"
"file" => "/var/www/mail_copy/src/Entity/MailboxSource.php"
"line" => 10
]
}
]
"channel" => "request"
]
]
]
-errorCount: [
3 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#115 …}
} |