Exceptions
Exception
Symfony\Component\HttpKernel\Exception\ NotFoundHttpException
AbstractController->createNotFoundException()
in
src/Controller/CustomDomainController.php
(line 46)
$domain = $request->headers->get(RequestHandlerResolver::CUSTOM_DOMAIN_HEADER);$path = (string)$request->headers->get(RequestHandlerResolver::CUSTOM_DOMAIN_PATH_HEADER);$requestHandler = $this->requestHandlerResolver->resolve($domain, $path);if (null === $requestHandler) {throw $this->createNotFoundException();}return $this->forward($requestHandler->getController(), $requestHandler->getParameters(), $request->query->all());}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
forwardToSchedulingPage
(line 169)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 81)
{$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if ($e instanceof RequestExceptionInterface) {$e = new BadRequestHttpException($e->getMessage(), $e);}if (false === $catch) {
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 201)
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 19:23:53 | php |
User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead. {
"exception": {}
}
|
| INFO 19:23:53 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "e49243"
},
"request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/e49243?panel=exception",
"method": "GET"
}
|
| INFO 19:23:53 | php |
User Deprecated: The "fos_rest.serializer.exception_normalizer.symfony" service is deprecated since FOSRestBundle 2.8. {
"exception": {}
}
|
| INFO 19:23:53 | php |
User Deprecated: The FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer class is deprecated since FOSRestBundle 2.8. {
"exception": {}
}
|
| INFO 19:23:53 | php |
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead. {
"exception": {}
}
|
| INFO 19:23:53 | php |
User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead. {
"exception": {}
}
|
| INFO 19:23:53 | request |
Matched route "_profiler_exception_css". {
"route": "_profiler_exception_css",
"route_parameters": {
"_route": "_profiler_exception_css",
"_controller": "web_profiler.controller.exception_panel::stylesheet",
"token": "e49243"
},
"request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/e49243/exception.css",
"method": "GET"
}
|
| INFO 19:23:53 | request |
Matched route "_profiler_search_bar". {
"route": "_profiler_search_bar",
"route_parameters": {
"_route": "_profiler_search_bar",
"_controller": "web_profiler.controller.profiler::searchBarAction"
},
"request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/search_bar?panel=exception",
"method": "GET"
}
|
| INFO 19:23:53 | request |
Matched route "_profiler_exception". {
"route": "_profiler_exception",
"route_parameters": {
"_route": "_profiler_exception",
"_controller": "web_profiler.controller.exception_panel::body",
"token": "e49243"
},
"request_uri": "https://simplymeet.super-admin.test.d.simplybook.ovh/_profiler/e49243/exception",
"method": "GET"
}
|
Stack Trace
NotFoundHttpException |
|---|
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
Not Found
at vendor/symfony/framework-bundle/Controller/ControllerTrait.php:294
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createNotFoundException()
(src/Controller/CustomDomainController.php:46)
at Harmonizely\Controller\CustomDomainController->forwardToSchedulingPage()
(vendor/symfony/http-kernel/HttpKernel.php:169)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:81)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:201)
at Symfony\Component\HttpKernel\Kernel->handle()
(public/index.php:31)
|