Ergebnis 1 bis 5 von 5

Thema: Fehler Uncaught PHP Exception ....: "" at FragmentListener.php line 91

  1. #1
    Contao-Fan
    Registriert seit
    28.02.2011.
    Beiträge
    826

    Standard Fehler Uncaught PHP Exception ....: "" at FragmentListener.php line 91

    Hallo zusammen,

    ich habe hier ein kürzlich auf 5.3 aktualisiertes contao ein Fehlermeldung in den Logs, die ich nicht deuten kann.

    Code:
    [2025-07-21T04:51:18.709267+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "" at FragmentListener.php line 91 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0):  at /var/www/clients/client2/web685/web/v2/vendor/symfony/http-kernel/EventListener/FragmentListener.php:91)"} {"request_uri":"http://www.meinewensite.de/_fragment?_hash=BI9xPdsdSLYp8JV6uf67Qz%2BNF14EvXDczV%2FoyUtThW4%3D&_path=insertTag%3D%257B%257Bdate%253A%253AY%257D%257D%26_scope%3Dfrontend%26_format%3Dhtml%26_locale%3Dde%26_controller%3DContao%255CCoreBundle%255CController%255CInsertTagsController%253A%253ArenderAction&clientCache=1800&pageId=2&request=%2F","request_method":"GET"}
    [2025-07-21T04:51:18.752815+00:00] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Error when rendering "http://www.meinewensite.de/_fragment?_hash=BI9xPdsdSLYp8JV6uf67Qz%2BNF14EvXDczV%2FoyUtThW4%3D&_path=insertTag%3D%257B%257Bdate%253A%253AY%257D%257D%26_scope%3Dfrontend%26_format%3Dhtml%26_locale%3Dde%26_controller%3DContao%255CCoreBundle%255CController%255CInsertTagsController%253A%253ArenderAction&clientCache=1800&pageId=2&request=%2F" (Status code is 403)." at AbstractSurrogate.php line 92 {"exception":"[object] (RuntimeException(code: 0): Error when rendering \"http://www.meinewensite.de/_fragment?_hash=BI9xPdsdSLYp8JV6uf67Qz%2BNF14EvXDczV%2FoyUtThW4%3D&_path=insertTag%3D%257B%257Bdate%253A%253AY%257D%257D%26_scope%3Dfrontend%26_format%3Dhtml%26_locale%3Dde%26_controller%3DContao%255CCoreBundle%255CController%255CInsertTagsController%253A%253ArenderAction&clientCache=1800&pageId=2&request=%2F\" (Status code is 403). at /var/www/clients/client2/web685/web/v2/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php:92)"} {"request_uri":"http://www.meinewensite.de/_fragment?_hash=BI9xPdsdSLYp8JV6uf67Qz%2BNF14EvXDczV%2FoyUtThW4%3D&_path=insertTag%3D%257B%257Bdate%253A%253AY%257D%257D%26_scope%3Dfrontend%26_format%3Dhtml%26_locale%3Dde%26_controller%3DContao%255CCoreBundle%255CController%255CInsertTagsController%253A%253ArenderAction&clientCache=1800&pageId=2&request=%2F","request_method":"GET"}
    [2025-07-21T06:51:18.770322+02:00] messenger.INFO: Stopping worker. {"transport_names":["contao_prio_high"]} {"request_uri":"http://www.meinewensite.de/_fragment?_hash=BI9xPdsdSLYp8JV6uf67Qz%2BNF14EvXDczV%2FoyUtThW4%3D&_path=insertTag%3D%257B%257Bdate%253A%253AY%257D%257D%26_scope%3Dfrontend%26_format%3Dhtml%26_locale%3Dde%26_controller%3DContao%255CCoreBundle%255CController%255CInsertTagsController%253A%253ArenderAction&clientCache=1800&pageId=2&request=%2F","request_method":"GET"}
    Frontend und backend kann ich normal aufrufen.
    Wie kann ich herausfinden, um welches Fragment es sich handelt?

    Viele Grüße,
    conter

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.953
    Partner-ID
    10107

    Standard

    Auf welche Contao Version genau hast du aktualisiert?
    » sponsor me via GitHub or Revolut

  3. #3
    Contao-Fan
    Registriert seit
    28.02.2011.
    Beiträge
    826

    Standard

    Das war 5.3.33

    Ich habe gerade eben mal auf 5.3.34 aktualisiert

    In den Logs von heute ist nichts dazu gekommen.

    Die composer.json ist übrigens

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "codefog/contao-mobile_menu": "^2.7",
            "contao/calendar-bundle": "5.3.*",
            "contao/comments-bundle": "5.3.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "5.3.*",
            "contao/listing-bundle": "5.3.*",
            "contao/manager-bundle": "5.3.*",
            "contao/news-bundle": "5.3.*",
            "contao/newsletter-bundle": "5.3.*",
            "madeyourday/contao-rocksolid-columns": "^2.1",
            "madeyourday/contao-rocksolid-custom-elements": "^2.4",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.2",
            "terminal42/notification_center": "^2.0"
        },
        "conflict": {
            "contao-components/installer": "<1.3"
        },
        "extra": {
            "contao-component-dir": "assets",
            "symfony": {
                "require": "^4.4"
            },
            "public-dir": "public"
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        },
        "config": {
            "allow-plugins": {
                "contao-components/installer": true,
                "php-http/discovery": true,
                "contao/manager-plugin": true,
                "contao-community-alliance/composer-plugin": true
            }
        }
    }

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    37.953
    Partner-ID
    10107

    Standard

    Zitat Zitat von conter Beitrag anzeigen
    Das war 5.3.33
    Es wird wahrscheinlich dieses Problem sein: https://github.com/contao/contao/issues/7981

    Mit https://github.com/contao/contao/pull/8032 wird das in Contao 5.3.35 wahrscheinlich behoben sein.
    » sponsor me via GitHub or Revolut

  5. #5
    Contao-Fan
    Registriert seit
    28.02.2011.
    Beiträge
    826

    Standard

    Danke spooky,

    dann warte ich mal das nächste Update ab.

    Viele Grüße,
    conter

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •