https://daiteke.aplicaciones.debamatika.com/login

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"d599c255cb2bc3c0c7ebd2c8e9.WVR1eDHWY06PkfHKShZCfT60gsqBmnolvnB-UHxRIXQ.GmcSF3KGVCL388jnPVgrRXDf746x6TJJxAU9fU06RCcdFh0edKIre8jJlg"
email
"edurne.pujana@daiteke.com"
password
"edurnedaiteke"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"163975"
exception
Doctrine\DBAL\Exception\ConnectionException {#472
  -query: null
  #message: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused"
  #code: 2002
  #file: "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 103
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#393 …}
  trace: {
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:103 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 2054:    return new ConnectionException($exception, $query);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/dbal/src/Connection.php:1815 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › 
      › $exception = $this->exceptionConverter->convert($driverException, $query);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/dbal/src/Connection.php:1758 {
      Doctrine\DBAL\Connection->convertException(Exception $e): DriverException …
      › {    return $this->handleDriverException($e, null);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/dbal/src/Connection.php:344 {
      Doctrine\DBAL\Connection->connect() …
      › } catch (Driver\Exception $e) {    throw $this->convertException($e);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/dbal/src/Connection.php:1532 {
      Doctrine\DBAL\Connection->getWrappedConnection() …
      › 
      › $this->connect();}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/dbal/src/Connection.php:1030 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
      › 
      › $connection = $this->getWrappedConnection();}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:747 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, array $orderBy = null) …
      › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:219 {
      Doctrine\ORM\EntityRepository->findOneBy(array $criteria, array $orderBy = null) …
      › 
      ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/src/Security/Accesos/LoginAuthenticator.php:66 {
      App\Security\Accesos\LoginAuthenticator->getUser($credentials, UserProviderInterface $userProvider): Usuario …
      › }$user = $this->entityManager->getRepository(Usuario::class)->findOneBy(['email' => $credentials['email']]);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php:105 {
      Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator->getUser($credentials): UserInterface …
      › {    $user = $this->guard->getUser($credentials, $this->userProvider);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php:76 {
      Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator->Symfony\Component\Security\Guard\Authenticator\{closure} …
      › if (class_exists(UserBadge::class)) {    $user = new UserBadge('guard_authenticator_'.md5(serialize($credentials)), function () use ($credentials) { return $this->getUser($credentials); });} else {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:67 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
      › 
      › $this->user = ($this->userLoader)($this->userIdentifier);if (!$this->user instanceof UserInterface) {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Passport.php:55 {
      Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
      › 
      ›     $this->user = $this->getBadge(UserBadge::class)->getUser();}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/EventListener/UserCheckerListener.php:43 {
      Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
      › 
      ›     $this->userChecker->checkPreAuth($passport->getUser());}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:184 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:161 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:141 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php:128 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#206 …6}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3"
connection
"keep-alive"
content-length
"198"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=dj0u3ptu8qnpj9ih9hkadmhsdv"
host
"daiteke.aplicaciones.debamatika.com"
origin
"https://daiteke.aplicaciones.debamatika.com"
priority
"u=0, i"
referer
"https://daiteke.aplicaciones.debamatika.com/login"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0"
x-php-ob-level
"1"

Request Content

Raw

email=edurne.pujana%40daiteke.com&password=edurnedaiteke&_csrf_token=d599c255cb2bc3c0c7ebd2c8e9.WVR1eDHWY06PkfHKShZCfT60gsqBmnolvnB-UHxRIXQ.GmcSF3KGVCL388jnPVgrRXDf746x6TJJxAU9fU06RCcdFh0edKIre8jJlg

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 24 Nov 2024 08:17:53 GMT"
x-debug-exception
"An%20exception%20occurred%20in%20the%20driver%3A%20SQLSTATE%5BHY000%5D%20%5B2002%5D%20Connection%20refused"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Faplicaciones.debamatika.com%2Fdaiteke.aplicaciones.debamatika.com%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:103"
x-debug-token
"7b7b3c"

Cookies

Request Cookies

Key Value
PHPSESSID
"dj0u3ptu8qnpj9ih9hkadmhsdv"

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Sun, 24 Nov 24 08:59:21 +0100"
Last used
"Sun, 24 Nov 24 09:17:52 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"C3goCP7lxb9-wNi8NkmD0sHlzuC-1keSDBhfEtH5GXg"
_security.last_username
"edurne.pujana@daiteke.com"

Session Usage

11 Usages
Stateless check enabled
Usage
App\EventSubscriber\LocaleSubscriber:30
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/src/EventSubscriber/LocaleSubscriber.php"
    "line" => 30
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "App\EventSubscriber\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 110
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 39
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Security\Accesos\LoginAuthenticator:55
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/src/Security/Accesos/LoginAuthenticator.php"
    "line" => 55
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    "line" => 68
    "function" => "getCredentials"
    "class" => "App\Security\Accesos\LoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 63
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 180
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 110
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/src/Security/Accesos/LoginAuthenticator.php"
    "line" => 63
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    "line" => 105
    "function" => "getUser"
    "class" => "App\Security\Accesos\LoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    "line" => 76
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php"
    "line" => 67
    "function" => "Symfony\Component\Security\Guard\Authenticator\{closure}"
    "class" => "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Passport.php"
    "line" => 55
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/EventListener/UserCheckerListener.php"
    "line" => 43
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Http\Authenticator\Passport\Passport"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "preCheckCredentials"
    "class" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 184
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/src/Security/Accesos/LoginAuthenticator.php"
    "line" => 63
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    "line" => 105
    "function" => "getUser"
    "class" => "App\Security\Accesos\LoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    "line" => 76
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php"
    "line" => 67
    "function" => "Symfony\Component\Security\Guard\Authenticator\{closure}"
    "class" => "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Passport.php"
    "line" => 55
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/EventListener/UserCheckerListener.php"
    "line" => 43
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Http\Authenticator\Passport\Passport"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "preCheckCredentials"
    "class" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 184
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/src/Security/Accesos/LoginAuthenticator.php"
    "line" => 63
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    "line" => 105
    "function" => "getUser"
    "class" => "App\Security\Accesos\LoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php"
    "line" => 76
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php"
    "line" => 67
    "function" => "Symfony\Component\Security\Guard\Authenticator\{closure}"
    "class" => "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Passport/Passport.php"
    "line" => 55
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/EventListener/UserCheckerListener.php"
    "line" => 43
    "function" => "getUser"
    "class" => "Symfony\Component\Security\Http\Authenticator\Passport\Passport"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "preCheckCredentials"
    "class" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 184
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 161
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 141
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 173
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 85
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 213
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 85
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"844631a1c8a8fbc772232bb57dd420a5"
DATABASE_URL
"mysql://daiteke_db_user:tt3O&7u3@127.0.0.1:3306/daitekecrm?serverVersion=5.7&charset=utf8mb4"
MAILER_DSN
"smtp://daiteke@aplicaciones.debamatika.com:Daiteke2024@debamatika.vservers.es:587?encryption=STARTTLS"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"198"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/aplicaciones.debamatika.com"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=dj0u3ptu8qnpj9ih9hkadmhsdv"
HTTP_HOST
"daiteke.aplicaciones.debamatika.com"
HTTP_ORIGIN
"https://daiteke.aplicaciones.debamatika.com"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://daiteke.aplicaciones.debamatika.com/login"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_SSL_TLS_SNI
"daiteke.aplicaciones.debamatika.com"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Z0LhMdsrb6W8PflFSlNgdwAAA9c"
REDIRECT_URL
"/login"
REMOTE_ADDR
"212.231.118.165"
REMOTE_PORT
"6670"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1732436273
REQUEST_TIME_FLOAT
1732436273.6034
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/vhosts/aplicaciones.debamatika.com/daiteke.aplicaciones.debamatika.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"91.142.213.253"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"daiteke.aplicaciones.debamatika.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"daiteke.aplicaciones.debamatika.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_DSN"
UNIQUE_ID
"Z0LhMdsrb6W8PflFSlNgdwAAA9c"
USER
"debamatika"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 19c021)

Key Value
_controller
"App\Controller\Accesos\LoginController::login"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"1d4bbc"