我们得到这个错误:
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://www.schuh-bamberg.de/Gabor-Fashion-Plateau-Pumps-91.270.72-Beige-41787"" at /var/www/clients/client1/web1/web/releases/20220113161245/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://www.schuh-bamberg.de/Gabor-Fashion-Plateau-Pumps-91.270.72-Beige-41787\" at /var/www/clients/client1/web1/web/releases/20220113161245/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/Gabor-Fashion-Plateau-Pumps-91.270.72-Beige-41787/\". at /var/www/clients/client1/web1/web/releases/20220113161245/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} []究竟出了什么问题或出了什么问题?
我们试图重新启动索引器,但总是出现相同的错误。
发布于 2022-11-25 13:00:47
原因很简单:某人(机器人,用户,.)名为https://www.schuh-bamberg.de/Gabor-Fashion-Plateau-Pumps-91.270.72-Beige-41787
但你的店里不存在这个页面。有人也可以调用https://www.schuh-bamberg.de/ThisDoesNotExist,您会在日志中看到错误。
你真的确定任何现有的产品都符合你配置的seo-url模板的路径吗?
https://stackoverflow.com/questions/74572549
复制相似问题