http://84.23.52.87:8000/login

SecurityController :: login

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_route
"app_login"
_route_params
[]

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip"
content-length
""
content-type
""
host
"84.23.52.87:8000"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 04 Jul 2024 20:22:14 GMT"
x-debug-token
"ab5bbb"
x-debug-token-link
"http://84.23.52.87:8000/_profiler/7adf05"
x-previous-debug-token
"7adf05"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Thu, 04 Jul 24 23:22:14 +0300"
Last used
"Thu, 04 Jul 24 23:22:14 +0300"
Lifetime
"0"

Session Attributes

No session attributes

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_URL
"http://84.23.52.87:8000/"
APP_ENV
"dev"
APP_SECRET
"bbfa1a1e8d813e5632e8749764458f1c"
DATABASE_URL
"mysql://expert_platform:zF6rYcm7@localhost:3306/expert_platform?serverVersion=5.7"
EMAIL
"expert@nationalpriority.ru"
JWT_PASSPHRASE
"0bd04fc1d3da2be10ee918e6ef8a2361"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_URL
"smtp://83.69.206.18:587?encryption=tls&auth_mode=login&username=expert@nationalpriority.ru&password=LKmr-tK525"
SEND_MAIL
"true"
SEND_SMS
"false"
SHORT_LINK_URL
"http://npexp.stage.dev-stage.ru/"
SITE_URL
"http://84.23.52.87/"
TELEGRAM_BOT_KEY
"5029477617:AAFsoqj588m9EF-X-d5O16IiF9lPapXgAYk"
TELEGRAM_CHANNEL
"123"
TELEGRAM_CHANNEL_SENDER
"-1001638326022"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/back/www/expert-platform/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_HOST
"84.23.52.87:8000"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"139.59.35.108"
REMOTE_PORT
"49240"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1720124534
REQUEST_TIME_FLOAT
1720124534.2763
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/back/www/expert-platform/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"84.23.52.87"
SERVER_NAME
""
SERVER_PORT
"8000"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.18.0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,SITE_URL,API_URL,SHORT_LINK_URL,EMAIL,SEND_MAIL,SEND_SMS,MAILER_URL,TELEGRAM_BOT_KEY,TELEGRAM_CHANNEL,TELEGRAM_CHANNEL_SENDER,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE"
USER
"www-data"

Sub Requests 1

ErrorController (token = 7adf05)

