Hallo,
unser Kunde hat ein kleines Problem. Wenn er CC-Einträge hinzufügt, bekommt er, sobald er auf Speichern klickt, eine "Forbidden"-Seite mit solch einer Meldung:
"Cannot load record "cc_baumaschinen.id=233"
Dies passiert nicht immer, sondern manchmal. Danach ist der Eintrag wieder weg bzw. er wurde nicht gespeichert. Nach erneutem Hinzufügen und speichern klappt es dann.
Wann genau es passiert, wissen wir noch nicht und versuchen einzugrenzen, ob es ggf. an bestimmten Feldern liegen könnte..
Ist dies ein bekannter Bug? Woran könnte es liegen?
Hier noch die Meldungen aus der Log-Datei:
Vielen Dank im Voraus
unser Kunde hat ein kleines Problem. Wenn er CC-Einträge hinzufügt, bekommt er, sobald er auf Speichern klickt, eine "Forbidden"-Seite mit solch einer Meldung:
"Cannot load record "cc_baumaschinen.id=233"
Dies passiert nicht immer, sondern manchmal. Danach ist der Eintrag wieder weg bzw. er wurde nicht gespeichert. Nach erneutem Hinzufügen und speichern klappt es dann.
Wann genau es passiert, wissen wir noch nicht und versuchen einzugrenzen, ob es ggf. an bestimmten Feldern liegen könnte..
Ist dies ein bekannter Bug? Woran könnte es liegen?
Hier noch die Meldungen aus der Log-Datei:
Code:
[2024-08-28T08:44:35.946820+00:00] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_ro ute":"contao_backend","_scope":"backend","_control ler":"Contao\\CoreBundle\\Controller\\BackendContr oller::mainAction"},"request_uri":"https://domain.de/contao?act=edit&do=___baumaschinen_neu_20&id=233&r ef=NVak8gld&rt=81de408d004419af75547011.d7qWGFdwfz lSpf48ZNEOOa6_N07GlfheSTGSLuXHkec.G8vVUCZHD18EzY9K NLsjW_TFfRe-2NVtOEDBb42C25AT6dVRHSUFCCGdkQ","method":"POST"} [] [2024-08-28T08:44:36.067917+00:00] php.WARNING: Warning: Attempt to read property "path" on null {"exception":"[object] (ErrorException(code: 0): Warning: Attempt to read property \"path\" on null at /var/www/vhosts/domain.de/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Helper/DcaHelper.php:741)"} [] [2024-08-28T08:44:36.068085+00:00] php.WARNING: Warning: Attempt to read property "path" on null {"exception":"[object] (ErrorException(code: 0): Warning: Attempt to read property \"path\" on null at /var/www/vhosts/domain.de/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Helper/DcaHelper.php:748)"} [] [2024-08-28T08:44:36.068126+00:00] php.WARNING: Warning: Undefined variable $strIconOn {"exception":"[object] (ErrorException(code: 0): Warning: Undefined variable $strIconOn at /var/www/vhosts/domain.de/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Helper/DcaHelper.php:759)"} [] [2024-08-28T08:44:36.068147+00:00] php.WARNING: Warning: Undefined variable $strIconOff {"exception":"[object] (ErrorException(code: 0): Warning: Undefined variable $strIconOff at /var/www/vhosts/domain.de/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Plugins/CustomCatalog/Helper/DcaHelper.php:759)"} [] [2024-08-28T08:44:36.091626+00:00] php.WARNING: Warning: Undefined array key "cc_baumaschinen" {"exception":"[object] (ErrorException(code: 0): Warning: Undefined array key \"cc_baumaschinen\" at /var/www/vhosts/domain.de/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/Protection/Protection.php:130)"} [] [2024-08-28T08:44:36.091652+00:00] php.WARNING: Warning: Trying to access array offset on value of type null {"exception":"[object] (ErrorException(code: 0): Warning: Trying to access array offset on value of type null at /var/www/vhosts/domain.de/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/Protection/Protection.php:130)"} [] [2024-08-28T08:44:36.093038+00:00] contao.error.ERROR: A record with the ID "233" does not exist in table "cc_baumaschinen" [] {"contao":{"Contao\\CoreBundle\\Monolog\\ContaoCon text":"{\"func\":\"Contao\\\\Ajax::executePostActi ons\",\"action\":\"ERROR\",\"username\":\"e.buske\ ",\"browser\":\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/127.0.0.0 Safari\\/537.36\"}"}} [2024-08-28T08:44:36.097172+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\BadRequestH ttpException: "Bad request" at /var/www/vhosts/domain.de/vendor/contao/core-bundle/src/Resources/contao/classes/Ajax.php line 330 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\BadReq uestHttpException(code: 0): Bad request at /var/www/vhosts/domain.de/vendor/contao/core-bundle/src/Resources/contao/classes/Ajax.php:330)"} []
Kommentar