Exceptions
Exception
ErrorException
Show exception properties
ErrorException {#556 #severity: E_WARNING }
in
vendor/symfony/http-foundation/Response.php
(line 353)
}$newValues = null === $previousValues ? $values : array_diff($values, $previousValues);foreach ($newValues as $value) {header($name.': '.$value, $replace, $this->statusCode);}if ($informationalResponse) {$this->sentHeaders[$name] = $values;}
in
vendor/symfony/http-foundation/Response.php
->
sendHeaders
(line 401)
** @return $this*/public function send(bool $flush = true): static{$this->sendHeaders();$this->sendContent();if (!$flush) {return $this;}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
send
(line 38)
public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {fastcgi_finish_request();} elseif (\function_exists('litespeed_finish_request') && !$this->debug) {litespeed_finish_request();
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
<?phpuse 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
| Level | Channel | Message |
|---|---|---|
| INFO 23:20:49 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "f91d4c"
},
"request_uri": "https://alpha.stage.bewelcome.org/_profiler/f91d4c",
"method": "GET"
}
|
Stack Trace
|
ErrorException
|
|---|
ErrorException:
Warning: Header may not contain more than a single header, new line detected
at vendor/symfony/http-foundation/Response.php:353
at Symfony\Component\HttpFoundation\Response->sendHeaders()
(vendor/symfony/http-foundation/Response.php:401)
at Symfony\Component\HttpFoundation\Response->send(false)
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:38)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:32)
at require_once('/srv/bewelcome/vendor/autoload_runtime.php')
(public/index.php:5)
|