https://rawbots.dev/index.php/lang/de

Exceptions

Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirect(): Argument #1 ($url) must be of type string, null given, called in /home/www/bot/src/Controller/LanguageController.php on line 22

Exception

TypeError

AbstractController->redirect() in src/Controller/LanguageController.php (line 22)
    in vendor/autoload_runtime.php -> run (line 29)
      require_once('/home/www/bot/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

      TypeError
      TypeError:
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController::redirect(): Argument #1 ($url) must be of type string, null given, called in /home/www/bot/src/Controller/LanguageController.php on line 22
      
        at vendor/symfony/framework-bundle/Controller/AbstractController.php:126
        at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->redirect()
           (src/Controller/LanguageController.php:22)
        at App\Controller\LanguageController->index()
           (vendor/symfony/http-kernel/HttpKernel.php:153)
        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:29)
        at require_once('/home/www/bot/vendor/autoload_runtime.php')
           (public/index.php:5)