Exceptions
Exception
Doctrine\ORM\Exception\ MissingIdentifierField
final class MissingIdentifierField extends ORMException implements ManagerException{public static function fromFieldAndClass(string $fieldName, string $className): self{return new self(sprintf('The identifier %s is missing for a query of %s',$fieldName,$className));}
in
vendor/doctrine/orm/src/EntityManager.php
::
fromFieldAndClass
(line 471)
$sortedId = [];foreach ($class->identifier as $identifier) {if (! isset($id[$identifier])) {throw MissingIdentifierField::fromFieldAndClass($identifier, $class->name);}if ($id[$identifier] instanceof BackedEnum) {$sortedId[$identifier] = $id[$identifier]->value;} else {
in
vendor/doctrine/orm/src/EntityRepository.php
->
find
(line 196)
* @return object|null The entity instance or NULL if the entity can not be found.* @phpstan-return ?T*/public function find($id, $lockMode = null, $lockVersion = null){return $this->_em->find($this->_entityName, $id, $lockMode, $lockVersion);}/*** Finds all entities in the repository.*
// null UserSubscription is considered as default user subscription$currentUserSubscription = $currentSubscriptionId? $userSubscriptionRepository->find($currentSubscriptionId): null;$selectedSubscriptionProduct = $productRepository->find($selectedSubscriptionProductId);$subscriptionUpdate = $this->createUserSubscriptionUpdate($selectedSubscriptionProduct, $remainingDays, $addedArea, $currentArea);$cart = $cartService->getCartForUserSubscriptionUpdate(null, $subscriptionUpdate, $currentUserSubscription);//$years = $updatedSubscription->getYearsOfUpgradedSubscription($actualSubscription);$totalPriceWithoutVat = $cart->getItemsTotal();
in
vendor/symfony/http-kernel/HttpKernel.php
->
getPricing
(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 197)
$this->boot();++$this->requestStackSize;$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/connect.preprod.maforet.fr/releases/236/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 23:21:25 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "a8ab19"
},
"request_uri": "https://connect.preprod.maforet.fr/_profiler/a8ab19",
"method": "GET"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| INFO 23:21:25 | doctrine |
Connecting with parameters {params} {
"params": {
"driver": "pdo_mysql",
"idle_connection_ttl": 600,
"host": "127.0.0.1",
"port": 3306,
"user": "maf_user_connect_preprod",
"password": "<redacted>",
"driverOptions": [],
"defaultTableOptions": {
"collation": "utf8mb4_unicode_ci"
},
"dbname": "maforet_connect_preprod",
"serverVersion": "8.0.2",
"charset": "utf8mb4"
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "MF24_PREMIUM"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t0.duration_extension AS duration_extension_19, t0.max_area_extension AS max_area_extension_20, t0.min_area AS min_area_21, t1.category FROM commerce_subscription_product t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t0.duration_extension AS duration_extension_19, t0.max_area_extension AS max_area_extension_20, t0.min_area AS min_area_21, t1.category FROM commerce_subscription_product t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "MF24_PREMIUM"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "MF25_ESSENTIEL"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "MF25_AVANCE"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t0.duration_extension AS duration_extension_19, t0.max_area_extension AS max_area_extension_20, t0.min_area AS min_area_21, t1.category FROM commerce_subscription_product t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t0.duration_extension AS duration_extension_19, t0.max_area_extension AS max_area_extension_20, t0.min_area AS min_area_21, t1.category FROM commerce_subscription_product t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "MF25_AVANCE"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "MF25_EXPERT"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "MF25_EXPERT_P"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | doctrine |
Executing statement: SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1 (parameters: {params}, types: {types}) {
"sql": "SELECT t1.code AS code_2, t1.created_at AS created_at_3, t1.description AS description_4, t1.enable AS enable_5, t1.image AS image_6, t1.name AS name_7, t1.updated_at AS updated_at_8, t1.id AS id_9, t1.duration AS duration_10, t1.max_area AS max_area_11, t1.max_users AS max_users_12, t1.max_shares AS max_shares_13, t1.max_properties AS max_properties_14, t1.price_amount AS price_amount_15, t1.price_amount_including_tax AS price_amount_including_tax_16, t1.price_vat_rate AS price_vat_rate_17, t1.price_currency AS price_currency_18, t1.category FROM commerce_subscription_constant_area t0 INNER JOIN commerce_product t1 ON t0.id = t1.id WHERE t1.code = ? LIMIT 1",
"params": {
"1": "ETUDIANT_200"
},
"types": {
"1": 2
}
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.controller_arguments" to listener "ContainerPPhkzWX\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerPPhkzWX\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.controller_arguments" to listener "ContainerPPhkzWX\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerPPhkzWX\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.controller_arguments" to listener "ContainerPPhkzWX\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerPPhkzWX\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 23:21:25 | 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 23:21:25 | 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 23:21:25 | event |
Notified event "kernel.controller_arguments" to listener "ContainerPPhkzWX\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerPPhkzWX\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 23:21:25 | 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"
}
|
Stack Trace
|
MissingIdentifierField
|
|---|
Doctrine\ORM\Exception\MissingIdentifierField:
The identifier id is missing for a query of App\Entity\Commerce\VariableAreaSubscription
at vendor/doctrine/orm/src/Exception/MissingIdentifierField.php:13
at Doctrine\ORM\Exception\MissingIdentifierField::fromFieldAndClass()
(vendor/doctrine/orm/src/EntityManager.php:471)
at Doctrine\ORM\EntityManager->find()
(vendor/doctrine/orm/src/EntityRepository.php:196)
at Doctrine\ORM\EntityRepository->find()
(src/Controller/API/SubscriptionController.php:41)
at App\Controller\API\SubscriptionController->getPricing()
(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:197)
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/connect.preprod.maforet.fr/releases/236/vendor/autoload_runtime.php')
(public/index.php:5)
|