# Fehler bei automatischer Codereview (Community Store)

**URL:** https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439
**Category:** Plugins
**Tags:** drittanbieter-plugin
**Created:** [15. Juli 2019 um 13:16 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439 "2019-07-15T13:16:01Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [15. Juli 2019 um 13:16 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/1 "2019-07-15T13:16:01Z")

</div>

Hallo Zusammen,&nbsp;

&nbsp;

aktuell möchten wir unser 1. Plugin in den SW Community Store stellen.  
Leider scheitert das Ganze an der automatischen Review&nbsp;

Folgender Fehler wird geworfen:&nbsp;

```
 No bootstrapping file found. Expecting bootstrapping in /.php

```

Unserer Konfiguration steht ab 5.3 zur Verfügung, sodass wir unsere Plugins in custom/plugins packen.

Gezippt wird der Plugin Order sammt Inhalt also:

NeulandPlugin/NeulandPlugin.php  
NeulandPlugin/Models/  
NeulandPlugin/Controllers/  
…

Könnte hier jemand helfen?&nbsp;

&nbsp;

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [15. Juli 2019 um 15:56 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/2 "2019-07-15T15:56:42Z")

</div>

Ist der Klassenname in der NeulandPlugin.php auch korrekt gesetzt?

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [15. Juli 2019 um 16:16 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/3 "2019-07-15T16:16:42Z")

</div>

> [@Moritz Naczenski schrieb:](https://forum.shopware.com/profile/14574/Moritz%20Naczenski "Moritz%20Naczenski")
> 
> Ist der Klassenname in der NeulandPlugin.php auch korrekt gesetzt?

Danke für die schnelle Rückmeldung. 🙂

Ja, die&nbsp;NeulandPlugin.php hat sowohl den namespace NeulandPlugin als auch die Klasse&nbsp;NeulandPlugin.

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [15. Juli 2019 um 17:04 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/4 "2019-07-15T17:04:12Z")

</div>

Ist da vielleicht eine versteckte Datei mit in der zip die nur „.php“ heißt?

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [15. Juli 2019 um 18:28 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/5 "2019-07-15T18:28:50Z")

</div>

> [@Moritz Naczenski schrieb:](https://forum.shopware.com/profile/14574/Moritz%20Naczenski "Moritz%20Naczenski")
> 
> Ist da vielleicht eine versteckte Datei mit in der zip die nur „.php“ heißt?

Nein, das habe ich auch gerade nochmal überprüft. `ls -al`&nbsp;, zeigt nur die gewünschten Dateien :)&nbsp;

&nbsp;

&nbsp;

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [15. Juli 2019 um 18:55 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/6 "2019-07-15T18:55:00Z")

</div>

Würde es helfen, wenn ich ein Screenshot der Dateistruktur aufnehme und es hier hochlade? :)&nbsp;

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [16. Juli 2019 um 04:43 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/7 "2019-07-16T04:43:19Z")

</div>

Kannst du auf jeden Fall einmal machen.

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [16. Juli 2019 um 15:00 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/8 "2019-07-16T15:00:29Z")

</div>

> [@Moritz Naczenski schrieb:](https://forum.shopware.com/profile/14574/Moritz%20Naczenski "Moritz%20Naczenski")
> 
> Kannst du auf jeden Fall einmal machen.

Entschuldige die späte Antwort.

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/0/0bdc17d5e190531b1599a2aab9d2354f35d5c319.jpeg)

&nbsp;

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [16. Juli 2019 um 15:01 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/9 "2019-07-16T15:01:20Z")

</div>

Hier der untere Part.&nbsp;

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/1X/5ebb4866cbb0384283d29d80922650c33ace1da4.png)

---

<div class="post-metadata">

### Author: ![AndreHerking](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/andreherking/32/7839_2.png) [@AndreHerking](https://forum.shopware.com/u/AndreHerking)
#### Post date: [16. Juli 2019 um 17:05 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/10 "2019-07-16T17:05:42Z")

</div>

Liegt es vielleicht an den kleinen “A” in Advisor?

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [16. Juli 2019 um 17:37 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/11 "2019-07-16T17:37:49Z")

</div>

