# Sitemap über CLI Console

**URL:** https://forum.shopware.com/t/sitemap-ueber-cli-console/106547
**Category:** Shopware 6 (German)
**Created:** [20. Februar 2025 um 18:42 UTC](https://forum.shopware.com/t/sitemap-ueber-cli-console/106547 "2025-02-20T18:42:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mille777](https://avatars.discourse-cdn.com/v4/letter/m/5e9695/32.png) [@mille777](https://forum.shopware.com/u/mille777)
#### Post date: [20. Februar 2025 um 18:42 UTC](https://forum.shopware.com/t/sitemap-ueber-cli-console/106547/1 "2025-02-20T18:42:52Z")

</div>

Hallo, kann mir hier jemand weiterhelfen,  
seit dem Update auf Shopware 6.6.10.0 erhalte ich folgende Fehlermeldung beim erstellen der Sitemap über die Console

This server is powered by Plesk.

Run the ‚plesk login‘ command and log in by browsing either of the links receive d in the output.  
Use the ‚plesk‘ command to manage the server. Run ‚plesk help‘ for more info.

root@vpn:~# cd /var/www/vhosts/pc-bundle.de/httpdocs  
root@vpn:/var/www/vhosts/pc-bundle.de/httpdocs# php bin/console sitemap:generate  
16:01:39 CRITICAL [console] Error thrown while running command „sitemap:generat e“. Message: „Class „Normalizer“ not found“ [„exception“ =\> Error { …},„command“ =\> „sitemap:generate“,„message“ =\> „Class „Normalizer“ not found“]

Symfony\Component\ErrorHandler\Error\ClassNotFoundError^ {#3000  
#message: „“"  
Attempted to load class „Normalizer“ from the global namespace.\n  
Did you forget a „use“ statement?  
„“"  
#code: 0  
#file: „./vendor/symfony/string/AbstractUnicodeString.php“  
#line: 31  
trace: {  
./vendor/symfony/string/AbstractUnicodeString.php:31 { …}  
./vendor/symfony/console/Helper/Helper.php:45 { …}  
./vendor/symfony/console/Application.php:875 { …}  
./vendor/symfony/console/Application.php:846 { …}  
./vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:93 { …}  
./vendor/symfony/error-handler/ErrorHandler.php:538 { …}  
Symfony\Component\ErrorHandler\ErrorHandler-\>handleException() {}  
}  
}  
root@vpn:/var/www/vhosts/pc-bundle.de/httpdocs#  
root@vpn:/var/www/vhosts/pc-bundle.de/httpdocs#  
root@vpn:/var/www/vhosts/pc-bundle.de/httpdocs#  
Symfony\Component\ErrorHandler\Error\ClassNotFoundError^ {#3000

---

<div class="post-metadata">

### Author: ![frip-tech.de](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/frip-tech.de/32/24453_2.png) [@frip-tech.de](https://forum.shopware.com/u/frip-tech.de)
#### Post date: [20. Februar 2025 um 19:25 UTC](https://forum.shopware.com/t/sitemap-ueber-cli-console/106547/2 "2025-02-20T19:25:10Z")

</div>

Kläre mal, ob Plesk php und php identisch sind.

php -v  
plesk php -v

---

<div class="post-metadata">

### Author: ![mille777](https://avatars.discourse-cdn.com/v4/letter/m/5e9695/32.png) [@mille777](https://forum.shopware.com/u/mille777)
#### Post date: [20. Februar 2025 um 19:45 UTC](https://forum.shopware.com/t/sitemap-ueber-cli-console/106547/3 "2025-02-20T19:45:58Z")

</div>

root@vpn:~# php -v  
PHP 8.3.6 (cli) (built: Dec 2 2024 12:36:18) (NTS)  
Copyright (c) The PHP Group  
Zend Engine v4.3.6, Copyright (c) Zend Technologies  
with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies  
root@vpn:~# plesk php -v  
PHP 8.3.15 (cli) (built: Jan 10 2025 16:41:45) (NTS)  
Copyright (c) The PHP Group  
Zend Engine v4.3.15, Copyright (c) Zend Technologies  
with Zend OPcache v8.3.15, Copyright (c), by Zend Technologies  
root@vpn:~#

---

<div class="post-metadata">

### Author: ![frip-tech.de](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/frip-tech.de/32/24453_2.png) [@frip-tech.de](https://forum.shopware.com/u/frip-tech.de)
#### Post date: [20. Februar 2025 um 21:13 UTC](https://forum.shopware.com/t/sitemap-ueber-cli-console/106547/4 "2025-02-20T21:13:42Z")

</div>

ok, php und php sind nicht identisch, theoretisch kann das die ursache sein. wo hostest du?

---

<div class="post-metadata">

### Author: ![mille777](https://avatars.discourse-cdn.com/v4/letter/m/5e9695/32.png) [@mille777](https://forum.shopware.com/u/mille777)
#### Post date: [21. Februar 2025 um 05:32 UTC](https://forum.shopware.com/t/sitemap-ueber-cli-console/106547/5 "2025-02-21T05:32:51Z")

</div>

danke für deine Antwort [frip-tech.de](http://frip-tech.de),  
ich hoste auf einen VPS Linux VC8-32 Server bei Strato.  
habe jetzt mal eine Rücksicherung auf die Shopwareversion 6.6.9.0 gemacht und da sind die PHP Versionen gleich wie vor meiner Lösungsanfrage hier im Forum und da funktioniert alles ohne Fehlermeldungen.  
Ich erhalte die Fehlermeldungen erst nach dem Update auf die Version 6.6.10.0
