Seit dem Update auf 6.4 kann ich keinesitemap.xml mehr erstellen. Ich erhalte auch bei einem manuellen Ausführung des Befehls:
php bin/console sitemap:generate -vvv
folgende Fehlermeldung:
19:08:54 INFO [app] cache-hit: context-factory-f255a2c2bde54748b1fa63e7ff8c60ea
Generating sitemaps for sales channel f255a2c2bde54748b1fa63e7ff8c60ea (xxx ) with and language 2fbb5fe2e29a4d70aa5854ce7ce3e20b...
19:08:54 WARNING [php] Warning: file_get_contents(/tmp/f255a2c2bde54748b1fa63e7ff8c60ea-sitemap-xxx-xxx-de-1.xml.gz): failed to open stream: No such file or directory
[
"exception" => ErrorException {
#message: "Warning: file_get_contents(/tmp/f255a2c2bde54748b1fa63e7ff8c60ea-sitemap-xxx-xxx-de-1.xml.gz): failed to open stream: No such file or directory"
#code: 0
#file: "/home/xxx/xxx/2021/vendor/shopware/core/Content/Sitemap/Service/SitemapHandle.php"
#line: 87
#severity: E_WARNING
trace: {
/home/xxx/xxx/2021/vendor/shopware/core/Content/Sitemap/Service/SitemapHandle.php:87 { …}
/home/xxx/xxx/2021/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php:162 { …}
/home/xxx/xxx/2021/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php:76 { …}
/home/xxx/xxx/2021/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php:116 { …}
/home/xxx/xxx/2021/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php:102 { …}
/home/xxx/xxx/2021/vendor/symfony/console/Command/Command.php:256 { …}
/home/xxx/xxx/2021/vendor/symfony/console/Application.php:989 { …}
/home/xxx/xxx/2021/vendor/symfony/framework-bundle/Console/Application.php:96 { …}
/home/xxx/xxx/2021/vendor/symfony/console/Application.php:290 { …}
/home/xxx/xxx/2021/vendor/symfony/framework-bundle/Console/Application.php:82 { …}
/home/xxx/xxx/2021/vendor/symfony/console/Application.php:166 { …}
/home/xxx/xxx/2021/bin/console:70 {
› $application = new Application($kernel->getKernel());
› $application->run($input);
›
}
}
}
]
hat oder hatte jemand ein ähnliches Problem?