> [@AndreHerking schrieb:](https://forum.shopware.com/profile/23413/AndreHerking "AndreHerking")
> 
> Liegt es vielleicht an den kleinen „A“ in Advisor?

Danke für die Antwort 🙂 Der technische Name, den wir im Pluginaccount angelegt haben lautet auch „NeulandClientadvisor“. Das sollte dann doch passen, oder?&nbsp;

Ich bin auch jede Datei durchgegangen und habe die Klassen&nbsp; nach Rechtschreibfehlern überprüft. :O&nbsp;

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [17. Juli 2019 um 06:23 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/12 "2019-07-17T06:23:52Z")

</div>

Also ich kann erstmal keinen Fehler erkennen. Die Meldung ist sonst auch etwas mehr auf die Datei bezogen.&nbsp;

&nbsp;Hast du da mal Kontakt mit unserem Plugin-Team aufgenommen? Das müssten die mal intern prüfen lassen.

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [17. Juli 2019 um 06:58 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/13 "2019-07-17T06:58:55Z")

</div>

> [@Moritz Naczenski schrieb:](https://forum.shopware.com/profile/14574/Moritz%20Naczenski "Moritz%20Naczenski")
> 
> Also ich kann erstmal keinen Fehler erkennen. Die Meldung ist sonst auch etwas mehr auf die Datei bezogen.&nbsp;
> 
> &nbsp;Hast du da mal Kontakt mit unserem Plugin-Team aufgenommen? Das müssten die mal intern prüfen lassen.

Danke für die Rückmeldung. Ja, ich hatte schon Kontakt aufgenommen. Hier gab es aber nur die Rückmeldung, dass hier für kein Support angeboten wird und die Fehlermeldung eigentlich selbsterklärend sind. Das wäre natürlich toll, wenn sich das jemand anschauen könnte. :)&nbsp;&nbsp;

---

<div class="post-metadata">

### Author: ![EikeBrandtWarneke](https://avatars.discourse-cdn.com/v4/letter/e/cdc98d/32.png) [@EikeBrandtWarneke](https://forum.shopware.com/u/EikeBrandtWarneke)
#### Post date: [17. Juli 2019 um 07:02 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/14 "2019-07-17T07:02:36Z")

</div>

Zeig doch mal den Kopf deiner bootstrap.

Viele Grüße

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [17. Juli 2019 um 07:04 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/15 "2019-07-17T07:04:53Z")

</div>

> [@EikeWarneke schrieb:](https://forum.shopware.com/profile/11752/EikeWarneke "EikeWarneke")
> 
> Zeig doch mal den Kopf deiner bootstrap.
> 
> Viele Grüße

&nbsp;

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/a/a10ec82a8013196603d680eaac742e3ac0d37428.png)

---

<div class="post-metadata">

### Author: ![EikeBrandtWarneke](https://avatars.discourse-cdn.com/v4/letter/e/cdc98d/32.png) [@EikeBrandtWarneke](https://forum.shopware.com/u/EikeBrandtWarneke)
#### Post date: [17. Juli 2019 um 07:29 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/16 "2019-07-17T07:29:01Z")

</div>

Und dein Entwickler-Kürzel bei Shopware ist „Neuland“?

Viele Grüße

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [17. Juli 2019 um 07:40 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/17 "2019-07-17T07:40:14Z")

</div>

Ein Kollege aus unserem Account Team schaut sich das an, scheint ein Problem auf unserer Seite zu sein. Schau am besten heute Mittag nochmal rein, wenn ich dran denke prüfe ich es auch nochmal.

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [17. Juli 2019 um 07:51 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/18 "2019-07-17T07:51:04Z")

</div>

> [@Moritz Naczenski schrieb:](https://forum.shopware.com/profile/14574/Moritz%20Naczenski "Moritz%20Naczenski")
> 
> Ein Kollege aus unserem Account Team schaut sich das an, scheint ein Problem auf unserer Seite zu sein. Schau am besten heute Mittag nochmal rein, wenn ich dran denke prüfe ich es auch nochmal.

Super danke, da bin ich gespannt :)&nbsp;

---

<div class="post-metadata">

### Author: ![janmarkuslanger](https://avatars.discourse-cdn.com/v4/letter/j/5f9b8f/32.png) [@janmarkuslanger](https://forum.shopware.com/u/janmarkuslanger)
#### Post date: [17. Juli 2019 um 07:51 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/19 "2019-07-17T07:51:24Z")

</div>

> [@EikeWarneke schrieb:](https://forum.shopware.com/profile/11752/EikeWarneke "EikeWarneke")
> 
> Und dein Entwickler-Kürzel bei Shopware ist „Neuland“?
> 
> Viele Grüße

Genau der Präfix lautet „Neuland“ :)&nbsp;

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [17. Juli 2019 um 08:52 UTC](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439/20 "2019-07-17T08:52:42Z")

</div>

> [@janmarkuslanger schrieb:](https://forum.shopware.com/profile/31811/janmarkuslanger "janmarkuslanger")
> 
> > [@Moritz Naczenski schrieb:](https://forum.shopware.com/profile/14574/Moritz%20Naczenski "Moritz%20Naczenski")
> > 
> > Ein Kollege aus unserem Account Team schaut sich das an, scheint ein Problem auf unserer Seite zu sein. Schau am besten heute Mittag nochmal rein, wenn ich dran denke prüfe ich es auch nochmal.
> 
> Super danke, da bin ich gespannt ![:)](https://dub1.discourse-cdn.com/flex013/resources/emoji/smile.png ":)")&nbsp;

Müsste jetzt geklappt haben. Da gab es intern Probleme mit dem technischen Namen, daher fehlte der auch in der Fehlermeldung und es kam nur „.php“&nbsp;

[Nächste Seite](https://forum.shopware.com/t/fehler-bei-automatischer-codereview-community-store/60439.md?page=2)
