Exceptions
Exception
ErrorException
in
src/Controller/TranslationController.php
(line 27)
in
vendor/symfony/http-kernel/HttpKernel.php
->
app_translate
(line 163)
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 75)
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 202)
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
in
vendor/autoload_runtime.php
->
run
(line 35)
<?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)
|