Error 500 Internal Server Error

GET https://camsandbox.microtecnologiasmoviles.mx/checkout/order/367b9b1db681b5a8cc8a8934bce7c5f6/selectPaymentMethodStep

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"e2c3b4"
colaborador
App\Entity\Colaboradores {#693
  -id: 3
  -nombre: "credicel"
  -pathBrandeo: "css/credicel.css"
  -domain: "camsandbox"
  -shopName: "CredicelShopC Sandbox"
  -precioColaboradors: Doctrine\ORM\PersistentCollection {#724 …}
  -adminShop: [
    "nombre" => "Oswaldo"
    "apellidos" => "Quiroz"
    "telefono" => "2222222222"
    "correo" => "oswal963@hotmail.com"
  ]
  -operadoresMoviles: Doctrine\ORM\PersistentCollection {#749 …}
  -ordenes: Doctrine\ORM\PersistentCollection {#840 …}
  -preciosCredishop: true
  -cambaceo: true
  -users: Doctrine\ORM\PersistentCollection {#930 …}
}
exception
Doctrine\ORM\Exception\MissingIdentifierField {#1277
  #message: "The identifier id is missing for a query of App\Entity\TipoPago"
  #code: 0
  #file: "/home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/Exception/MissingIdentifierField.php"
  #line: 15
  trace: {
    /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/Exception/MissingIdentifierField.php:15 {
      Doctrine\ORM\Exception\MissingIdentifierField::fromFieldAndClass(string $fieldName, string $className): self …
      › {    return new self(sprintf(        'The identifier %s is missing for a query of %s',
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/EntityManager.php:303 {
      Doctrine\ORM\EntityManager->find($className, mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
      › if (! isset($id[$identifier])) {    throw MissingIdentifierField::fromFieldAndClass($identifier, $class->name);}
      arguments: {
        $fieldName: "id"
        $className: "App\Entity\TipoPago"
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/EntityRepository.php:86 {
      Doctrine\ORM\EntityRepository->find(mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
      › {    return $this->em->find($this->entityName, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "App\Entity\TipoPago"
        $id: [ …1]
        $lockMode: null
        $lockVersion: null
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:61 {
      Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->find(mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
      ›     return ($this->repository ??= $this->resolveRepository())        ->find($id, $lockMode, $lockVersion);}
      arguments: {
        $id: null
        $lockMode: null
        $lockVersion: null
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/src/Controller/OrdenesController.php:267 {
      App\Controller\OrdenesController->selectPaymentMethodStep($orderEncoded, Request $request, OrdenRepository $ordenRepository, TarjetaClienteRepository $tarjetaClienteRepository, TipoPagoRepository $tipoPagoRepository, EntityManagerInterface $entityManager, PasosCompraRepository $pasosCompraRepository): Response …
      › $order = $ordenRepository->findOneBy(['orderEncoded' => $orderEncoded]);$order->setTipoPago($tipoPagoRepository->find($request->request->get('paymentMethod')));$order->setPasoCompra($pasosCompraRepository->find(1));
      arguments: {
        $id: null
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $orderEncoded: "367b9b1db681b5a8cc8a8934bce7c5f6"
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $ordenRepository: App\Repository\OrdenRepository {#1015 …}
        $tarjetaClienteRepository: App\Repository\TarjetaClienteRepository {#1026 …}
        $tipoPagoRepository: App\Repository\TipoPagoRepository {#1036 …}
        $entityManager: ContainerKBmAyzm\EntityManagerGhost614a58f {#274 …}
        $pasosCompraRepository: App\Repository\PasosCompraRepository {#1055 …}
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/microtecnologias/www/ecommerceCredicel/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/microtecnologias/www/ecommerceCredicel/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/microtecnologias/www/ecommerceCredicel/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#173
  -records: [
    2 => [
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.131+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "app_ordenes_selectPaymentMethodStep"
          "route_parameters" => [
            "_route" => "app_ordenes_selectPaymentMethodStep"
            "_controller" => "App\Controller\OrdenesController::selectPaymentMethodStep"
            "orderEncoded" => "367b9b1db681b5a8cc8a8934bce7c5f6"
          ]
          "request_uri" => "https://camsandbox.microtecnologiasmoviles.mx/checkout/order/367b9b1db681b5a8cc8a8934bce7c5f6/selectPaymentMethodStep"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.132+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.132+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.132+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.133+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "mysql-microtecnologias.alwaysdata.net"
            "port" => null
            "user" => "325099_ecommerce"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "microtecnologias_ecommerce"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.136+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.path_brandeo AS path_brandeo_3, t0.domain AS domain_4, t0.shop_name AS shop_name_5, t0.admin_shop AS admin_shop_6, t0.precios_credishop AS precios_credishop_7, t0.cambaceo AS cambaceo_8 FROM colaboradores t0 WHERE t0.domain = ? LIMIT 1"
          "params" => [
            1 => "camsandbox"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\SubdomainSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.140+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerKBmAyzm\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.141+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.144+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.monto_envio AS monto_envio_2, t0.monto_subtotal AS monto_subtotal_3, t0.monto_total AS monto_total_4, t0.created_date AS created_date_5, t0.order_encoded AS order_encoded_6, t0.phone_number AS phone_number_7, t0.cambaceo_data AS cambaceo_data_8, t0.usuario_id AS usuario_id_9, t0.estatus_id AS estatus_id_10, t0.domicilio_entrega_id AS domicilio_entrega_id_11, t0.tipo_pago_id AS tipo_pago_id_12, t0.payment_method_id AS payment_method_id_13, t0.paso_compra_id AS paso_compra_id_14, t0.colaborador_id AS colaborador_id_15, t0.cambaceador_id AS cambaceador_id_16 FROM orden t0 WHERE t0.order_encoded = ? LIMIT 1"
          "params" => [
            1 => "367b9b1db681b5a8cc8a8934bce7c5f6"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.151+02:00"
        "message" => "Uncaught PHP Exception Doctrine\ORM\Exception\MissingIdentifierField: "The identifier id is missing for a query of App\Entity\TipoPago" at MissingIdentifierField.php line 15"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\ORM\Exception\MissingIdentifierField {#1277
            #message: "The identifier id is missing for a query of App\Entity\TipoPago"
            #code: 0
            #file: "/home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/Exception/MissingIdentifierField.php"
            #line: 15
            trace: {
              /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/Exception/MissingIdentifierField.php:15 {
                Doctrine\ORM\Exception\MissingIdentifierField::fromFieldAndClass(string $fieldName, string $className): self …
                › {    return new self(sprintf(        'The identifier %s is missing for a query of %s',
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/EntityManager.php:303 {
                Doctrine\ORM\EntityManager->find($className, mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
                › if (! isset($id[$identifier])) {    throw MissingIdentifierField::fromFieldAndClass($identifier, $class->name);}
                arguments: {
                  $fieldName: "id"
                  $className: "App\Entity\TipoPago"
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/orm/src/EntityRepository.php:86 {
                Doctrine\ORM\EntityRepository->find(mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
                › {    return $this->em->find($this->entityName, $id, $lockMode, $lockVersion);}
                arguments: {
                  $className: "App\Entity\TipoPago"
                  $id: [ …1]
                  $lockMode: null
                  $lockVersion: null
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php:61 {
                Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy->find(mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
                ›     return ($this->repository ??= $this->resolveRepository())        ->find($id, $lockMode, $lockVersion);}
                arguments: {
                  $id: null
                  $lockMode: null
                  $lockVersion: null
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/src/Controller/OrdenesController.php:267 {
                App\Controller\OrdenesController->selectPaymentMethodStep($orderEncoded, Request $request, OrdenRepository $ordenRepository, TarjetaClienteRepository $tarjetaClienteRepository, TipoPagoRepository $tipoPagoRepository, EntityManagerInterface $entityManager, PasosCompraRepository $pasosCompraRepository): Response …
                › $order = $ordenRepository->findOneBy(['orderEncoded' => $orderEncoded]);$order->setTipoPago($tipoPagoRepository->find($request->request->get('paymentMethod')));$order->setPasoCompra($pasosCompraRepository->find(1));
                arguments: {
                  $id: null
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $orderEncoded: "367b9b1db681b5a8cc8a8934bce7c5f6"
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $ordenRepository: App\Repository\OrdenRepository {#1015 …}
                  $tarjetaClienteRepository: App\Repository\TarjetaClienteRepository {#1026 …}
                  $tipoPagoRepository: App\Repository\TipoPagoRepository {#1036 …}
                  $entityManager: ContainerKBmAyzm\EntityManagerGhost614a58f {#274 …}
                  $pasosCompraRepository: App\Repository\PasosCompraRepository {#1055 …}
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/microtecnologias/www/ecommerceCredicel/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/microtecnologias/www/ecommerceCredicel/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/microtecnologias/www/ecommerceCredicel/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.175+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1630 => [
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.151+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.path_brandeo AS path_brandeo_3, t0.domain AS domain_4, t0.shop_name AS shop_name_5, t0.admin_shop AS admin_shop_6, t0.precios_credishop AS precios_credishop_7, t0.cambaceo AS cambaceo_8 FROM colaboradores t0 WHERE t0.domain = ? LIMIT 1"
          "params" => [
            1 => "camsandbox"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.152+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\SubdomainSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerKBmAyzm\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.153+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1751462346
        "timestamp_rfc3339" => "2025-07-02T15:19:06.172+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    1630 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#172 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
content-length
"0"
cookie
"main_deauth_profile_token=b2d86f"
from
"gptbot(at)openai.com"
host
"camsandbox.microtecnologiasmoviles.mx"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
via
"2.0 alproxy"
x-forwarded-proto
"https"
x-openai-host-hash
"547905855"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 02 Jul 2025 13:19:06 GMT"
vary
"Accept"
x-debug-exception
"The%20identifier%20id%20is%20missing%20for%20a%20query%20of%20App%5CEntity%5CTipoPago"
x-debug-exception-file
"%2Fhome%2Fmicrotecnologias%2Fwww%2FecommerceCredicel%2Fvendor%2Fdoctrine%2Form%2Fsrc%2FException%2FMissingIdentifierField.php:15"
x-debug-token
"9c02a3"

Cookies

Request Cookies

Key Value
main_deauth_profile_token
"b2d86f"

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
""
DATABASE_URL
"mysql://325099_ecommerce:Aconita_2503.351@mysql-microtecnologias.alwaysdata.net/microtecnologias_ecommerce"
FULFIL_PASSWORD
"ZCHHVY21"
FULFIL_URL
"https://test.fulfil.mx"
FULFIL_USERNAME
"microtec"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OAUTH_FACEBOOK_ID
"189702971366432"
OAUTH_FACEBOOK_SECRET
"2ca0ad0e117c18e4b97272f1bc773fbd"
OAUTH_GOOGLE_CLIENT_ID
"584345252344-jqni2oluco19dr1di1oqu5fl0vpafk1t.apps.googleusercontent.com"
OAUTH_GOOGLE_CLIENT_SECRET
"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"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/microtecnologias/www/ecommerceCredicel/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/microtecnologias/www/ecommerceCredicel/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/microtecnologias"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"main_deauth_profile_token=b2d86f"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"camsandbox.microtecnologiasmoviles.mx"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_VIA
"2.0 alproxy"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"547905855"
LANG
"en_US.UTF-8"
LC_ALL
"en_US.UTF-8"
PATH
"/home/microtecnologias/.local/bin:/home/microtecnologias/.local/share/gem/ruby/3.1.0/bin:/home/microtecnologias/.gem/ruby/3.1.0/bin:/home/microtecnologias/.composer/vendor/bin:/home/microtecnologias/.npm-packages/bin:/usr/local/bin:/usr/bin:/bin"
PHPRC
"/home/microtecnologias/admin/config/php"
PHP_SELF
"/index.php"
PHP_VERSION
"8.2"
PWD
"/usr/bin"
QUERY_STRING
""
REDIRECT_HOME
"/home/microtecnologias"
REDIRECT_LANG
"en_US.UTF-8"
REDIRECT_LC_ALL
"en_US.UTF-8"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/checkout/order/367b9b1db681b5a8cc8a8934bce7c5f6/selectPaymentMethodStep"
REMOTE_ADDR
"20.171.207.164"
REMOTE_PORT
"37738"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1751462346
REQUEST_TIME_FLOAT
1751462346.1249
REQUEST_URI
"/checkout/order/367b9b1db681b5a8cc8a8934bce7c5f6/selectPaymentMethodStep"
SCRIPT_FILENAME
"/home/microtecnologias/www/ecommerceCredicel/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"fd00::4:fdbb"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"camsandbox.microtecnologiasmoviles.mx"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SYMFONY_DOTENV_PATH
"/home/microtecnologias/www/ecommerceCredicel/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,OAUTH_GOOGLE_CLIENT_ID,OAUTH_GOOGLE_CLIENT_SECRET,OAUTH_FACEBOOK_ID,OAUTH_FACEBOOK_SECRET,FULFIL_URL,FULFIL_USERNAME,FULFIL_PASSWORD"
argc
0
argv
[]

Parent Request

Return to parent request (token = 535778)

Key Value
_controller
"App\Controller\OrdenesController::selectPaymentMethodStep"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_ordenes_selectPaymentMethodStep"
_route_params
[
  "orderEncoded" => "367b9b1db681b5a8cc8a8934bce7c5f6"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#546
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\LoginFormAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\LoginFormAuthenticator {#548 …}
  }
]
_stopwatch_token
"0d6181"
colaborador
App\Entity\Colaboradores {#693
  -id: 3
  -nombre: "credicel"
  -pathBrandeo: "css/credicel.css"
  -domain: "camsandbox"
  -shopName: "CredicelShopC Sandbox"
  -precioColaboradors: Doctrine\ORM\PersistentCollection {#724 …}
  -adminShop: [
    "nombre" => "Oswaldo"
    "apellidos" => "Quiroz"
    "telefono" => "2222222222"
    "correo" => "oswal963@hotmail.com"
  ]
  -operadoresMoviles: Doctrine\ORM\PersistentCollection {#749 …}
  -ordenes: Doctrine\ORM\PersistentCollection {#840 …}
  -preciosCredishop: true
  -cambaceo: true
  -users: Doctrine\ORM\PersistentCollection {#930 …}
}
orderEncoded
"367b9b1db681b5a8cc8a8934bce7c5f6"