Wie bekomme ich mehr Details aus dieser Fehlermeldung? Ich würde gern wissen WELCHE id hier doppelt/nicht existend ist? Generell wie kann ich DB fehler anzeigen lassen? Monolog.yaml anpassen hat nicht gereicht.
APP_ENV=prod oder dev macht keinen Unterschied
request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
dxxxxx.
product_property, CONSTRAINT
fk.product_property.configuration_option_id FOREIGN KEY (
property_group_option_id) REFERENCES
property_group_option (
id) ON DELETE CASCADE ON )" at ExceptionConverter.php line 56
EDIT es ist ein product upsert aufruf