exception |
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#1410
#message: "Unable to find the controller for path "/". The route is wrongly configured."
#code: 0
#file: "/sw6/vendor/symfony/http-kernel/HttpKernel.php"
#line: 147
-statusCode: 404
-headers: []
trace: {
/sw6/vendor/symfony/http-kernel/HttpKernel.php:147 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› if (false === $controller = $this->resolver->getController($request)) {
› throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
› }
}
/sw6/vendor/symfony/http-kernel/HttpKernel.php:74 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$type: 1
}
}
/sw6/vendor/symfony/http-kernel/Kernel.php:184 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$type: 1
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
› try {
› return $kernel->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$type: 1
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:464 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
› // always a "master" request (as the real master request can be in cache)
› $response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);
›
arguments: {
$kernel: Shopware\Core\Kernel {#2 …}
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$type: 1
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:264 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
›
› return $this->forward($request, $catch);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:278 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
› {
› $response = $this->pass($request, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$catch: true
}
}
/sw6/vendor/symfony/http-kernel/HttpCache/HttpCache.php:204 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!$request->isMethodSafe()) {
› $response = $this->invalidate($request, $catch);
› } elseif ($request->headers->has('expect') || !$request->isMethodCacheable()) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$catch: true
}
}
/sw6/src/Core/HttpKernel.php:139 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#2200 …}
$type: 1
$catch: true
}
}
/sw6/src/Core/HttpKernel.php:61 {
Shopware\Core\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): HttpKernelResult …
› try {
› return $this->doHandle($request, $type, $catch);
› } catch (Exception $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#17 …}
$type: 1
$catch: true
}
}
/sw6/public/index.php:78 {
|