# bin/console: PHP Fatal error:  Uncaught Symfony\\Component\\Debug\\Exception\\ClassNotFoundException

**URL:** https://forum.shopware.com/t/bin-console-php-fatal-error-uncaught-symfony-component-debug-exception-classnotfoundexception/64422
**Category:** Programmierung
**Created:** [2. Februar 2020 um 14:20 UTC](https://forum.shopware.com/t/bin-console-php-fatal-error-uncaught-symfony-component-debug-exception-classnotfoundexception/64422 "2020-02-02T14:20:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Whiteflash](https://avatars.discourse-cdn.com/v4/letter/w/50afbb/32.png) [@Whiteflash](https://forum.shopware.com/u/Whiteflash)
#### Post date: [2. Februar 2020 um 14:20 UTC](https://forum.shopware.com/t/bin-console-php-fatal-error-uncaught-symfony-component-debug-exception-classnotfoundexception/64422/1 "2020-02-02T14:20:27Z")

</div>

Hallo zusammen,

beim letzten Mal als ich über “./psh.phar docker:start” Docker gestartert habe, wurden diverse Dateien nachgeladen und wohl neu installiert… habe das nicht weiter beachtet, der lokale Apache-Server und so funktioniert(e) ja auch noch. Jetzt wollte ich gerade nach dem nächsten Neustart die “bin/console” verwenden, um mir ein neues Plugin erstellen zu lassen. Allerdings bekomme ich leider die oben genannte Fehlermeldung (hier mal ganz zu sehen):

```
PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\ClassNotFoundException: Attempted to load class "CacheIdLoader" from the global namespace.
Did you forget a "use" statement for "Shopware\Core\Framework\Adapter\Cache\CacheIdLoader"? in /home/sebastian/development/bin/console:50
Stack trace:
#0 {main}
  thrown in /home/sebastian/development/bin/console on line 50

```

Hä? Was will mir das sagen…? Hat das was damit zu tun (Fehlermeldung beim aktivieren von Docker):

```
Creating network "development_shopware" with the default driver
	Creating network "development_default" with the default driver
	Found orphan containers (development_app_cypress_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.

```

Was kann / sollte ich denn nun tun? Vielleicht kann einer der Pro’s mir da helfen? In der Hinsicht stehe ich total auf’m Schlauch. Bisher hat mir die Entwicklungsumgebung von shopware 6 ja gut gefallen, weil ich mich da um nichts kümmern musste…

Liebe Grüße, Sebastian

---

<div class="post-metadata">

### Author: ![Whiteflash](https://avatars.discourse-cdn.com/v4/letter/w/50afbb/32.png) [@Whiteflash](https://forum.shopware.com/u/Whiteflash)
#### Post date: [5. Februar 2020 um 16:41 UTC](https://forum.shopware.com/t/bin-console-php-fatal-error-uncaught-symfony-component-debug-exception-classnotfoundexception/64422/2 "2020-02-05T16:41:30Z")

</div>

So, hab’s wieder im Griff… 🙂

Habe nun doch einfach nochmals eine Neu-Installation durchgeführt.

Auslöser des Problems: ich Dödel habe

- leider auch den Ordner platform ins development geclont (brauch ich eigentlich ja gar nicht)
- in meiner IDE (Visual Studio Code) das GIT-Plugin aktiviert, nicht aufgepasst und die bereitgestellten Änderungen dort übernommen

Naja, also alles wieder auf Anfang.
