Exceptions
Exception
Symfony\Component\HttpKernel\Exception\ NotFoundHttpException
Show exception properties
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3302 -statusCode: 404 -headers: [] }
** throw $this->createNotFoundException('Page not found!');*/protected function createNotFoundException(string $message = 'Not Found', ?\Throwable $previous = null): NotFoundHttpException{return new NotFoundHttpException($message, $previous);}/*** Returns an AccessDeniedException.*
AbstractController->createNotFoundException()
in
bundles/Beware/PageBuilderBundle/src/Controller/PageBuilderBundleController.php
(line 443)
return $this->redirectToRoute('beware_page_builder_index', ['slug' => $errorPage->getFullSlug(),]);}throw $this->createNotFoundException($th->getMessage());}return $this->render('@BewarePageBuilder/show.html.twig', ['page' => $page,'html' => $resolved['html'],
in
vendor/symfony/http-kernel/HttpKernel.php
->
showPage
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 208)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/var/www/dev/cognet-agencement/hector/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\Logger\DbalLogger" is deprecated, use a middleware instead. {
"exception": {}
}
|
| INFO 21:54:30 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "25e7b2"
},
"request_uri": "https://cognetagencement.preprod-beware.fr/_profiler/25e7b2",
"method": "GET"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\DatatableRequestSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\DatatableRequestSubscriber::onKernelRequest"
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.4: Not passing an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" as "$debugDataHolder" to "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::__construct()" is deprecated. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: DebugStack is deprecated. (DebugStack.php:38 called by App_KernelDevDebugContainer.php:880, https://github.com/doctrine/dbal/pull/4967, package doctrine/dbal) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.4: "Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::addLogger()" is deprecated. Pass an instance of "Symfony\Bridge\Doctrine\Middleware\Debug\DebugDataHolder" to the constructor instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: The "url" connection parameter is deprecated. Please use Doctrine\DBAL\Tools\DsnParser to parse a database url before calling Doctrine\DBAL\DriverManager. (DriverManager.php:257 called by DriverManager.php:173, https://github.com/doctrine/dbal/pull/5843, package doctrine/dbal) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Not configuring a schema manager factory is deprecated. Use Doctrine\DBAL\Schema\DefaultSchemaManagerFactory which is going to be the default in DBAL 4. (Connection.php:227 called by DriverManager.php:197, https://github.com/doctrine/dbal/issues/5812, package doctrine/dbal) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Passing an instance of Doctrine\Common\Cache\Psr6\DoctrineProvider to Doctrine\ORM\Cache\DefaultCacheFactory::__construct is deprecated, pass a Psr\Cache\CacheItemPoolInterface instead. (DefaultCacheFactory.php:56 called by App_KernelDevDebugContainer.php:2273, https://github.com/doctrine/orm/pull/9322, package doctrine/orm) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:2245, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Doctrine\ORM\EntityManager::create() is deprecated. To bootstrap a DBAL connection, call Doctrine\DBAL\DriverManager::getConnection() instead. Use the constructor to create an instance of Doctrine\ORM\EntityManager. (EntityManager.php:995 called by App_KernelDevDebugContainer.php:1280, https://github.com/doctrine/orm/pull/9961, package doctrine/orm) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Doctrine\DBAL\Connection::getEventManager is deprecated. (Connection.php:303 called by EntityManager.php:166, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm) {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm) {
"exception": {}
}
|
| INFO 21:54:30 | doctrine |
Connecting with parameters {params} {
"params": {
"url": "<redacted>",
"driver": "pdo_mysql",
"host": "db_dev_php8_4",
"port": 3306,
"user": "root",
"password": "<redacted>",
"driverOptions": [],
"serverVersion": "mariadb-10.11.5",
"defaultTableOptions": {
"collation": "utf8mb4_unicode_ci"
},
"dbname": "dev_cognetagencement_hector",
"charset": "utf8mb4"
}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\EntityFlushSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\EntityFlushSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener" instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener" instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: The "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" class is deprecated. Use "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener" instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. {
"exception": {}
}
|
| DEBUG 21:54:30 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.picto AS picto_3, t0.coeff_commercial AS coeff_commercial_4, t0.remise_pourcentage AS remise_pourcentage_5, t0.flag_actif AS flag_actif_6, t0.flag_default_creation AS flag_default_creation_7, t0.libelle_marketplace AS libelle_marketplace_8, t0.date_creation AS date_creation_9, t0.date_mise_a_jour AS date_mise_a_jour_10, t0.modifier_par AS modifier_par_11 FROM canal_de_vente t0 {
"sql": "SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.picto AS picto_3, t0.coeff_commercial AS coeff_commercial_4, t0.remise_pourcentage AS remise_pourcentage_5, t0.flag_actif AS flag_actif_6, t0.flag_default_creation AS flag_default_creation_7, t0.libelle_marketplace AS libelle_marketplace_8, t0.date_creation AS date_creation_9, t0.date_mise_a_jour AS date_mise_a_jour_10, t0.modifier_par AS modifier_par_11 FROM canal_de_vente t0"
}
|
| INFO 21:54:30 | php |
User Deprecated: Method Doctrine\ORM\Event\LifecycleEventArgs::getEntity() is deprecated and will be removed in Doctrine ORM 3.0. Use getObject() instead. (LifecycleEventArgs.php:44 called by FichierUploadListener.php:60, https://github.com/doctrine/orm/issues/9875, package doctrine/orm) {
"exception": {}
}
|
| DEBUG 21:54:30 | doctrine |
Executing query: SELECT c0_.id AS id_0, c0_.url AS url_1, c0_.version AS version_2, c0_.slogan AS slogan_3, c0_.compte_register_exterieur AS compte_register_exterieur_4, c0_.compte_login_pass_perdu AS compte_login_pass_perdu_5, c0_.coefGen AS coefGen_6, c0_.contact_telephone AS contact_telephone_7, c0_.contact_fax AS contact_fax_8, c0_.contact_email AS contact_email_9, c0_.entite_nom AS entite_nom_10, c0_.entite_siret AS entite_siret_11, c0_.nom_gerant AS nom_gerant_12, c0_.capital AS capital_13, c0_.adresse AS adresse_14, c0_.code_postal AS code_postal_15, c0_.ville AS ville_16, c0_.recaptcha_secret AS recaptcha_secret_17, c0_.recaptcha_public AS recaptcha_public_18, c0_.flag_caracteristique_materiel AS flag_caracteristique_materiel_19, c0_.flag_option_materiel AS flag_option_materiel_20, c0_.flag_increment_panier AS flag_increment_panier_21, c0_.date_creation AS date_creation_22, c0_.date_mise_a_jour AS date_mise_a_jour_23, c0_.entite_num_tva AS entite_num_tva_24, c0_.num_rcs AS num_rcs_25, c0_.code_ape AS code_ape_26, c0_.stock_cours_bas AS stock_cours_bas_27, c0_.stock_cours_haut AS stock_cours_haut_28, c0_.date_debut_facturation AS date_debut_facturation_29, c0_.nombre_jour_apparition_avant_facturation AS nombre_jour_apparition_avant_facturation_30, c0_.nombre_jour_apparition_apres_facturation AS nombre_jour_apparition_apres_facturation_31, c0_.facture_simple AS facture_simple_32, c0_.facture_ligne_garantie_facture AS facture_ligne_garantie_facture_33, c0_.facture_ligne_incident_paiement AS facture_ligne_incident_paiement_34, c0_.rib_banque AS rib_banque_35, c0_.rib_iban AS rib_iban_36, c0_.rib_bic AS rib_bic_37, c0_.facture_sujet_defaut AS facture_sujet_defaut_38, c0_.facture_text_defaut AS facture_text_defaut_39, c0_.devis_sujet_defaut AS devis_sujet_defaut_40, c0_.devis_text_defaut AS devis_text_defaut_41, c0_.from_email AS from_email_42, c0_.bcc_emails AS bcc_emails_43, c0_.flag_reroute_email AS flag_reroute_email_44, c0_.reroute_email AS reroute_email_45, c0_.flag_ecommerce AS flag_ecommerce_46, c0_.flag_champs_dynamiques AS flag_champs_dynamiques_47, c0_.increment_materiel AS increment_materiel_48, c0_.naf AS naf_49, c0_.message_ticket AS message_ticket_50, c0_.flag_maintenance AS flag_maintenance_51, c0_.flagActiverNotation AS flagActiverNotation_52, c0_.delai_relance_apres_expedition AS delai_relance_apres_expedition_53, c0_.flagActiverCommentaire AS flagActiverCommentaire_54, c0_.flag_prix_ht AS flag_prix_ht_55, c0_.description_seo_defaut AS description_seo_defaut_56, c0_.id_google_analytics AS id_google_analytics_57, c0_.id_site_matomo AS id_site_matomo_58, c0_.url_matomo AS url_matomo_59, c0_.pixel_facebook AS pixel_facebook_60, c0_.facebook AS facebook_61, c0_.twitter AS twitter_62, c0_.instagram AS instagram_63, c0_.google AS google_64, c0_.linkedin AS linkedin_65, c0_.youtube AS youtube_66, c0_.pinterest AS pinterest_67, c0_.nb_position AS nb_position_68, c0_.pagination_affichage_choix1 AS pagination_affichage_choix1_69, c0_.pagination_affichage_choix2 AS pagination_affichage_choix2_70, c0_.pagination_affichage_choix3 AS pagination_affichage_choix3_71, c0_.flagGererStock AS flagGererStock_72, c0_.maxProduitsPanier AS maxProduitsPanier_73, c0_.flagAfficheProduitSansStock AS flagAfficheProduitSansStock_74, c0_.flagCommandeEnRuptureStock AS flagCommandeEnRuptureStock_75, c0_.indication_sur_stock_en_rupture AS indication_sur_stock_en_rupture_76, c0_.titre_cross_selling AS titre_cross_selling_77, c0_.flag_activer_drive AS flag_activer_drive_78, c0_.virement_iban AS virement_iban_79, c0_.virement_bic AS virement_bic_80, c0_.nom_banque AS nom_banque_81, c0_.paypalclient_id AS paypalclient_id_82, c0_.paypal_client_secret AS paypal_client_secret_83, c0_.cheque_beneficiaire AS cheque_beneficiaire_84, c0_.cheque_adresse AS cheque_adresse_85, c0_.flag_paiement_virement AS flag_paiement_virement_86, c0_.flag_paiement_cheque AS flag_paiement_cheque_87, c0_.flag_paiement_paypal AS flag_paiement_paypal_88, c0_.flag_proforma AS flag_proforma_89, c0_.flag_facture AS flag_facture_90, c0_.flag_inventaire AS flag_inventaire_91, c0_.monetico_cle_mac AS monetico_cle_mac_92, c0_.monetico_tpe AS monetico_tpe_93, c0_.monetico_code_societe AS monetico_code_societe_94, c0_.monetico_url AS monetico_url_95, c0_.contact_idgls AS contact_idgls_96, c0_.login_gls AS login_gls_97, c0_.password_gls AS password_gls_98, c0_.url_shipping_gls AS url_shipping_gls_99, c0_.api_key_delivengo AS api_key_delivengo_100, c0_.url_shipping_delivengo AS url_shipping_delivengo_101, c0_.code_sh_douane AS code_sh_douane_102, c0_.date_export_stock AS date_export_stock_103, c0_.nom_export_stock AS nom_export_stock_104, c0_.flag_export_stock_en_cours AS flag_export_stock_en_cours_105, c0_.export_comptabilite_facture_en_cours AS export_comptabilite_facture_en_cours_106, c0_.export_comptabilite_avoir_en_cours AS export_comptabilite_avoir_en_cours_107, c0_.export_comptabilite_facture_avoir_en_cours AS export_comptabilite_facture_avoir_en_cours_108, c0_.dernier_export_comptabilite_facture_nom AS dernier_export_comptabilite_facture_nom_109, c0_.dernier_export_comptabilite_avoir_nom AS dernier_export_comptabilite_avoir_nom_110, c0_.dernier_export_comptabilite_facture_avoir_nom AS dernier_export_comptabilite_facture_avoir_nom_111, c0_.date_dernier_export_comptabilite_facture AS date_dernier_export_comptabilite_facture_112, c0_.date_dernier_export_comptabilite_avoir AS date_dernier_export_comptabilite_avoir_113, c0_.date_dernier_export_comptabilite_facture_avoir AS date_dernier_export_comptabilite_facture_avoir_114, c0_.code_vente_extracom AS code_vente_extracom_115, c0_.code_vente_intracom AS code_vente_intracom_116, c0_.code_fdpextracom AS code_fdpextracom_117, c0_.code_fdpintracom AS code_fdpintracom_118, c0_.code_client_defaut AS code_client_defaut_119, c0_.code_fdpdefaut AS code_fdpdefaut_120, c0_.code_remise_extracom AS code_remise_extracom_121, c0_.code_remise_intracom AS code_remise_intracom_122, c0_.code_remise_defaut AS code_remise_defaut_123, c0_.code_tva_extracom AS code_tva_extracom_124, c0_.code_tva_intracom AS code_tva_intracom_125, c0_.filtre_statistiques_dashboard AS filtre_statistiques_dashboard_126, c0_.data_statistiques_dashboard AS data_statistiques_dashboard_127, c0_.discr AS discr_128, c0_.logo AS logo_129, c0_.logoSvg AS logoSvg_130, c0_.taux_tva_defaut_id AS taux_tva_defaut_id_131, c0_.modifier_par AS modifier_par_132, c0_.logoArticle AS logoArticle_133, c0_.configuration_drive_id AS configuration_drive_id_134 FROM configuration_generale c0_ WHERE c0_.discr IN ('configuration_generale') ORDER BY c0_.id DESC LIMIT 1 {
"sql": "SELECT c0_.id AS id_0, c0_.url AS url_1, c0_.version AS version_2, c0_.slogan AS slogan_3, c0_.compte_register_exterieur AS compte_register_exterieur_4, c0_.compte_login_pass_perdu AS compte_login_pass_perdu_5, c0_.coefGen AS coefGen_6, c0_.contact_telephone AS contact_telephone_7, c0_.contact_fax AS contact_fax_8, c0_.contact_email AS contact_email_9, c0_.entite_nom AS entite_nom_10, c0_.entite_siret AS entite_siret_11, c0_.nom_gerant AS nom_gerant_12, c0_.capital AS capital_13, c0_.adresse AS adresse_14, c0_.code_postal AS code_postal_15, c0_.ville AS ville_16, c0_.recaptcha_secret AS recaptcha_secret_17, c0_.recaptcha_public AS recaptcha_public_18, c0_.flag_caracteristique_materiel AS flag_caracteristique_materiel_19, c0_.flag_option_materiel AS flag_option_materiel_20, c0_.flag_increment_panier AS flag_increment_panier_21, c0_.date_creation AS date_creation_22, c0_.date_mise_a_jour AS date_mise_a_jour_23, c0_.entite_num_tva AS entite_num_tva_24, c0_.num_rcs AS num_rcs_25, c0_.code_ape AS code_ape_26, c0_.stock_cours_bas AS stock_cours_bas_27, c0_.stock_cours_haut AS stock_cours_haut_28, c0_.date_debut_facturation AS date_debut_facturation_29, c0_.nombre_jour_apparition_avant_facturation AS nombre_jour_apparition_avant_facturation_30, c0_.nombre_jour_apparition_apres_facturation AS nombre_jour_apparition_apres_facturation_31, c0_.facture_simple AS facture_simple_32, c0_.facture_ligne_garantie_facture AS facture_ligne_garantie_facture_33, c0_.facture_ligne_incident_paiement AS facture_ligne_incident_paiement_34, c0_.rib_banque AS rib_banque_35, c0_.rib_iban AS rib_iban_36, c0_.rib_bic AS rib_bic_37, c0_.facture_sujet_defaut AS facture_sujet_defaut_38, c0_.facture_text_defaut AS facture_text_defaut_39, c0_.devis_sujet_defaut AS devis_sujet_defaut_40, c0_.devis_text_defaut AS devis_text_defaut_41, c0_.from_email AS from_email_42, c0_.bcc_emails AS bcc_emails_43, c0_.flag_reroute_email AS flag_reroute_email_44, c0_.reroute_email AS reroute_email_45, c0_.flag_ecommerce AS flag_ecommerce_46, c0_.flag_champs_dynamiques AS flag_champs_dynamiques_47, c0_.increment_materiel AS increment_materiel_48, c0_.naf AS naf_49, c0_.message_ticket AS message_ticket_50, c0_.flag_maintenance AS flag_maintenance_51, c0_.flagActiverNotation AS flagActiverNotation_52, c0_.delai_relance_apres_expedition AS delai_relance_apres_expedition_53, c0_.flagActiverCommentaire AS flagActiverCommentaire_54, c0_.flag_prix_ht AS flag_prix_ht_55, c0_.description_seo_defaut AS description_seo_defaut_56, c0_.id_google_analytics AS id_google_analytics_57, c0_.id_site_matomo AS id_site_matomo_58, c0_.url_matomo AS url_matomo_59, c0_.pixel_facebook AS pixel_facebook_60, c0_.facebook AS facebook_61, c0_.twitter AS twitter_62, c0_.instagram AS instagram_63, c0_.google AS google_64, c0_.linkedin AS linkedin_65, c0_.youtube AS youtube_66, c0_.pinterest AS pinterest_67, c0_.nb_position AS nb_position_68, c0_.pagination_affichage_choix1 AS pagination_affichage_choix1_69, c0_.pagination_affichage_choix2 AS pagination_affichage_choix2_70, c0_.pagination_affichage_choix3 AS pagination_affichage_choix3_71, c0_.flagGererStock AS flagGererStock_72, c0_.maxProduitsPanier AS maxProduitsPanier_73, c0_.flagAfficheProduitSansStock AS flagAfficheProduitSansStock_74, c0_.flagCommandeEnRuptureStock AS flagCommandeEnRuptureStock_75, c0_.indication_sur_stock_en_rupture AS indication_sur_stock_en_rupture_76, c0_.titre_cross_selling AS titre_cross_selling_77, c0_.flag_activer_drive AS flag_activer_drive_78, c0_.virement_iban AS virement_iban_79, c0_.virement_bic AS virement_bic_80, c0_.nom_banque AS nom_banque_81, c0_.paypalclient_id AS paypalclient_id_82, c0_.paypal_client_secret AS paypal_client_secret_83, c0_.cheque_beneficiaire AS cheque_beneficiaire_84, c0_.cheque_adresse AS cheque_adresse_85, c0_.flag_paiement_virement AS flag_paiement_virement_86, c0_.flag_paiement_cheque AS flag_paiement_cheque_87, c0_.flag_paiement_paypal AS flag_paiement_paypal_88, c0_.flag_proforma AS flag_proforma_89, c0_.flag_facture AS flag_facture_90, c0_.flag_inventaire AS flag_inventaire_91, c0_.monetico_cle_mac AS monetico_cle_mac_92, c0_.monetico_tpe AS monetico_tpe_93, c0_.monetico_code_societe AS monetico_code_societe_94, c0_.monetico_url AS monetico_url_95, c0_.contact_idgls AS contact_idgls_96, c0_.login_gls AS login_gls_97, c0_.password_gls AS password_gls_98, c0_.url_shipping_gls AS url_shipping_gls_99, c0_.api_key_delivengo AS api_key_delivengo_100, c0_.url_shipping_delivengo AS url_shipping_delivengo_101, c0_.code_sh_douane AS code_sh_douane_102, c0_.date_export_stock AS date_export_stock_103, c0_.nom_export_stock AS nom_export_stock_104, c0_.flag_export_stock_en_cours AS flag_export_stock_en_cours_105, c0_.export_comptabilite_facture_en_cours AS export_comptabilite_facture_en_cours_106, c0_.export_comptabilite_avoir_en_cours AS export_comptabilite_avoir_en_cours_107, c0_.export_comptabilite_facture_avoir_en_cours AS export_comptabilite_facture_avoir_en_cours_108, c0_.dernier_export_comptabilite_facture_nom AS dernier_export_comptabilite_facture_nom_109, c0_.dernier_export_comptabilite_avoir_nom AS dernier_export_comptabilite_avoir_nom_110, c0_.dernier_export_comptabilite_facture_avoir_nom AS dernier_export_comptabilite_facture_avoir_nom_111, c0_.date_dernier_export_comptabilite_facture AS date_dernier_export_comptabilite_facture_112, c0_.date_dernier_export_comptabilite_avoir AS date_dernier_export_comptabilite_avoir_113, c0_.date_dernier_export_comptabilite_facture_avoir AS date_dernier_export_comptabilite_facture_avoir_114, c0_.code_vente_extracom AS code_vente_extracom_115, c0_.code_vente_intracom AS code_vente_intracom_116, c0_.code_fdpextracom AS code_fdpextracom_117, c0_.code_fdpintracom AS code_fdpintracom_118, c0_.code_client_defaut AS code_client_defaut_119, c0_.code_fdpdefaut AS code_fdpdefaut_120, c0_.code_remise_extracom AS code_remise_extracom_121, c0_.code_remise_intracom AS code_remise_intracom_122, c0_.code_remise_defaut AS code_remise_defaut_123, c0_.code_tva_extracom AS code_tva_extracom_124, c0_.code_tva_intracom AS code_tva_intracom_125, c0_.filtre_statistiques_dashboard AS filtre_statistiques_dashboard_126, c0_.data_statistiques_dashboard AS data_statistiques_dashboard_127, c0_.discr AS discr_128, c0_.logo AS logo_129, c0_.logoSvg AS logoSvg_130, c0_.taux_tva_defaut_id AS taux_tva_defaut_id_131, c0_.modifier_par AS modifier_par_132, c0_.logoArticle AS logoArticle_133, c0_.configuration_drive_id AS configuration_drive_id_134 FROM configuration_generale c0_ WHERE c0_.discr IN ('configuration_generale') ORDER BY c0_.id DESC LIMIT 1"
}
|
| DEBUG 21:54:30 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.salt AS salt_4, t0.password AS password_5, t0.email AS email_6, t0.nom AS nom_7, t0.prenom AS prenom_8, t0.tel_fixe AS tel_fixe_9, t0.tel_portable AS tel_portable_10, t0.adresse AS adresse_11, t0.complement_adresse AS complement_adresse_12, t0.ville AS ville_13, t0.code_postal AS code_postal_14, t0.confirmation_token AS confirmation_token_15, t0.password_requested_at AS password_requested_at_16, t0.last_login AS last_login_17, t0.confirmation_register AS confirmation_register_18, t0.token_register AS token_register_19, t0.is_active AS is_active_20, t0.date_creation AS date_creation_21, t0.date_mise_a_jour AS date_mise_a_jour_22, t0.modifier_par AS modifier_par_23, t0.discr, t0.avatar AS avatar_24 FROM personnel t0 WHERE t0.id = ? AND t0.discr IN ('personnel') (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.salt AS salt_4, t0.password AS password_5, t0.email AS email_6, t0.nom AS nom_7, t0.prenom AS prenom_8, t0.tel_fixe AS tel_fixe_9, t0.tel_portable AS tel_portable_10, t0.adresse AS adresse_11, t0.complement_adresse AS complement_adresse_12, t0.ville AS ville_13, t0.code_postal AS code_postal_14, t0.confirmation_token AS confirmation_token_15, t0.password_requested_at AS password_requested_at_16, t0.last_login AS last_login_17, t0.confirmation_register AS confirmation_register_18, t0.token_register AS token_register_19, t0.is_active AS is_active_20, t0.date_creation AS date_creation_21, t0.date_mise_a_jour AS date_mise_a_jour_22, t0.modifier_par AS modifier_par_23, t0.discr, t0.avatar AS avatar_24 FROM personnel t0 WHERE t0.id = ? AND t0.discr IN ('personnel')",
"params": {
"1": 1
},
"types": {
"1": 1
}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: Class "Beware\UtilisateurBundle\Controller\Back\ClientGestionController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: Class "Beware\EcommerceBundle\Controller\PanierController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: Class "Beware\EcommerceBundle\Controller\PanierController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since friendsofsymfony/jsrouting-bundle 3.6: The "routing-sf4.xml" routing configuration file is deprecated, import "routing.php" instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since symfony/routing 6.4: The "annotation" route type is deprecated, use the "attribute" route type instead. {
"exception": {}
}
|
| INFO 21:54:30 | php |
User Deprecated: Since friendsofsymfony/jsrouting-bundle 3.6: The "routing-sf4.xml" routing configuration file is deprecated, import "routing.php" instead. {
"exception": {}
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "App\EventSubscriber\PermissionSubscriber::onKernelController". {
"event": "kernel.controller",
"listener": "App\\EventSubscriber\\PermissionSubscriber::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "FOS\RestBundle\EventListener\ViewResponseListener::onKernelController". {
"event": "kernel.controller",
"listener": "FOS\\RestBundle\\EventListener\\ViewResponseListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Container2RqYItD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container2RqYItD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\DatatableRequestSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\DatatableRequestSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "App\EventSubscriber\PermissionSubscriber::onKernelController". {
"event": "kernel.controller",
"listener": "App\\EventSubscriber\\PermissionSubscriber::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "FOS\RestBundle\EventListener\ViewResponseListener::onKernelController". {
"event": "kernel.controller",
"listener": "FOS\\RestBundle\\EventListener\\ViewResponseListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Container2RqYItD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container2RqYItD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "App\EventListener\MessageFlashAjaxListener::onKernelResponse". {
"event": "kernel.response",
"listener": "App\\EventListener\\MessageFlashAjaxListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Beware\CoreBundle\EventSubscriber\SecurityHeadersSubscriber::onKernelResponse". {
"event": "kernel.response",
"listener": "Beware\\CoreBundle\\EventSubscriber\\SecurityHeadersSubscriber::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\DatatableRequestSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\DatatableRequestSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "App\EventSubscriber\PermissionSubscriber::onKernelController". {
"event": "kernel.controller",
"listener": "App\\EventSubscriber\\PermissionSubscriber::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "FOS\RestBundle\EventListener\ViewResponseListener::onKernelController". {
"event": "kernel.controller",
"listener": "FOS\\RestBundle\\EventListener\\ViewResponseListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Container2RqYItD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container2RqYItD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "App\EventListener\MessageFlashAjaxListener::onKernelResponse". {
"event": "kernel.response",
"listener": "App\\EventListener\\MessageFlashAjaxListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Beware\CoreBundle\EventSubscriber\SecurityHeadersSubscriber::onKernelResponse". {
"event": "kernel.response",
"listener": "Beware\\CoreBundle\\EventSubscriber\\SecurityHeadersSubscriber::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest". {
"event": "kernel.request",
"listener": "FOS\\RestBundle\\EventListener\\FormatListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\LocaleSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\LocaleSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.request" to listener "App\EventSubscriber\DatatableRequestSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\EventSubscriber\\DatatableRequestSubscriber::onKernelRequest"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "App\EventSubscriber\PermissionSubscriber::onKernelController". {
"event": "kernel.controller",
"listener": "App\\EventSubscriber\\PermissionSubscriber::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "FOS\RestBundle\EventListener\ViewResponseListener::onKernelController". {
"event": "kernel.controller",
"listener": "FOS\\RestBundle\\EventListener\\ViewResponseListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Container2RqYItD\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container2RqYItD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
|
| DEBUG 21:54:30 | event |
Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
|
Stack Trace
|
NotFoundHttpException
|
|---|
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
Page introuvable (bureau-de-direction-usine-dans-l-aisne)
at vendor/symfony/framework-bundle/Controller/AbstractController.php:318
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException()
(bundles/Beware/PageBuilderBundle/src/Controller/PageBuilderBundleController.php:443)
at Beware\PageBuilderBundle\Controller\PageBuilderBundleController->showPage()
(vendor/symfony/http-kernel/HttpKernel.php:181)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:208)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/var/www/dev/cognet-agencement/hector/vendor/autoload_runtime.php')
(public/index.php:5)
|