Key Value
_controller
"error_controller"
exception
Twig\Error\LoaderError {#810
  -lineno: -1
  -name: null
  -rawMessage: "Unable to find template "auth/login.html.twig" (looked into: /home/back/www/expert-platform/templates, /home/back/www/expert-platform/vendor/symfony/twig-bridge/Resources/views/Form)."
  -sourcePath: null
  -sourceCode: null
  #message: "Unable to find template "auth/login.html.twig" (looked into: /home/back/www/expert-platform/templates, /home/back/www/expert-platform/vendor/symfony/twig-bridge/Resources/views/Form)."
  #code: 0
  #file: "/home/back/www/expert-platform/vendor/twig/twig/src/Loader/FilesystemLoader.php"
  #line: 227
  trace: {
    /home/back/www/expert-platform/vendor/twig/twig/src/Loader/FilesystemLoader.php:227 {
      Twig\Loader\FilesystemLoader->findTemplate(string $name, bool $throw = true) …
      › 
      ›     throw new LoaderError($this->errorCache[$name]);}
    }
    /home/back/www/expert-platform/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php:32 {
      Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader->findTemplate($template, $throw = true) …
      › try {    return parent::findTemplate($template, $throw);} catch (LoaderError $e) {
    }
    /home/back/www/expert-platform/vendor/twig/twig/src/Loader/FilesystemLoader.php:131 {
      Twig\Loader\FilesystemLoader->getCacheKey(string $name): string …
      › {    if (null === $path = $this->findTemplate($name)) {        return '';
    }
    /home/back/www/expert-platform/vendor/twig/twig/src/Environment.php:261 {
      Twig\Environment->getTemplateClass(string $name, int $index = null): string …
      › {    $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;}
    /home/back/www/expert-platform/vendor/twig/twig/src/Environment.php:309 {
      Twig\Environment->load($name): TemplateWrapper …
      › 
      ›     return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name));}
    }
    /home/back/www/expert-platform/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/back/www/expert-platform/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:235 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › } elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
    }
    /home/back/www/expert-platform/src/Controller/SecurityController.php:26 {
      App\Controller\SecurityController->login(AuthenticationUtils $authenticationUtils): Response …
      › 
      ›     return $this->render('auth/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);}
    }
    /home/back/www/expert-platform/vendor/symfony/http-kernel/HttpKernel.php:158 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/back/www/expert-platform/vendor/symfony/http-kernel/HttpKernel.php:80 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /home/back/www/expert-platform/vendor/symfony/http-kernel/Kernel.php:201 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/back/www/expert-platform/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#580
  #name: "request"
  #handlers: [
    Monolog\Handler\StreamHandler {#578
      #stream: stream resource @166
        timed_out: false
        blocked: true
        eof: false
        wrapper_type: "plainfile"
        stream_type: "STDIO"
        mode: "a"
        unread_bytes: 0
        seekable: true
        uri: "/home/back/www/expert-platform/var/log/dev.log"
        options: []
      }
      #url: "/home/back/www/expert-platform/var/log/dev.log"
      -errorMessage: null
      #filePermission: null
      #useLocking: false
      -dirCreated: true
      #level: 100
      #bubble: true
      #formatter: Monolog\Formatter\LineFormatter {#267 …}
      #processors: [
        Monolog\Processor\PsrLogMessageProcessor {#577
          -dateFormat: null
          -removeUsedContextFields: false
        }
      ]
    }
    Symfony\Bridge\Monolog\Handler\ConsoleHandler {#579
      -output: null
      -verbosityLevelMap: [
        16 => 400
        32 => 300
        64 => 250
        128 => 200
        256 => 100
      ]
      -consoleFormatterOptions: []
      #level: 100
      #bubble: true
      #formatter: null
      #processors: []
    }
    Mero\Monolog\Handler\TelegramHandler {#663
      -token: "5029477617:AAFsoqj588m9EF-X-d5O16IiF9lPapXgAYk"
      -chatId: "123"
      -timeout: 0
      #level: 500
      #bubble: true
      #formatter: Monolog\Formatter\LineFormatter {#762 …}
      #processors: []
    }
  ]
  #processors: [
    Symfony\Bridge\Monolog\Processor\DebugProcessor {#665
      -records: [
        "000000003c5a71c50000000038f5f008" => [
          [
            "timestamp" => 1720124534
            "message" => "User Deprecated: Since doctrine/doctrine-bundle 2.4: The "connection_override_options" connection parameter is deprecated"
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "exception" => ErrorException {#402
                #message: "User Deprecated: Since doctrine/doctrine-bundle 2.4: The "connection_override_options" connection parameter is deprecated"
                #code: 0
                #file: "/home/back/www/expert-platform/vendor/symfony/deprecation-contracts/function.php"
                #line: 25
                #severity: E_USER_DEPRECATED
                trace: {
                  /home/back/www/expert-platform/vendor/symfony/deprecation-contracts/function.php:25 {
                    trigger_deprecation(string $package, string $version, string $message, ...$args): void …
                    › {    @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);}
                  }
                  /home/back/www/expert-platform/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:55 {
                    Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
                    › if (isset($params['connection_override_options'])) {    trigger_deprecation('doctrine/doctrine-bundle', '2.4', 'The "connection_override_options" connection parameter is deprecated');    $overriddenOptions = $params['connection_override_options'];
                  }
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:4754 {
                    ContainerKKI4ONI\srcApp_KernelDevDebugContainer->getDoctrine_Dbal_DefaultConnectionService() …
                    › 
                    ›     return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'connection_override_options' => [], 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'defaultTableOptions' => []], $a, $c, []);}
                  }
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:4914 {
                    ContainerKKI4ONI\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
                    › 
                    › $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:4767 {
                    ContainerKKI4ONI\srcApp_KernelDevDebugContainer->ContainerKKI4ONI\{closure} …
                    › return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false);}
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:14681 {
                    Closure->__invoke …
                    › {    $this->initializer1f652 && ($this->initializer1f652->__invoke($valueHolder0ed47, $this, 'getRepository', array('entityName' => $entityName), $this->initializer1f652) || 1) && $this->valueHolder0ed47 = $valueHolder0ed47;}
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:14681 {
                    ContainerKKI4ONI\EntityManager_9a5be93->getRepository($entityName) …
                    › {    $this->initializer1f652 && ($this->initializer1f652->__invoke($valueHolder0ed47, $this, 'getRepository', array('entityName' => $entityName), $this->initializer1f652) || 1) && $this->valueHolder0ed47 = $valueHolder0ed47;}
                  /home/back/www/expert-platform/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php:45 {
                    Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager->__construct(ObjectManager $om, $class) …
                    › $this->objectManager = $om;$this->repository = $om->getRepository($class);$metadata = $om->getClassMetadata($class);
                  }
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:5241 {
                    ContainerKKI4ONI\srcApp_KernelDevDebugContainer->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService() …
                    › {    return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken');}
                  }
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:7187 {
                    ContainerKKI4ONI\srcApp_KernelDevDebugContainer->getRequestListenerService() …
                    › {    return $this->privates['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));}
                  }
                  /home/back/www/expert-platform/var/cache/dev/ContainerKKI4ONI/srcApp_KernelDevDebugContainer.php:4957 {
                    ContainerKKI4ONI\srcApp_KernelDevDebugContainer->ContainerKKI4ONI\{closure} …
                    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());}, 1 => 'onKernelRequest'], 0);
                  }
                  /home/back/www/expert-platform/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
                    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
                    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
                  }
                  /home/back/www/expert-platform/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
                    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
                    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
                  }
                  /home/back/www/expert-platform/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
                    › 
                    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
                  }
                  /home/back/www/expert-platform/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
                    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
                    › 
                    › $this->preProcess($eventName);try {
                  }
                  /home/back/www/expert-platform/vendor/symfony/http-kernel/HttpKernel.php:134 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
                  /home/back/www/expert-platform/vendor/symfony/http-kernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /home/back/www/expert-platform/vendor/symfony/http-kernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /home/back/www/expert-platform/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                }
              }
            ]
            "channel" => "php"
          ]
          [
            "timestamp" => 1720124534
            "message" => "Matched route "{route}"."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => [
              "route" => "app_login"
              "route_parameters" => [
                "_route" => "app_login"
                "_controller" => "App\Controller\SecurityController::login"
              ]
              "request_uri" => "http://84.23.52.87:8000/login"
              "method" => "GET"
            ]
            "channel" => "request"
          ]
          [
            "timestamp" => 1720124534
            "message" => "Populated the TokenStorage with an anonymous Token."
            "priority" => 200
            "priorityName" => "INFO"
            "context" => []
            "channel" => "security"
          ]
          [
            "timestamp" => 1720124534
            "message" => "Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "auth/login.html.twig" (looked into: /home/back/www/expert-platform/templates, /home/back/www/expert-platform/vendor/symfony/twig-bridge/Resources/views/Form)." at /home/back/www/expert-platform/vendor/twig/twig/src/Loader/FilesystemLoader.php line 227"
            "priority" => 500
            "priorityName" => "CRITICAL"
            "context" => [
              "exception" => Twig\Error\LoaderError {#810
                -lineno: -1
                -name: null
                -rawMessage: "Unable to find template "auth/login.html.twig" (looked into: /home/back/www/expert-platform/templates, /home/back/www/expert-platform/vendor/symfony/twig-bridge/Resources/views/Form)."
                -sourcePath: null
                -sourceCode: null
                #message: "Unable to find template "auth/login.html.twig" (looked into: /home/back/www/expert-platform/templates, /home/back/www/expert-platform/vendor/symfony/twig-bridge/Resources/views/Form)."
                #code: 0
                #file: "/home/back/www/expert-platform/vendor/twig/twig/src/Loader/FilesystemLoader.php"
                #line: 227
                trace: {
                  /home/back/www/expert-platform/vendor/twig/twig/src/Loader/FilesystemLoader.php:227 {
                    Twig\Loader\FilesystemLoader->findTemplate(string $name, bool $throw = true) …
                    › 
                    ›     throw new LoaderError($this->errorCache[$name]);}
                  }
                  /home/back/www/expert-platform/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php:32 {
                    Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader->findTemplate($template, $throw = true) …
                    › try {    return parent::findTemplate($template, $throw);} catch (LoaderError $e) {
                  }
                  /home/back/www/expert-platform/vendor/twig/twig/src/Loader/FilesystemLoader.php:131 {
                    Twig\Loader\FilesystemLoader->getCacheKey(string $name): string …
                    › {    if (null === $path = $this->findTemplate($name)) {        return '';
                  }
                  /home/back/www/expert-platform/vendor/twig/twig/src/Environment.php:261 {
                    Twig\Environment->getTemplateClass(string $name, int $index = null): string …
                    › {    $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;}
                  /home/back/www/expert-platform/vendor/twig/twig/src/Environment.php:309 {
                    Twig\Environment->load($name): TemplateWrapper …
                    › 
                    ›     return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name));}
                  }
                  /home/back/www/expert-platform/vendor/twig/twig/src/Environment.php:277 {
                    Twig\Environment->render($name, array $context = []): string …
                    › {    return $this->load($name)->render($context);}
                  }
                  /home/back/www/expert-platform/vendor/symfony/framework-bundle/Controller/ControllerTrait.php:235 {
                    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
                    › } elseif ($this->container->has('twig')) {    $content = $this->container->get('twig')->render($view, $parameters);} else {
                  }
                  /home/back/www/expert-platform/src/Controller/SecurityController.php:26 {
                    App\Controller\SecurityController->login(AuthenticationUtils $authenticationUtils): Response …
                    › 
                    ›     return $this->render('auth/login.html.twig', ['last_username' => $lastUsername, 'error' => $error]);}
                  }
                  /home/back/www/expert-platform/vendor/symfony/http-kernel/HttpKernel.php:158 {
                    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
                    › // call controller$response = $controller(...$arguments);}
                  /home/back/www/expert-platform/vendor/symfony/http-kernel/HttpKernel.php:80 {
                    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
                  }
                  /home/back/www/expert-platform/vendor/symfony/http-kernel/Kernel.php:201 {
                    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
                    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                  }
                  /home/back/www/expert-platform/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                  }
                }
              }
            ]
            "channel" => "request"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'expert_platform' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'expert_platform' /*!50116 AND c.constraint_schema = 'expert_platform' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'expert_platform' ORDER BY SEQ_IN_INDEX ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => """
              SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS\n
              FROM information_schema.TABLES\n
              WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT * FROM doctrine_migration_versions"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'expert_platform' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'expert_platform' /*!50116 AND c.constraint_schema = 'expert_platform' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'expert_platform' ORDER BY SEQ_IN_INDEX ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => """
              SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS\n
              FROM information_schema.TABLES\n
              WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT * FROM doctrine_migration_versions"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'expert_platform' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'expert_platform' /*!50116 AND c.constraint_schema = 'expert_platform' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'expert_platform' ORDER BY SEQ_IN_INDEX ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => """
              SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS\n
              FROM information_schema.TABLES\n
              WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT * FROM doctrine_migration_versions"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
        ]
        "000000003c5a72ba0000000038f5f008" => [
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'expert_platform' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'expert_platform' /*!50116 AND c.constraint_schema = 'expert_platform' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'expert_platform' ORDER BY SEQ_IN_INDEX ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => """
              SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS\n
              FROM information_schema.TABLES\n
              WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT * FROM doctrine_migration_versions"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'expert_platform' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'expert_platform' /*!50116 AND c.constraint_schema = 'expert_platform' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'expert_platform' ORDER BY SEQ_IN_INDEX ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => """
              SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS\n
              FROM information_schema.TABLES\n
              WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT * FROM doctrine_migration_versions"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'expert_platform' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'expert_platform' /*!50116 AND c.constraint_schema = 'expert_platform' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'expert_platform' ORDER BY SEQ_IN_INDEX ASC"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => """
              SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS\n
              FROM information_schema.TABLES\n
              WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
              """
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
          [
            "timestamp" => 1720124534
            "message" => "SELECT * FROM doctrine_migration_versions"
            "priority" => 100
            "priorityName" => "DEBUG"
            "context" => []
            "channel" => "doctrine"
          ]
        ]
      ]
      -errorCount: [
        "000000003c5a71c50000000038f5f008" => 1
        "000000003c5a72ba0000000038f5f008" => 0
      ]
      -requestStack: Symfony\Component\HttpFoundation\RequestStack {#664 …}
    }
  ]
  #microsecondTimestamps: true
  #exceptionHandler: null
}