13:21:15.000
deprecation
Optional parameter $all declared before required parameter $sepaXmlService is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $personId declared before required parameter $personRepo is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $emailAddress declared before required parameter $personRepo is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $return declared before required parameter $configService is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $page declared before required parameter $repo is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $orderby declared before required parameter $repo is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $order declared before required parameter $repo is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $return declared before required parameter $courseOccurrenceRepository is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $return declared before required parameter $personRepo is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $participantId declared before required parameter $orderService is implicitly treated as a required parameter
13:21:15.000
deprecation
Optional parameter $return declared before required parameter $orderService is implicitly treated as a required parameter
13:21:15.000
deprecation
The "Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData() " method is considered internal First, the data of the row is split into chunks where each chunk contains data that belongs to a particular component/class. Afterwards, all these chunks are processed, one after the other. For each chunk of class data only one of the following code paths is executed: It may change without further notice. You should not extend it from "App\Hydrator\OrderItemInvoiceCountHydrator ".
21:24:38.753
Matched route "rest_cart_show " .
21:24:38.772
Checking for authenticator support.
21:24:38.772
Checking support on authenticator.
21:24:38.772
Authenticator does not support the request.
21:24:38.776
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
21:24:38.778
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
21:24:38.778
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
21:24:38.778
Notified event "debug.security.authorization.vote " to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
21:24:38.779
Notified event "kernel.request " to listener "FOS\RestBundle\EventListener\FormatListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "FOS\RestBundle\EventListener\BodyListener::onKernelRequest " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
21:24:38.779
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
21:24:38.793
Access denied, the user is not fully authenticated; redirecting to authentication entry point.
21:24:38.794
Calling Authentication entry point.
security
21:24:38.796
Notified event "kernel.exception " to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException " .
21:24:38.796
Listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException " stopped propagation of the event "kernel.exception " .
21:24:38.796
Listener "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException " was not called for event "kernel.exception " .
21:24:38.796
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException " was not called for event "kernel.exception " .
21:24:38.796
Listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException " was not called for event "kernel.exception " .
21:24:38.796
Listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException " was not called for event "kernel.exception " .
21:24:38.796
Listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException " was not called for event "kernel.exception " .
21:24:38.796
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException " was not called for event "kernel.exception " .
21:24:38.846
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine
21:24:38.850
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine
21:24:38.856
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 = 'demo_back' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
doctrine
21:24:38.858
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 = 'demo_back' /*!50116 AND c.constraint_schema = 'demo_back' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL
doctrine
21:24:38.858
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 = 'demo_back' ORDER BY SEQ_IN_INDEX ASC
doctrine
21:24:38.859
SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS
FROM information_schema.TABLES
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
doctrine
21:24:38.860
SELECT * FROM doctrine_migration_versions
doctrine
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
21:24:39.067
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
21:24:39.068
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
21:24:39.068
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
21:24:39.068
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
21:24:39.068
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
21:24:39.068
Notified event "kernel.finish_request " to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets " .
21:24:39.068
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .