13:22:51.670
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native " service is deprecated, use "session.storage.factory.native " instead.
13:22:51.671
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag " service is deprecated, create your own "session.storage.factory " instead.
13:22:51.674
Matched route "home_index " .
13:22:51.675
deprecation
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service " service is deprecated, use "session.storage.factory.native ", "session.storage.factory.php_bridge " or "session.storage.factory.mock_file " instead.
13:22:51.677
Checking for authenticator support.
13:22:51.677
Checking support on authenticator.
13:22:51.677
Authenticator does not support the request.
13:22:51.677
Checking support on authenticator.
13:22:51.677
Authenticator does not support the request.
13:22:51.677
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
13:22:51.678
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
13:22:51.678
Notified event "kernel.request " to listener "App\EventSubscriber\KernelRequestSubscriber::onMaintenance " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\UX\Turbo\Stream\AddTurboStreamFormatSubscriber::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
13:22:51.678
Notified event "kernel.request " to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
13:22:51.678
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
13:22:51.681
Access denied, the user is not fully authenticated; redirecting to authentication entry point.
13:22:51.681
Calling Authentication entry point.
security
13:22:51.682
Notified event "kernel.exception " to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException " .
13:22:51.682
Listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException " stopped propagation of the event "kernel.exception " .
13:22:51.682
Listener "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException " was not called for event "kernel.exception " .
13:22:51.682
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException " was not called for event "kernel.exception " .
13:22:51.682
Listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException " was not called for event "kernel.exception " .
13:22:51.682
Listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException " was not called for event "kernel.exception " .
13:22:51.682
Listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException " was not called for event "kernel.exception " .
13:22:51.682
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException " was not called for event "kernel.exception " .
13:22:51.688
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine
13:22:51.689
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine
13:22:51.690
SELECT DATABASE()
doctrine
13:22:51.690
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 = 'app_preprod' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
doctrine
13:22:51.691
SELECT DATABASE()
doctrine
13:22:51.691
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!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 = 'app_preprod' /*!50116 AND c.constraint_schema = 'app_preprod' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION`
doctrine
13:22:51.691
SELECT DATABASE()
doctrine
13:22:51.691
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 = 'app_preprod' ORDER BY SEQ_IN_INDEX ASC
doctrine
13:22:51.691
SELECT t.ENGINE,
t.AUTO_INCREMENT,
t.TABLE_COMMENT,
t.CREATE_OPTIONS,
t.TABLE_COLLATION,
ccsa.CHARACTER_SET_NAME
FROM information_schema.TABLES t
INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa
ON ccsa.COLLATION_NAME = t.TABLE_COLLATION
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
doctrine
13:22:51.692
SELECT * FROM doctrine_migration_versions
doctrine
13:22:51.693
SELECT DATABASE()
doctrine
13:22:51.694
Notified event "kernel.response " to listener "Symfony\UX\Turbo\Stream\AddTurboStreamFormatSubscriber::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
13:22:51.694
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
13:22:51.694
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
13:22:51.694
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
13:22:51.694
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
13:22:51.694
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .