| exception |
Exception {#6108
#message: "Error updating SEO URL!"
#code: 0
#file: "/var/www/html/custom/plugins/Prozentbuch/src/Storefront/Controller/PbSeoUrlController.php"
#line: 102
trace: {
/var/www/html/custom/plugins/Prozentbuch/src/Storefront/Controller/PbSeoUrlController.php:102 {
Prozentbuch\Storefront\Controller\PbSeoUrlController->generateNewSeoUrl($partner, $context) …
› if (empty($partner['sw_seo_url'])) {
› throw new Exception("Error updating SEO URL!");
› }
}
/var/www/html/custom/plugins/Prozentbuch/src/Storefront/Controller/PbSeoUrlController.php:50 {
Prozentbuch\Storefront\Controller\PbSeoUrlController->pbPartner(Request $request, SalesChannelContext $salesChannelContext): Response …
› $partner = $this->pbDashboardApiService->jsonRequest($apiurl . 'partners/' . $partner_id.'?images=true');
› $this->generateNewSeoUrl($partner, $context);
› }
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:181 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/html/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/html/vendor/symfony/http-kernel/Kernel.php:197 {
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 {
}
/var/www/html/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/html/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/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:448 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
›
› $response = $this->forward($subRequest, $catch);
›
}
/var/www/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
›
› return $this->fetch($request, $catch);
› }
}
/var/www/html/vendor/symfony/http-kernel/HttpCache/HttpCache.php:221 {
Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› } else {
› $response = $this->lookup($request, $catch);
› }
}
/var/www/html/vendor/shopware/core/HttpKernel.php:143 {
Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
›
› $response = $kernel->handle($transformed, $type, $catch);
›
}
/var/www/html/vendor/shopware/core/HttpKernel.php:65 {
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/html/public/index.php:71 {
|