<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
| Level | Channel | Message |
|---|---|---|
| INFO 10:47:34 | request |
Matched route "app_index". {
"route": "app_index",
"route_parameters": {
"_route": "app_index",
"_controller": "App\\Controller\\IndexController::index"
},
"request_uri": "https://cdsfzgu-grzoh.josette-tic.com/",
"method": "GET"
}
|
| INFO 10:47:34 | deprecation |
Deprecated: Creation of dynamic property App\Security\AppAuthenticator::$userRepository is deprecated {
"exception": {}
}
|
| DEBUG 10:47:34 | security |
Checking for authenticator support. {
"firewall_name": "main",
"authenticators": 2
}
|
| DEBUG 10:47:35 | security |
Checking support on authenticator. {
"firewall_name": "main",
"authenticator": "App\\Security\\AppAuthenticator"
}
|
| DEBUG 10:47:35 | security |
Authenticator does not support the request. {
"firewall_name": "main",
"authenticator": "App\\Security\\AppAuthenticator"
}
|
| DEBUG 10:47:35 | security |
Checking support on authenticator. {
"firewall_name": "main",
"authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
|
| DEBUG 10:47:35 | security |
Authenticator does not support the request. {
"firewall_name": "main",
"authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
}
|
| INFO 10:47:35 | deprecation |
Deprecated: Constant NumberFormatter::TYPE_CURRENCY is deprecated since 8.3 {
"exception": {}
}
|
| DEBUG 10:47:35 | security |
Access denied, the user is not fully authenticated; redirecting to authentication entry point. {
"exception": {}
}
|
| DEBUG 10:47:35 | security |
Calling Authentication entry point. {
"entry_point": {
"userRepository": {}
}
}
|
| CRITICAL 10:47:35 | request |
Uncaught PHP Exception RuntimeException: "Failed to start the session because headers have already been sent by "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php" at line 42." at /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 132 {
"exception": {}
}
|
|
RuntimeException
|
|---|
RuntimeException:
Failed to start the session because headers have already been sent by "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php" at line 42.
at vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:132
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag()
(vendor/symfony/http-foundation/Session/Session.php:201)
at Symfony\Component\HttpFoundation\Session\Session->getBag()
(vendor/symfony/http-foundation/Session/Session.php:221)
at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
(vendor/symfony/http-foundation/Session/Session.php:74)
at Symfony\Component\HttpFoundation\Session\Session->set()
(vendor/symfony/security-http/Util/TargetPathTrait.php:28)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->saveTargetPath()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:224)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->setTargetPath()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:195)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:148)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException()
(vendor/symfony/security-http/Firewall/ExceptionListener.php:103)
at Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:206)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:221)
at Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
(vendor/symfony/http-kernel/HttpKernel.php:89)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:184)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/autoload_runtime.php')
(public/index.php:5)
|