Log Messages
Level (7)
Channel (5)
| Time | Message |
|---|---|
| deprecation |
Deprecated: Creation of dynamic property App\Utils\APIBDMR::$factory is deprecated
deprecation
[ "exception" => ErrorException {#348 #message: "Deprecated: Creation of dynamic property App\Utils\APIBDMR::$factory is deprecated" #code: 0 #file: "/var/www/dev-requeteur/public_html/src/Utils/APIBDMR.php" #line: 31 #severity: E_DEPRECATED trace: { /var/www/dev-requeteur/public_html/src/Utils/APIBDMR.php:31 { App\Utils\APIBDMR->__construct(HttpClientInterface $client, FormFactoryInterface $factory, string $apiBaseUrl, string $apiToken, Session $currentSession, EntityManagerInterface $em) … › › {
/var/www/dev-requeteur/public_html/src/Utils/APIBDMR.php:31 {
App\Utils\APIBDMR->__construct(HttpClientInterface $client, FormFactoryInterface $factory, string $apiBaseUrl, string $apiToken, Session $currentSession, EntityManagerInterface $em) …
›
›
|
| info |
Matched route "security_login".
request
[ "route" => "security_login" "route_parameters" => [ "_route" => "security_login" "_controller" => "App\Controller\SecurityController::index" ] "request_uri" => "https://v2-dev-requeteur.optindata.fr/security/login?r=" "method" => "POST" ] |
| info |
Connecting with parameters [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "localhost" "port" => 3306 "user" => "ateixeira" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "devrequeteur" "serverVersion" => "10.11.2-MariaDB" "charset" => "utf8mb4" ]
doctrine
[ "params" => [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "localhost" "port" => 3306 "user" => "ateixeira" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "devrequeteur" "serverVersion" => "10.11.2-MariaDB" "charset" => "utf8mb4" ] ] |
| debug |
Executing statement: "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?" (parameters: [ 1 => "api.gocad.username" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?" "params" => [ 1 => "api.gocad.username" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?" (parameters: [ 1 => "api.gocad.password" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.value AS value_2, s0_.description AS description_3 FROM system_setting s0_ WHERE s0_.name = ?" "params" => [ 1 => "api.gocad.password" ] "types" => [ 1 => 2 ] ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 2 ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| deprecation |
Deprecated: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated
deprecation
[ "exception" => ErrorException {#825 #message: "Deprecated: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated" #code: 0 #file: "/var/www/dev-requeteur/public_html/src/Security/Authenticator.php" #line: 91 #severity: E_DEPRECATED trace: { /var/www/dev-requeteur/public_html/src/Security/Authenticator.php:91 { App\Security\Authenticator->authenticate(Request $request): Passport … › › {
/var/www/dev-requeteur/public_html/src/Security/Authenticator.php:91 {
App\Security\Authenticator->authenticate(Request $request): Passport …
›
›
|
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.email_token AS email_token_8, t0.is_password_set AS is_password_set_9, t0.email_token_date AS email_token_date_10, t11.id AS id_12, t11.firstname AS firstname_13, t11.lastname AS lastname_14, t11.email AS email_15, t11.phone AS phone_16, t11.user_id AS user_id_17, t11.function_id AS function_id_18, t11.address_id AS address_id_19, t0.default_btob_territory_id AS default_btob_territory_id_20, t0.default_btoc_territory_id AS default_btoc_territory_id_21, t0.login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11.user_id = t0.id WHERE t0.username = ? LIMIT 1" (parameters: [ 1 => "CADON" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.email_token AS email_token_8, t0.is_password_set AS is_password_set_9, t0.email_token_date AS email_token_date_10, t11.id AS id_12, t11.firstname AS firstname_13, t11.lastname AS lastname_14, t11.email AS email_15, t11.phone AS phone_16, t11.user_id AS user_id_17, t11.function_id AS function_id_18, t11.address_id AS address_id_19, t0.default_btob_territory_id AS default_btob_territory_id_20, t0.default_btoc_territory_id AS default_btoc_territory_id_21, t0.login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11.user_id = t0.id WHERE t0.username = ? LIMIT 1" "params" => [ 1 => "CADON" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT s0_.id AS id_0, s0_.code AS code_1, s0_.social_reason AS social_reason_2, s0_.commercial_name AS commercial_name_3, s0_.enabled AS enabled_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.subscribed AS subscribed_7, s0_.subscription AS subscription_8, s0_.license_siv AS license_siv_9, s0_.subscription_type AS subscription_type_10, s0_.phone AS phone_11, s0_.netsuite_id AS netsuite_id_12, s0_.netsuite_periodicity AS netsuite_periodicity_13, s0_.network_id AS network_id_14, s0_.subscription_price_id AS subscription_price_id_15, s0_.alternative_billing_information_id AS alternative_billing_information_id_16, s0_.split_id AS split_id_17, s0_.type_id AS type_id_18 FROM sale_ref s0_ WHERE EXISTS (SELECT 1 FROM user_sale_ref u1_ WHERE u1_.sale_ref_id = s0_.id AND u1_.user_id IN (?)) ORDER BY s0_.id ASC" (parameters: [ 1 => b"\x01›sîOqošfV”ó°ž" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.code AS code_1, s0_.social_reason AS social_reason_2, s0_.commercial_name AS commercial_name_3, s0_.enabled AS enabled_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.subscribed AS subscribed_7, s0_.subscription AS subscription_8, s0_.license_siv AS license_siv_9, s0_.subscription_type AS subscription_type_10, s0_.phone AS phone_11, s0_.netsuite_id AS netsuite_id_12, s0_.netsuite_periodicity AS netsuite_periodicity_13, s0_.network_id AS network_id_14, s0_.subscription_price_id AS subscription_price_id_15, s0_.alternative_billing_information_id AS alternative_billing_information_id_16, s0_.split_id AS split_id_17, s0_.type_id AS type_id_18 FROM sale_ref s0_ WHERE EXISTS (SELECT 1 FROM user_sale_ref u1_ WHERE u1_.sale_ref_id = s0_.id AND u1_.user_id IN (?)) ORDER BY s0_.id ASC" "params" => [ 1 => b"\x01›sîOqošfV”ó°ž" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.logo AS logo_6, t0.icon AS icon_7, t0.gocad_id AS gocad_id_8, t0.gocad_server_id AS gocad_server_id_9, t0.db_sources AS db_sources_10, t0.conditions_generales AS conditions_generales_11, t0.devis_payment_mode AS devis_payment_mode_12, t0.devis_legal_payment_mention AS devis_legal_payment_mention_13, t0.devis_bottom_page AS devis_bottom_page_14, t0.devis_logo AS devis_logo_15, t0.reduction AS reduction_16, t0.devis_code AS devis_code_17, t0.free_fiche AS free_fiche_18, t0.decimal_precision AS decimal_precision_19, t0.default_subscription_price_id AS default_subscription_price_id_20, t0.type_id AS type_id_21, t0.billing_information_id AS billing_information_id_22, t0.subscription_price_id AS subscription_price_id_23 FROM network t0 WHERE t0.id IN (?, ?, ?, ?, ?)" (parameters: [ 1 => 9 2 => 10 3 => 11 4 => 12 5 => 17 ], types: [ 1 => 1 2 => 1 3 => 1 4 => 1 5 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.logo AS logo_6, t0.icon AS icon_7, t0.gocad_id AS gocad_id_8, t0.gocad_server_id AS gocad_server_id_9, t0.db_sources AS db_sources_10, t0.conditions_generales AS conditions_generales_11, t0.devis_payment_mode AS devis_payment_mode_12, t0.devis_legal_payment_mention AS devis_legal_payment_mention_13, t0.devis_bottom_page AS devis_bottom_page_14, t0.devis_logo AS devis_logo_15, t0.reduction AS reduction_16, t0.devis_code AS devis_code_17, t0.free_fiche AS free_fiche_18, t0.decimal_precision AS decimal_precision_19, t0.default_subscription_price_id AS default_subscription_price_id_20, t0.type_id AS type_id_21, t0.billing_information_id AS billing_information_id_22, t0.subscription_price_id AS subscription_price_id_23 FROM network t0 WHERE t0.id IN (?, ?, ?, ?, ?)" "params" => [ 1 => 9 2 => 10 3 => 11 4 => 12 5 => 17 ] "types" => [ 1 => 1 2 => 1 3 => 1 4 => 1 5 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.social_reason AS social_reason_3, t0.enabled AS enabled_4, t0.iban AS iban_5, t0.bic AS bic_6, t0.bank_label AS bank_label_7, t0.sale_ref_id AS sale_ref_id_8, t0.type_id AS type_id_9, t0.address_id AS address_id_10 FROM billing_information t0 WHERE t0.sale_ref_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" (parameters: [ 1 => 1987 2 => 2188 3 => 2242 4 => 2362 5 => 2372 6 => 2373 7 => 2527 8 => 2536 9 => 2856 10 => 2863 ], types: [ 1 => 1 2 => 1 3 => 1 4 => 1 5 => 1 6 => 1 7 => 1 8 => 1 9 => 1 10 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.social_reason AS social_reason_3, t0.enabled AS enabled_4, t0.iban AS iban_5, t0.bic AS bic_6, t0.bank_label AS bank_label_7, t0.sale_ref_id AS sale_ref_id_8, t0.type_id AS type_id_9, t0.address_id AS address_id_10 FROM billing_information t0 WHERE t0.sale_ref_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" "params" => [ 1 => 1987 2 => 2188 3 => 2242 4 => 2362 5 => 2372 6 => 2373 7 => 2527 8 => 2536 9 => 2856 10 => 2863 ] "types" => [ 1 => 1 2 => 1 3 => 1 4 => 1 5 => 1 6 => 1 7 => 1 8 => 1 9 => 1 10 => 1 ] ] |
| debug |
Beginning transaction
doctrine
|
| debug |
Executing statement: "INSERT INTO user_connections (date, user_id) VALUES (?, ?)" (parameters: [ 1 => "2026-04-16 10:14:14" 2 => b"\x01›sîOqošfV”ó°ž" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "INSERT INTO user_connections (date, user_id) VALUES (?, ?)" "params" => [ 1 => "2026-04-16 10:14:14" 2 => b"\x01›sîOqošfV”ó°ž" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Committing transaction
doctrine
|
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.email_token AS email_token_8, t0.is_password_set AS is_password_set_9, t0.email_token_date AS email_token_date_10, t11.id AS id_12, t11.firstname AS firstname_13, t11.lastname AS lastname_14, t11.email AS email_15, t11.phone AS phone_16, t11.user_id AS user_id_17, t11.function_id AS function_id_18, t11.address_id AS address_id_19, t0.default_btob_territory_id AS default_btob_territory_id_20, t0.default_btoc_territory_id AS default_btoc_territory_id_21, t0.login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11.user_id = t0.id WHERE t0.username = ? LIMIT 1" (parameters: [ 1 => "CADON" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.email_token AS email_token_8, t0.is_password_set AS is_password_set_9, t0.email_token_date AS email_token_date_10, t11.id AS id_12, t11.firstname AS firstname_13, t11.lastname AS lastname_14, t11.email AS email_15, t11.phone AS phone_16, t11.user_id AS user_id_17, t11.function_id AS function_id_18, t11.address_id AS address_id_19, t0.default_btob_territory_id AS default_btob_territory_id_20, t0.default_btoc_territory_id AS default_btoc_territory_id_21, t0.login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11.user_id = t0.id WHERE t0.username = ? LIMIT 1" "params" => [ 1 => "CADON" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.email_token AS email_token_8, t0.is_password_set AS is_password_set_9, t0.email_token_date AS email_token_date_10, t11.id AS id_12, t11.firstname AS firstname_13, t11.lastname AS lastname_14, t11.email AS email_15, t11.phone AS phone_16, t11.user_id AS user_id_17, t11.function_id AS function_id_18, t11.address_id AS address_id_19, t0.default_btob_territory_id AS default_btob_territory_id_20, t0.default_btoc_territory_id AS default_btoc_territory_id_21, t0.login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11.user_id = t0.id INNER JOIN user_sale_ref ON t0.id = user_sale_ref.user_id WHERE user_sale_ref.sale_ref_id = ?" (parameters: [ 1 => 1987 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.email_token AS email_token_8, t0.is_password_set AS is_password_set_9, t0.email_token_date AS email_token_date_10, t11.id AS id_12, t11.firstname AS firstname_13, t11.lastname AS lastname_14, t11.email AS email_15, t11.phone AS phone_16, t11.user_id AS user_id_17, t11.function_id AS function_id_18, t11.address_id AS address_id_19, t0.default_btob_territory_id AS default_btob_territory_id_20, t0.default_btoc_territory_id AS default_btoc_territory_id_21, t0.login_message_id AS login_message_id_22 FROM `user` t0 LEFT JOIN profile t11 ON t11.user_id = t0.id INNER JOIN user_sale_ref ON t0.id = user_sale_ref.user_id WHERE user_sale_ref.sale_ref_id = ?" "params" => [ 1 => 1987 ] "types" => [ 1 => 1 ] ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\LoginThrottlingListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\LoginThrottlingListener::checkPassport" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport" ] |
| deprecation |
User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method.
deprecation
[ "exception" => ErrorException {#1875 #message: "User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method." #code: 0 #file: "/var/www/dev-requeteur/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php" #line: 321 #severity: E_USER_DEPRECATED trace: { /var/www/dev-requeteur/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321 { Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null … › {
/var/www/dev-requeteur/public_html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:321 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager::checkEraseCredentials(Symfony\Component\Security\Core\Authentication\Token\TokenInterface|Symfony\Component\Security\Core\User\UserInterface|null $token): UserInterface|null …
›
|
| debug |
Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials".
event
[ "event" => "security.authentication.success" "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials" ] |
| info |
Authenticator successful!
security
[ "token" => App\Security\Token\CustomPostAuthenticationToken {#1827 -user: App\Entity\User {#1014 …} -roleNames: [ "ROLE_USER" ] -attributes: [] -firewallName: "main" -attributes: [ "saleRef" => App\Entity\SaleRef {#1090 -id: 1987 -code: "FiatVN_20370" -socialReason: "VAUBAN FJA" -commercialName: "PONTOISE" -enabled: true -createdAt: DateTime @1767105243 {#1116 date: 2025-12-30 15:34:03.0 Europe/Paris (+01:00) } -updatedAt: DateTime @1767105243 {#1112 date: 2025-12-30 15:34:03.0 Europe/Paris (+01:00) } -user: Doctrine\ORM\PersistentCollection {#1105 …} -network: Proxies\__CG__\App\Entity\Network {#1280 …} -billingInformation: Doctrine\ORM\PersistentCollection {#1309 …} -btobTerritories: Doctrine\ORM\PersistentCollection {#1311 …} -btocTerritories: Doctrine\ORM\PersistentCollection {#1313 …} -subscribed: false -subscription: 1 -subscriptionPrice: null -alternativeBillingInformation: null -split: Proxies\__CG__\App\Entity\RefMapType {#1328 …} -type: Proxies\__CG__\App\Entity\RefSaleRefType {#1348 …} -licenseSIV: true -subscriptionType: 1 -phone: "" -netsuiteId: null -netsuite_periodicity: null } ] } "authenticator" => "App\Security\Authenticator" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM system_setting t0 WHERE t0.name = ? LIMIT 1" (parameters: [ 1 => "api.map.clientId" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM system_setting t0 WHERE t0.name = ? LIMIT 1" "params" => [ 1 => "api.map.clientId" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM system_setting t0 WHERE t0.name = ? LIMIT 1" (parameters: [ 1 => "api.map.clientSecret" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4 FROM system_setting t0 WHERE t0.name = ? LIMIT 1" "params" => [ 1 => "api.map.clientSecret" ] "types" => [ 1 => 2 ] ] |
| info |
Request: "POST https://gme-ws.globalmapsolution.com/clients/api-keys/get-token"
http_client
|
| info |
Response: "200 "https://gme-ws.globalmapsolution.com/clients/api-keys/get-token"" 0.069874 seconds
http_client
[ "http_code" => 200 "url" => "https://gme-ws.globalmapsolution.com/clients/api-keys/get-token" "total_time" => 0.069874 ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\SessionStrategyListener::onSuccessfulLogin".
event
[ "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent" "listener" => "Symfony\Component\Security\Http\EventListener\SessionStrategyListener::onSuccessfulLogin" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\LoginThrottlingListener::onSuccessfulLogin".
event
[ "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent" "listener" => "Symfony\Component\Security\Http\EventListener\LoginThrottlingListener::onSuccessfulLogin" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess".
event
[ "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent" "listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess" ] |
| debug |
The "App\Security\Authenticator" authenticator set the response. Any later authenticator will not be called
security
[ "authenticator" => "App\Security\Authenticator" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
event
[ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
| debug |
Listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" stopped propagation of the event "kernel.request".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
| debug |
Stored the security token in the session.
security
[ "key" => "_security_main" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (0)
Log messages generated during the compilation of the service container.
There are no compiler log messages.