exception |
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#712
#message: "Unable to find the controller for path "/". The route is wrongly configured."
#code: 0
#file: "/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/symfony/http-kernel/HttpKernel.php"
#line: 165
-statusCode: 404
-headers: []
trace: {
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/symfony/http-kernel/HttpKernel.php:165 {
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()));
› }
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:44 {
Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!KernelFactory::$active) {
› return parent::handle($request, $type, $catch);
› }
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:50 {
Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› if (!KernelFactory::$active) {
› return $this->getKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/shopware/core/Kernel.php:157 {
Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
›
› return $this->getHttpKernel()->handle($request, $type, $catch);
› }
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/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 {
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:473 {
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);
›
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:273 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->pass(Request $request, bool $catch = false): Response …
›
› return $this->forward($request, $catch);
› }
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:287 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->invalidate(Request $request, bool $catch = false): Response …
› {
› $response = $this->pass($request, $catch);
›
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:210 {
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()) {
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/shopware/core/HttpKernel.php:146 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/vendor/shopware/core/HttpKernel.php:67 {
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) {
}
/var/www/vhosts/bedsecrets.de/dev.stickerworld24.de/public/index.php:71 {
|