# Mysteriöser Fehler

**URL:** https://forum.shopware.com/t/mysterioeser-fehler/89487
**Category:** Programmierung
**Tags:** general, administration, programming
**Created:** [30. Juli 2021 um 07:36 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487 "2021-07-30T07:36:15Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [30. Juli 2021 um 07:36 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/1 "2021-07-30T07:36:15Z")

</div>

Hallo liebes Forum,

ich bekomme mehrmals täglich folgenden Critical Error:

„Controller „Test“ can’t load failure“

```auto
{
    "uri": "/test?c=29",
    "method": "GET",
    "query": {
        "c": "29",
        "module": "frontend",
        "controller": "test",
        "action": "index",
        "sCategory": "29"
    },
    "post": []
}

```

Die s\_category 29 ist das Listing aller Produkte. Aber der Shop läuft und ich kann das Listing aufrufen. Was hat das zu bedeuten?

VG

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [30. Juli 2021 um 08:53 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/2 "2021-07-30T08:53:15Z")

</div>

jemand oder etwas ruft das so auf: [www.deinshop.de/test?c=29](http://www.deinshop.de/test?c=29)  
Ist doof aber erlaubt.  
Guck mal zur gleichen Zeit im Access-Log vielleicht lässt sich das so aufklären.

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [31. Juli 2021 um 09:22 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/3 "2021-07-31T09:22:56Z")

</div>

Das Log-File zeigt alle Fehler an, aber nicht wieso sie entstehen. Sind es vielleicht so wie X-CSRF-Token Emails irgendwelche Spam-Bots ?

 ![Screenshot 2021-07-31 at 11.19.18](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/b/b00b7c971a0fa8328e899cf3bd0f20a24ab96375.png)

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [31. Juli 2021 um 13:39 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/4 "2021-07-31T13:39:13Z")

</div>

Guck mal im Server-Access-Log nach. Nicht im Shopware-Log.

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [31. Juli 2021 um 13:55 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/5 "2021-07-31T13:55:19Z")

</div>

Ok, habs gefunden. Könnte es an der robots.txt liegen, dass der Google Bot hier Probleme hat oder bin ich komplett falsch?

````auto
66.249.66.14 - - [30/Jul/2021:19:59:01 +0200] "GET /test?c=29 HTTP/1.1" 503 69284 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" "www.meine-seite.de"```
````

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [31. Juli 2021 um 14:12 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/6 "2021-07-31T14:12:46Z")

</div>

Bingo. Es sieht sehr danach aus. Wenn der Zeitstempel passt, dann bist du richtig.

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [31. Juli 2021 um 14:26 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/7 "2021-07-31T14:26:22Z")

</div>

Ok, danke! Der Zeitstempel passt genau.  
Hier meine aktuelle robos.txt . Eigentlich müsste das Listing doch für den Bot crawable sein, oder (also lieber auf „allow“)? Oder was sollte ich hier anpassen?

````auto
User-agent: *

Disallow: /compare
Disallow: /checkout
Disallow: /register
Disallow: /account
Disallow: /address
Disallow: /note
Disallow: /listing
Disallow: /widgets
Disallow: /ticket

Allow: /widgets/emotion

Sitemap: https://www.meine-seite.de/sitemap-6.xml

Sitemap: https://www.meine-seite.de/sitemap-image.xml

User-agent: Googlebot
User-agent: Googlebot-mobile
User-agent: AdsBot-Google
User-agent: Googlebot-Image```
````

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [31. Juli 2021 um 18:48 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/8 "2021-07-31T18:48:01Z")

</div>

Die Standard robots wird ja wohl OK sein.

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [10. August 2021 um 14:01 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/9 "2021-08-10T14:01:36Z")

</div>

UPDATE: Es liegt nicht an der robots.txt !

Der Googlebot ruft täglich mehrfach

> [meine-domain.de/test](http://meine-domain.de/test)

auf und es entsteht der obige Fehler. Warum? Weil SW nicht auf eine Fehlerseite weiterleitet, bzw. in meinem Fall auf die Startseite (da keine 404 eingestellt).

Wenn ich z.B. folgendes aufrufen möchte

> [meine-domain.de/blabla](http://meine-domain.de/blabla)

funktioniert es. Ich verstehe es nicht!!!

Wie mache ich die Einstellung, so dass alle fehlerhaften Seiten weitergeleitet werden???

@SebastianKloepper @NextMike

Hier meine SEO Einstellungen:

![Screenshot 2021-08-10 at 16.02.23](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/a/ab625b1066dc48cb219b8268080f4c2141a23176.png)

Hier der Fehler mit /test:

![Screenshot 2021-08-10 at 16.03.07](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/0/033dbdcb46bbb7dc0c57b7b7acbdf50e8eb34a09.png)

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [11. August 2021 um 09:01 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/10 "2021-08-11T09:01:49Z")

</div>

Vielleicht hattest du irgendwas mit /test angelegt und gelöscht? Eigentlich reagiert Shopware auf unbekannte URLs mit 404.

---

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [11. August 2021 um 09:15 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/11 "2021-08-11T09:15:52Z")

</div>

Du kannst ja mal suchen ob die URL existiert in DB

```auto
SELECT * FROM `s_core_rewrite_urls` WHERE `path` = 'test/'

```

Oder ob es einen Ordner mal gab mit „test“ und in der Rewrite-URL des htaccess ?

Normalerweise wird hinter eine Kategorie ein trailing Slash gemacht soweit ich weiss

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [11. August 2021 um 09:37 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/12 "2021-08-11T09:37:15Z")

</div>

> [@brettvormkopp](#):
>
> er ob es einen Ordner mal g

@NextMike

Ich habe tatsächlich unter `s_core_rewrite_urls` eine

> /test

in der DB gefunden und gelöscht. Ich habe es vor 5 Minuten gemacht, gecachet und kompiliert, aber der Fehler erscheint noch und wird immernoch nicht weitergeleitet. Vielleicht dauert es bis sich die DB aktualisiert?

Vielen Dank schonmal 😃

---

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [11. August 2021 um 09:39 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/13 "2021-08-11T09:39:47Z")

</div>

du kannst mal schauen ob es sich neu angelegt hat.  
über Cache/Performance → Einstellungen \> SEO \> Seo index neu aufbauen wird die db-tabelle neu generiert.  
wenn es wieder auftaucht. mal schauen ob eine Shopseite, Formular oder Kategorie (ggf auch inaktiv) ist.  
Wenn nicht, dann mal in den Plugins schauen.  
Irgendwas war mal mit einem „test“ ordner, aber ich kann mich nicht mehr erinner was es war 😃

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [11. August 2021 um 09:53 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/14 "2021-08-11T09:53:11Z")

</div>

Ich habe den SEO Index neu aufgebaut, in der DB taucht

> /Test

nicht mehr auf. Es gibt kein Formular oder Kategorie und keine Shopseite mit der Bezeichnung.

Hier der Fehler nochmal im Detail:

```auto
ERROR
Message:	Enlight_Exception: Controller "Test" can't load failure in /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Shopware/Components/Plugin/Bootstrap.php:534
Stack trace:
#0 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Library/Enlight/Event/Handler/Plugin.php(149): Shopware_Components_Plugin_Bootstrap->getDefaultControllerPath(Object(Enlight_Event_EventArgs))
#1 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Library/Enlight/Event/EventManager.php(258): Enlight_Event_Handler_Plugin->execute(Object(Enlight_Event_EventArgs))
#2 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Library/Enlight/Controller/Dispatcher/Default.php(376): Enlight_Event_EventManager->notifyUntil('Enlight_Control...', Object(Enlight_Event_EventArgs))
#3 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Library/Enlight/Controller/Dispatcher/Default.php(465): Enlight_Controller_Dispatcher_Default->getControllerPath(Object(Enlight_Controller_Request_RequestHttp))
#4 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Library/Enlight/Controller/Dispatcher/Default.php(506): Enlight_Controller_Dispatcher_Default->isDispatchable(Object(Enlight_Controller_Request_RequestHttp))
#5 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Library/Enlight/Controller/Front.php(222): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp))
#6 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Shopware/Kernel.php(202): Enlight_Controller_Front->dispatch()
#7 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(102): Shopware\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#8 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/vendor/symfony/http-kernel/HttpCache/HttpCache.php(448): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(Shopware\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#9 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Shopware/Components/HttpCache/AppCache.php(268): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#10 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/vendor/symfony/http-kernel/HttpCache/HttpCache.php(420): Shopware\Components\HttpCache\AppCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#11 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/vendor/symfony/http-kernel/HttpCache/HttpCache.php(317): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#12 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Shopware/Components/HttpCache/AppCache.php(189): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#13 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/vendor/symfony/http-kernel/HttpCache/HttpCache.php(192): Shopware\Components\HttpCache\AppCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#14 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/engine/Shopware/Components/HttpCache/AppCache.php(116): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#15 /is/htdocs/wp10639410_7YBTSPCCZK/www/SHOP/shopware.php(122): Shopware\Components\HttpCache\AppCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 {main}
Time:	2021-08-11T11:46:38.885956+0200
Channel:	core
request:	{
    "uri": "/test",
    "method": "GET",
    "query": {
        "module": "frontend",
        "controller": "test",
        "action": "index"
    },
    "post": []
}
session:	No session data available
shopId:	1
shopName:	Deutsch

```

Kannst du hier etwas rauslesen??

---

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [11. August 2021 um 10:11 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/15 "2021-08-11T10:11:27Z")

</div>

Ok, er erwartet hier ein Controller Names „Test“, ggf durch ein Plugin erstellt.  
Hast du mal alle deine Plugins durchsucht ob das Wort „test“ darin vorkommt?

./custom/plugins/  
./engine/Shopware/plugins/

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [11. August 2021 um 10:17 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/16 "2021-08-11T10:17:23Z")

</div>

> [@Antonio](#):
>
> `/engine/Shopware/Components/Plugin/Bootstrap.php:534`

Ich suche jetzt danach! Sonst könnte ich doch in der

/engine/Shopware/Components/Plugin/Bootstrap.php:534

einfach folgende Code-Zeilen löschen:

```auto
 if (!file_exists($path)) {
            throw new Enlight_Exception(sprintf('Controller "%s" can\'t load failure', $controller));
        }

```

ODER? 😅  
Habe es probiert, dann ist der Fehler weg

---

<div class="post-metadata">

### Author: ![phil](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/phil/32/13661_2.png) [@phil](https://forum.shopware.com/u/phil)
#### Post date: [12. August 2021 um 06:05 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/17 "2021-08-12T06:05:19Z")

</div>

Nein?!

“Diese Warnleuchte hier geht ständig an”  
“Kein Problem, dann schrauben wir doch einfach das Birnchen raus”

LOL - so kann man Probleme natürlich auch angehen 🤣

LG Phil

---

<div class="post-metadata">

### Author: ![Antonio](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/antonio/32/14624_2.png) [@Antonio](https://forum.shopware.com/u/Antonio)
#### Post date: [13. August 2021 um 17:35 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/18 "2021-08-13T17:35:16Z")

</div>

@phil war auch nur ein kleiner Scherz 😉

@brettvormkopp Ich habe die Plugins durchgesucht, aber nichts mit /Test gefunden.

**Der Fehler besteht also weiter.** Ich bin langsam echt verzweifelt!! Der Googlebot kann es auch nicht sein lassen die URL weiterhin aufzurufen 😅  
Hat jemand noch eine Idee??? @SebastianKloepper@NextMike

**Eine weitere Frage: I** st es ratsam die alten URLs in der DB unter `s_core_rewrite_urls` zu löschen? Also hat das Vor- oder Nachteile?

---

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [13. August 2021 um 19:37 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/19 "2021-08-13T19:37:01Z")

</div>

Wenn du sie löschst, dann werden die beim nächsten mal neu aufgebaut wenn du „Seo-Index neu aufbauen“ klickst. So wirst du auch alte links los.  
In der Dissallow noch /Test hinzufügen  
Und in irgendeinem Plugin muss da noch was drin stecken. Sonst würde er nicht so faxen machen wegen Controller.

---

<div class="post-metadata">

### Author: ![NextMike](https://avatars.discourse-cdn.com/v4/letter/n/838e76/32.png) [@NextMike](https://forum.shopware.com/u/NextMike)
#### Post date: [13. August 2021 um 20:16 UTC](https://forum.shopware.com/t/mysterioeser-fehler/89487/20 "2021-08-13T20:16:01Z")

</div>

Ignoriere die Meldung.

[Nächste Seite](https://forum.shopware.com/t/mysterioeser-fehler/89487.md?page=2)
