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

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

https://mether.tobywallet.fr/app_translate

Exceptions

Warning: Trying to access array offset on value of type null

Exception

ErrorException

in vendor/symfony/http-kernel/HttpKernel.php -> app_translate (line 163)
    in vendor/autoload_runtime.php -> run (line 35)
      require_once('/var/www/mether/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 Trace

      ErrorException
      ErrorException:
      Warning: Trying to access array offset on value of type null
      
        at src/Controller/TranslationController.php:27
        at App\Controller\TranslationController->app_translate()
           (vendor/symfony/http-kernel/HttpKernel.php:163)
        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/mether/preprod/vendor/autoload_runtime.php')
           (public/index.php:5)