Sieht nach einer unsauberen Datenbank auf deiner Seite aus
Code: Select all
[2017-03-19 18:40:13] request.CRITICAL: Uncaught PHP Exception PDOException: "SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`runalyze_user`.`runalyze_trackdata`, CONSTRAINT `runalyze_trackdata_ibfk_2` FOREIGN KEY (`activityid`) REFERENCES `runalyze_training` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)" at src/CoreBundle/Component/Tool/Backup/BulkInserter.php line 60 {"exception":"[object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`runalyze_user`.`runalyze_trackdata`, CONSTRAINT `runalyze_trackdata_ibfk_2` FOREIGN KEY (`activityid`) REFERENCES `runalyze_training` (`id`) ON DELETE CASCADE ON UPDATE CASCADE) at src/CoreBundle/Component/Tool/Backup/BulkInserter.php:60)"} []
Ohne direkt in deine Datenbank reinzuschauen sehe ich keine Möglichkeit das zu lösen. Nur fehlt uns die Zeit für self hosted Versionen da genauer reinzuschauen.
Die Fehlermeldung können wir aber einmal verbessern.
Wir schauen einfach mal, dass wir fehlerhafte Datensätze überspringen. Aber wann wir das verbessern kann ich dir nicht sagen