Deprecated: Constant E_STRICT is deprecated in /var/www/tunnel-afrique/preprod/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/tunnel-afrique/preprod/vendor/symfony/error-handler/ErrorHandler.php on line 76

Deprecated: Symfony\Component\HttpKernel\Exception\NotFoundHttpException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php on line 24

Deprecated: Symfony\Component\HttpKernel\Exception\HttpException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/http-kernel/Exception/HttpException.php on line 24

Deprecated: Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php on line 34

Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $authenticationEntryPoint as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/Firewall/ExceptionListener.php on line 60

Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $errorPage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/Firewall/ExceptionListener.php on line 60

Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $accessDeniedHandler as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/Firewall/ExceptionListener.php on line 60

Deprecated: Symfony\Component\Security\Http\Firewall\ExceptionListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/Firewall/ExceptionListener.php on line 60

Deprecated: Symfony\Component\Security\Http\Firewall\LogoutListener::__construct(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/Firewall/LogoutListener.php on line 49

Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $urlGenerator as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/HttpUtils.php on line 42

Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $domainRegexp as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/HttpUtils.php on line 42

Deprecated: Symfony\Component\Security\Http\HttpUtils::__construct(): Implicitly marking parameter $secureDomainRegexp as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/HttpUtils.php on line 42

Deprecated: Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php on line 45

Deprecated: Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator::start(): Implicitly marking parameter $authException as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php on line 65
No route found for "GET https://tunnel-africa.tobywallet.fr/settings.php.tmp" (404 Not Found)

Symfony Exception

No route found for "GET https://tunnel-africa.tobywallet.fr/settings.php.tmp"

Exceptions 2

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

in vendor/autoload_runtime.php -> run (line 35)
    require_once('/var/www/tunnel-afrique/preprod/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']);
      };
      

    Symfony\Component\Routing\Exception\ ResourceNotFoundException

    No routes found for "/settings.php.tmp/".

    in vendor/symfony/routing/Router.php -> matchRequest (line 257)
      in vendor/autoload_runtime.php -> run (line 35)
        require_once('/var/www/tunnel-afrique/preprod/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']);
          };
          

        Stack Traces 2

        [2/2] NotFoundHttpException
        Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
        No route found for "GET https://tunnel-africa.tobywallet.fr/settings.php.tmp"
        
          at vendor/symfony/http-kernel/EventListener/RouterListener.php:135
          at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
             (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118)
          at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
             (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
          at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
             (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
          at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
             (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
          at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
             (vendor/symfony/http-kernel/HttpKernel.php:139)
          at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
             (vendor/symfony/http-kernel/HttpKernel.php:75)
          at Symfony\Component\HttpKernel\HttpKernel->handle()
             (vendor/symfony/http-kernel/Kernel.php:202)
          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:35)
          at require_once('/var/www/tunnel-afrique/preprod/vendor/autoload_runtime.php')
             (public/index.php:5)                
        [1/2] ResourceNotFoundException
        Symfony\Component\Routing\Exception\ResourceNotFoundException:
        No routes found for "/settings.php.tmp/".
        
          at vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74
          at Symfony\Component\Routing\Matcher\CompiledUrlMatcher->match()
             (vendor/symfony/routing/Matcher/UrlMatcher.php:106)
          at Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest()
             (vendor/symfony/routing/Router.php:257)
          at Symfony\Component\Routing\Router->matchRequest()
             (vendor/symfony/http-kernel/EventListener/RouterListener.php:111)
          at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
             (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118)
          at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
             (vendor/symfony/event-dispatcher/EventDispatcher.php:230)
          at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
             (vendor/symfony/event-dispatcher/EventDispatcher.php:59)
          at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
             (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154)
          at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
             (vendor/symfony/http-kernel/HttpKernel.php:139)
          at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
             (vendor/symfony/http-kernel/HttpKernel.php:75)
          at Symfony\Component\HttpKernel\HttpKernel->handle()
             (vendor/symfony/http-kernel/Kernel.php:202)
          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:35)
          at require_once('/var/www/tunnel-afrique/preprod/vendor/autoload_runtime.php')
             (public/index.php:5)                
        Loading…
        Loading the web debug toolbar…
        Attempt #

        Deprecated: Symfony\Component\VarDumper\Caster\Caster::castObject(): Implicitly marking parameter $debugClass as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/var-dumper/Caster/Caster.php on line 45

        Deprecated: Symfony\Component\VarDumper\Caster\TraceStub::__construct(): Implicitly marking parameter $sliceLength as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/var-dumper/Caster/TraceStub.php on line 28

        Deprecated: Symfony\Component\VarDumper\Caster\LinkStub::__construct(): Implicitly marking parameter $href as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/var-dumper/Caster/LinkStub.php on line 26

        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 /var/www/tunnel-afrique/preprod/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php on line 41

        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 /var/www/tunnel-afrique/preprod/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php on line 41

        Deprecated: Symfony\Component\Security\Csrf\CsrfTokenManager::__construct(): Implicitly marking parameter $generator as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-csrf/CsrfTokenManager.php on line 40

        Deprecated: Symfony\Component\Security\Csrf\CsrfTokenManager::__construct(): Implicitly marking parameter $storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/security-csrf/CsrfTokenManager.php on line 40

        Deprecated: Symfony\Component\Console\EventListener\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/console/EventListener/ErrorListener.php on line 29

        Deprecated: Symfony\Component\Mailer\EventListener\MessageListener::__construct(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/mailer/EventListener/MessageListener.php on line 46

        Deprecated: Symfony\Component\Mailer\EventListener\MessageListener::__construct(): Implicitly marking parameter $renderer as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/mailer/EventListener/MessageListener.php on line 46

        Deprecated: Symfony\Component\Mailer\EventListener\EnvelopeListener::__construct(): Implicitly marking parameter $recipients as nullable is deprecated, the explicit nullable type must be used instead in /var/www/tunnel-afrique/preprod/vendor/symfony/mailer/EventListener/EnvelopeListener.php on line 33