ErrorController

Request

GET Parameters

Key Value
crudAction
"index"
crudControllerFqcn
"App\Controller\Content\Objet\ObjetCrudController"
menuIndex
"13"
signature
"x92quGdUhQ5JW9-nfVh7du_Ad1xno7IW0wxbzJxzl_0"
submenuIndex
"-1"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"bc965e"
exception
Doctrine\DBAL\Exception\InvalidFieldNameException {#2060
  -query: Doctrine\DBAL\Query {#2056 …}
  #message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.code_inner_block' in 'field list'"
  #code: 1054
  #file: "/home/devilinf/louetonbox/cms/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 69
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#2069 …}
  trace: {
    /home/devilinf/louetonbox/cms/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 1611:    return new InvalidFieldNameException($exception, $query);}
    /home/devilinf/louetonbox/cms/vendor/doctrine/dbal/src/Connection.php:1814 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › 
      › $exception = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#2069 …}
        $query: Doctrine\DBAL\Query {#2056 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/doctrine/dbal/src/Connection.php:1749 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#2069 …}
        $query: Doctrine\DBAL\Query {#2056 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/doctrine/dbal/src/Connection.php:1055 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#2069 …}
        $sql: "SELECT t0.id AS id_1, t0.label AS label_2, t0.code_html AS code_html_3, t0.code_css AS code_css_4, t0.code_js AS code_js_5, t0.code_block AS code_block_6, t0.date_creation AS date_creation_7, t0.date_modification AS date_modification_8, t0.id_import AS id_import_9, t0.code_inner_block AS code_inner_block_10, t0.projet_id AS projet_id_11 FROM section t0 WHERE t0.id = ?"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /home/devilinf/louetonbox/cms/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:749 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, array $orderBy = null) …
      › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);arguments: {
        $sql: "SELECT t0.id AS id_1, t0.label AS label_2, t0.code_html AS code_html_3, t0.code_css AS code_css_4, t0.code_js AS code_js_5, t0.code_block AS code_block_6, t0.date_creation AS date_creation_7, t0.date_modification AS date_modification_8, t0.id_import AS id_import_9, t0.code_inner_block AS code_inner_block_10, t0.projet_id AS projet_id_11 FROM section t0 WHERE t0.id = ?"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /home/devilinf/louetonbox/cms/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:767 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, $entity = null) …
      › {    return $this->load($identifier, $entity);}
      arguments: {
        $criteria: [ …1]
        $entity: Proxies\__CG__\App\Entity\Section {#1716 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php:132 {
      Doctrine\ORM\Proxy\ProxyFactory->Doctrine\ORM\Proxy\{closure} …
      › 
      › if ($entityPersister->loadById($identifier, $proxy) === null) {    $proxy->__setInitializer($initializer);
      arguments: {
        $identifier: [ …1]
        $entity: Proxies\__CG__\App\Entity\Section {#1716 …}
      }
    }
    /home/devilinf/louetonbox/cms/var/cache/dev/doctrine/orm/Proxies/__CG__AppEntitySection.php:111 {
      Closure->__invoke …
      › {    $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []);}
      arguments: {
        Proxies\__CG__\App\Entity\Section {#1716 …}
        "__load"
        []
      }
    }
    /home/devilinf/louetonbox/cms/var/cache/dev/doctrine/orm/Proxies/__CG__AppEntitySection.php:111 {
      Proxies\__CG__\App\Entity\Section->__load(): void …
      › {    $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []);}
      arguments: {
        Proxies\__CG__\App\Entity\Section {#1716 …}
        "__load"
        []
      }
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:115 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->doCreate(string $entityFqcn = null, $entityId = null, string $entityPermission = null, $entityInstance = null): EntityDto …
      › if ($entityInstance instanceof Proxy) {    $entityInstance->__load();}
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:75 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->createForEntityInstance($entityInstance): EntityDto …
      › {    return $this->doCreate(null, null, null, $entityInstance);}
      arguments: {
        $entityFqcn: null
        $entityId: null
        $entityPermission: null
        $entityInstance: Proxies\__CG__\App\Entity\Section {#1716 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php:151 {
      EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator->configureToOneAssociation(FieldDto $field): void …
      ›     ? $this->entityFactory->create($targetEntityFqcn)    : $this->entityFactory->createForEntityInstance($field->getValue());$field->setFormTypeOptionIfNotSet('class', $targetEntityDto->getFqcn());
      arguments: {
        $entityInstance: Proxies\__CG__\App\Entity\Section {#1716 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Field/Configurator/AssociationConfigurator.php:96 {
      EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator->configure(FieldDto $field, EntityDto $entityDto, AdminContext $context): void …
      › if ($entityDto->isToOneAssociation($propertyName)) {    $this->configureToOneAssociation($field);}
      arguments: {
        $field: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1928 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php:97 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory->processFields(EntityDto $entityDto, FieldCollection $fields): void …
      › 
      ›     $configurator->configure($fieldDto, $entityDto, $context);}
      arguments: {
        $field: EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1928 …}
        $entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1618 …}
        $context: EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext {#1348 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:43 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->processFields(EntityDto $entityDto, FieldCollection $fields): void …
      › {    $this->fieldFactory->processFields($entityDto, $fields);}
      arguments: {
        $entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1618 …}
        $fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1891 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:49 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->processFieldsForAll(EntityCollection $entities, FieldCollection $fields): void …
      › foreach ($entities as $entity) {    $this->processFields($entity, clone $fields);    $entities->set($entity);
      arguments: {
        $entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1618 …}
        $fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1891 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:137 {
      EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->index(AdminContext $context) …
      › $entities = $this->container->get(EntityFactory::class)->createCollection($context->getEntity(), $paginator->getResults());$this->container->get(EntityFactory::class)->processFieldsForAll($entities, $fields);$actions = $this->container->get(EntityFactory::class)->processActionsForAll($entities, $context->getCrud()->getActionsConfig());
      arguments: {
        $entities: EasyCorp\Bundle\EasyAdminBundle\Collection\EntityCollection {#1617 …}
        $fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1566 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php:152 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $context: EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext {#1348 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
        $type: 1
      }
    }
    /home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
        $type: 1
        $catch: true
      }
    }
    /home/devilinf/louetonbox/cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
      }
    }
    /home/devilinf/louetonbox/cms/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/devilinf/louetonbox/cms/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#116 …6}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
cookie
"_ga=GA1.1.483100774.1686261893; PHPSESSID=12979105d8e1e1f63d5a70a99a9f65e6"
host
"louetonbox-cms.devil-it-applications.fr"
referer
"https://louetonbox-cms.devil-it-applications.fr/admin?crudAction=index&crudControllerFqcn=App%5CController%5CContent%5CPage%5CPageCrudController&menuIndex=3&signature=30LcJoxf5RooDqJ2eEXHrXSpYr1L8BGzG71dCOUFUww&submenuIndex=-1"
remote-ip
"92.154.22.28"
remote-port
"51002"
scheme
"https"
sec-ch-ua
""Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"
waf-client-ip
"92.154.22.28"
waf-client-port
"51002"
x-ae
"br"
x-cdn-any-ip
"46.105.204.11"
x-cdn-request-id
"219834468"
x-forwarded-for
"92.154.22.28"
x-forwarded-proto
"https"
x-ovhrequest-id
"0470e829259abcd02aacae9d234c0ef9"
x-php-ob-level
"1"
x-predictor
"1"
x-remote-ip
"92.154.22.28"
x-remote-port
"51002"
x-scheme
"https"
x-varnish
"337463900"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 27 Mar 2024 13:08:36 GMT"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42S22%5D%3A%20Column%20not%20found%3A%201054%20Unknown%20column%20%27t0.code_inner_block%27%20in%20%27field%20list%27"
x-debug-exception-file
"%2Fhome%2Fdevilinf%2Flouetonbox%2Fcms%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:69"
x-debug-token
"9ac440"

Cookies

Request Cookies

Key Value
PHPSESSID
"12979105d8e1e1f63d5a70a99a9f65e6"
_ga
"GA1.1.483100774.1686261893"

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Wed, 27 Mar 24 14:04:13 +0100"
Last used
"Wed, 27 Mar 24 14:08:36 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"x2gM2Q9XXplN2J5M0kP1wcmiXjLJ8b732Z6uqrnYKVk"
_csrf/https-ea-batch-action-batchDelete
"M1MI10ku3KpaFDIWVK7Mj-tWrMGD3YcAmFsX_KVywUE"
_csrf/https-ea-delete
"cLQBSW2DXAVYhCMf1Vn4MCDgAkXJQCZZ86RRqwumtWA"
_security.last_username
"johan@devil-it-applications.fr"
_security_main
"O:75:"Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":14:{s:19:"\x00App\Entity\User\x00id";i:18;s:22:"\x00App\Entity\User\x00email";s:30:"johan@devil-it-applications.fr";s:22:"\x00App\Entity\User\x00roles";a:2:{i:3;s:16:"ROLE_UTILISATEUR";i:4;s:16:"ROLE_SUPER_ADMIN";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$S//SDEwLn3GNtuscN2JFJeDBFNYeSUjLjJIe33T.oPJwSJw/mDnK6";s:20:"\x00App\Entity\User\x00nom";s:13:"Johan Tarapey";s:23:"\x00App\Entity\User\x00prenom";N;s:21:"\x00App\Entity\User\x00etat";N;s:26:"\x00App\Entity\User\x00telephone";N;s:29:"\x00App\Entity\User\x00dateCreation";O:8:"DateTime":3:{s:4:"date";s:26:"2022-09-03 10:42:50.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:12:"Europe/Paris";}s:33:"\x00App\Entity\User\x00dateModification";O:8:"DateTime":3:{s:4:"date";s:26:"2022-10-19 18:50:45.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:12:"Europe/Paris";}s:27:"\x00App\Entity\User\x00isVerified";b:0;s:25:"\x00App\Entity\User\x00remarque";N;s:23:"\x00App\Entity\User\x00projet";O:32:"Proxies\__CG__\App\Entity\Projet":77:{s:17:"__isInitialized__";b:0;s:21:"\x00App\Entity\Projet\x00id";i:21;s:25:"\x00App\Entity\Projet\x00projet";N;s:28:"\x00App\Entity\Projet\x00dateDebut";N;s:26:"\x00App\Entity\Projet\x00dateFin";N;s:27:"\x00App\Entity\Projet\x00remarque";N;s:26:"\x00App\Entity\Projet\x00nbrPage";N;s:29:"\x00App\Entity\Projet\x00nbrArticle";N;s:29:"\x00App\Entity\Projet\x00nbrMainNav";N;s:34:"\x00App\Entity\Projet\x00homeTitlePrefix";N;s:34:"\x00App\Entity\Projet\x00homeTitleSuffix";N;s:34:"\x00App\Entity\Projet\x00homeDescription";N;s:31:"\x00App\Entity\Projet\x00homeKeywords";N;s:23:"\x00App\Entity\Projet\x00logo";N;s:31:"\x00App\Entity\Projet\x00logoVertical";N;s:30:"\x00App\Entity\Projet\x00logoFavicon";N;s:32:"\x00App\Entity\Projet\x00logoOpenGraph";N;s:33:"\x00App\Entity\Projet\x00imageFtpServer";N;s:32:"\x00App\Entity\Projet\x00imageFtpLogin";N;s:30:"\x00App\Entity\Projet\x00imageFtpMdp";N;s:34:"\x00App\Entity\Projet\x00imageHttpServer";N;s:31:"\x00App\Entity\Projet\x00webFtpServer";N;s:30:"\x00App\Entity\Projet\x00webFtpLogin";N;s:28:"\x00App\Entity\Projet\x00webFtpMdp";N;s:32:"\x00App\Entity\Projet\x00contact1Label";N;s:30:"\x00App\Entity\Projet\x00contact1Tel";N;s:32:"\x00App\Entity\Projet\x00contact1Email";N;s:32:"\x00App\Entity\Projet\x00contact2Label";N;s:30:"\x00App\Entity\Projet\x00contact2Tel";N;s:32:"\x00App\Entity\Projet\x00contact2Email";N;s:32:"\x00App\Entity\Projet\x00contact3Label";N;s:30:"\x00App\Entity\Projet\x00contact3Tel";N;s:32:"\x00App\Entity\Projet\x00contact3Email";N;s:29:"\x00App\Entity\Projet\x00smtpServer";N;s:27:"\x00App\Entity\Projet\x00smtpPort";N;s:28:"\x00App\Entity\Projet\x00smtpLogin";N;s:26:"\x00App\Entity\Projet\x00smtpMdp";N;s:30:"\x00App\Entity\Projet\x00emailSender";N;s:33:"\x00App\Entity\Projet\x00emailRecipient";N;s:34:"\x00App\Entity\Projet\x00smtpEmailApiKey";N;s:28:"\x00App\Entity\Projet\x00smsSender";N;s:28:"\x00App\Entity\Projet\x00smsApiKey";N;s:34:"\x00App\Entity\Projet\x00googleAnalytics";N;s:35:"\x00App\Entity\Projet\x00recaptchaSiteKey";N;s:37:"\x00App\Entity\Projet\x00recaptchaProjectId";N;s:38:"\x00App\Entity\Projet\x00recaptchaConfigFile";N;s:31:"\x00App\Entity\Projet\x00dateCreation";N;s:35:"\x00App\Entity\Projet\x00dateModification";N;s:24:"\x00App\Entity\Projet\x00pages";N;s:24:"\x00App\Entity\Projet\x00users";N;s:31:"\x00App\Entity\Projet\x00articleTypes";N;s:30:"\x00App\Entity\Projet\x00formulaires";N;s:35:"\x00App\Entity\Projet\x00formulaireInputs";N;s:35:"\x00App\Entity\Projet\x00formulaireRecaps";N;s:27:"\x00App\Entity\Projet\x00logoDark";N;s:35:"\x00App\Entity\Projet\x00logoVerticalDark";N;s:40:"\x00App\Entity\Projet\x00imageFtpServerEnligne";N;s:39:"\x00App\Entity\Projet\x00imageFtpLoginEnligne";N;s:37:"\x00App\Entity\Projet\x00imageFtpMdpEnligne";N;s:41:"\x00App\Entity\Projet\x00imageHttpServerEnligne";N;s:38:"\x00App\Entity\Projet\x00webFtpServerEnligne";N;s:37:"\x00App\Entity\Projet\x00webFtpLoginEnligne";N;s:35:"\x00App\Entity\Projet\x00webFtpMdpEnligne";N;s:32:"\x00App\Entity\Projet\x00switchEnLigne";N;s:34:"\x00App\Entity\Projet\x00contact1Adresse";N;s:35:"\x00App\Entity\Projet\x00contact1Remarque";N;s:34:"\x00App\Entity\Projet\x00contact2Adresse";N;s:35:"\x00App\Entity\Projet\x00contact2Remarque";N;s:34:"\x00App\Entity\Projet\x00contact3Adresse";N;s:35:"\x00App\Entity\Projet\x00contact3Remarque";N;s:30:"\x00App\Entity\Projet\x00databaseUrl";N;s:37:"\x00App\Entity\Projet\x00databaseUrlEnligne";N;s:28:"\x00App\Entity\Projet\x00appSecret";N;s:28:"\x00App\Entity\Projet\x00userRoles";N;s:25:"\x00App\Entity\Projet\x00combis";N;s:27:"\x00App\Entity\Projet\x00sections";N;s:25:"\x00App\Entity\Projet\x00objets";N;}s:26:"\x00App\Entity\User\x00userRoles";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:16:"ROLE_UTILISATEUR";i:1;s:16:"ROLE_SUPER_ADMIN";}}}"
flasher::envelopes
[]

Session Usage

6 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/public/index.php"
    "line" => 5
    "args" => [
      "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/public/index.php"
    "line" => 5
    "args" => [
      "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/public/index.php"
    "line" => 5
    "args" => [
      "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/public/index.php"
    "line" => 5
    "args" => [
      "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/public/index.php"
    "line" => 5
    "args" => [
      "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/devilinf/louetonbox/cms/public/index.php"
    "line" => 5
    "args" => [
      "/home/devilinf/louetonbox/cms/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"4186e1ea4159c02ab12b59883f056328"
DATABASE_URL
"mysql://louetonbox84:JDZBdndjfrgh567@tj66507-001.eu.clouddb.ovh.net:35288/louetonbox_cms"
GOOGLE_RECAPTCHA_SECRET
"6LdXKU0fAAAAAJyHg4VkmVsxqH3hvuX101Bb3U-l"
GOOGLE_RECAPTCHA_SITE_KEY
"6LdXKU0fAAAAAMSXkxHKVQFHBhHUrpl48nqe0RYp"
MAILER_DSN
"smtp://servicesmtp@devil-informatique.fr:HJUDBIbedfbegfb85465114@@ssl0.ovh.net:587?encryption=ssl"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster011"
DOCUMENT_ROOT
"/home/devilinf/louetonbox/cms"
ENVIRONMENT
"development"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_CITY
"Paris"
GEOIP_COUNTRY_CODE
"FR"
GEOIP_COUNTRY_NAME
"France"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"48.832298"
GEOIP_LONGITUDE
"2.407500"
GEOIP_REGION
"A8"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_COOKIE
"_ga=GA1.1.483100774.1686261893; PHPSESSID=12979105d8e1e1f63d5a70a99a9f65e6"
HTTP_HOST
"louetonbox-cms.devil-it-applications.fr"
HTTP_REFERER
"https://louetonbox-cms.devil-it-applications.fr/admin?crudAction=index&crudControllerFqcn=App%5CController%5CContent%5CPage%5CPageCrudController&menuIndex=3&signature=30LcJoxf5RooDqJ2eEXHrXSpYr1L8BGzG71dCOUFUww&submenuIndex=-1"
HTTP_REMOTE_IP
"92.154.22.28"
HTTP_REMOTE_PORT
"51002"
HTTP_SCHEME
"https"
HTTP_SEC_CH_UA
""Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"
HTTP_WAF_CLIENT_IP
"92.154.22.28"
HTTP_WAF_CLIENT_PORT
"51002"
HTTP_X_AE
"br"
HTTP_X_CDN_ANY_IP
"46.105.204.11"
HTTP_X_CDN_REQUEST_ID
"219834468"
HTTP_X_FORWARDED_FOR
"92.154.22.28"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"0470e829259abcd02aacae9d234c0ef9"
HTTP_X_PREDICTOR
"1"
HTTP_X_REMOTE_IP
"92.154.22.28"
HTTP_X_REMOTE_PORT
"51002"
HTTP_X_SCHEME
"https"
HTTP_X_VARNISH
"337463900"
PHP_SELF
"/public/index.php"
QUERY_STRING
"crudAction=index&crudControllerFqcn=App%5CController%5CContent%5CObjet%5CObjetCrudController&menuIndex=13&signature=x92quGdUhQ5JW9-nfVh7du_Ad1xno7IW0wxbzJxzl_0&submenuIndex=-1"
REDIRECT_QUERY_STRING
"crudAction=index&crudControllerFqcn=App%5CController%5CContent%5CObjet%5CObjetCrudController&menuIndex=13&signature=x92quGdUhQ5JW9-nfVh7du_Ad1xno7IW0wxbzJxzl_0&submenuIndex=-1"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/admin"
REMOTE_ADDR
"92.154.22.28"
REMOTE_PORT
"15548"
REQUEST_METHOD
"GET"
REQUEST_TIME
1711544916
REQUEST_TIME_FLOAT
1711544916.5805
REQUEST_URI
"/admin?crudAction=index&crudControllerFqcn=App%5CController%5CContent%5CObjet%5CObjetCrudController&menuIndex=13&signature=x92quGdUhQ5JW9-nfVh7du_Ad1xno7IW0wxbzJxzl_0&submenuIndex=-1"
SCRIPT_FILENAME
"/home/devilinf/louetonbox/cms/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://louetonbox-cms.devil-it-applications.fr:443/admin"
SCRIPT_URL
"/admin"
SERVER_ADDR
"10.11.40.74"
SERVER_ADMIN
"postmaster@louetonbox-cms.devil-it-applications.fr"
SERVER_NAME
"louetonbox-cms.devil-it-applications.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET"
UNIQUE_ID
"ZgQaVEg0a6F7NxdeHojD0wAAAA0"
USER
"devilinf"
argc
1
argv
[
  "crudAction=index&crudControllerFqcn=App%5CController%5CContent%5CObjet%5CObjetCrudController&menuIndex=13&signature=x92quGdUhQ5JW9-nfVh7du_Ad1xno7IW0wxbzJxzl_0&submenuIndex=-1"
]

Parent Request

Return to parent request (token = 4df2e1)

Key Value
_controller
[
  "App\Controller\Content\Objet\ObjetCrudController"
  "index"
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"admin"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"79c7ed"
easyadmin_context
EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext {#1348
  -request: Symfony\Component\HttpFoundation\Request {#57 …}
  -user: App\Entity\User {#1174 …}
  -i18nDto: EasyCorp\Bundle\EasyAdminBundle\Dto\I18nDto {#1321 …}
  -crudControllers: EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry {#54 …}
  -entityDto: EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1287 …}
  -dashboardDto: EasyCorp\Bundle\EasyAdminBundle\Dto\DashboardDto {#559 …}
  -dashboardControllerInstance: App\Controller\Admin\DashboardController {#414 …}
  -assetDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1138 …}
  -crudDto: EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#1140 …}
  -searchDto: EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto {#1311 …}
  -menuFactory: EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory {#295 …}
  -templateRegistry: EasyCorp\Bundle\EasyAdminBundle\Registry\TemplateRegistry {#1342 …}
  -mainMenuDto: null
  -userMenuDto: null
}