Deprecated: Constant E_STRICT is deprecated in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/error-handler/ErrorHandler.php on line 76

Deprecated: Symfony\Component\Security\Http\Firewall\ChannelListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Firewall/ChannelListener.php on line 35

Deprecated: Symfony\Component\Security\Http\AccessMap::add(): Implicitly marking parameter $channel as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/AccessMap.php on line 31

Deprecated: Symfony\Component\Security\Http\Authentication\AuthenticatorManager::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Authentication/AuthenticatorManager.php on line 61

Deprecated: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php on line 52

Deprecated: Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php on line 31

Deprecated: Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php on line 37

Deprecated: Symfony\Component\Security\Core\Signature\SignatureHasher::__construct(): Implicitly marking parameter $expiredSignaturesStorage as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-core/Signature/SignatureHasher.php on line 38

Deprecated: Symfony\Component\Security\Core\Signature\SignatureHasher::__construct(): Implicitly marking parameter $maxUses as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-core/Signature/SignatureHasher.php on line 38

Deprecated: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::__construct(): Implicitly marking parameter $property as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php on line 42

Deprecated: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::__construct(): Implicitly marking parameter $managerName as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php on line 42

Deprecated: Symfony\Component\Security\Core\Exception\AccessDeniedException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-core/Exception/AccessDeniedException.php on line 24

Deprecated: Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php on line 20

Deprecated: Symfony\Component\Security\Core\Exception\AuthenticationException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-core/Exception/AuthenticationException.php on line 29
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. (500 Internal Server Error)

Symfony Exception

RuntimeException

HTTP 500 Internal Server Error

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.

Exception

RuntimeException

in vendor/symfony/security-http/Firewall/ExceptionListener.php -> handleAccessDeniedException (line 103)
    in vendor/symfony/http-kernel/HttpKernel.php -> handleThrowable (line 89)
      in vendor/autoload_runtime.php -> run (line 29)
        require_once('/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/autoload_runtime.php') in public/index.php (line 5)
        1. <?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']);
          };
          

        Logs 1

        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": {}
        }

        Stack Trace

        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)                
        Loading…
        Loading the web debug toolbar…
        Attempt #