Hallo ihr,
ich hab neuerdings im Shopbackend das Problem, dass ich keine Bilder mehr hochladen kann. Sobald ich versuche ein Bild übers Backend hochzuladen bekomme ich folgenden Response:
{
"errors": [
{
"code": "0",
"status": "500",
"title": "Internal Server Error",
"detail": "An exception occurred while executing \u0027INSERT INTO `media_translation` (`media_id`, `language_id`, `created_at`) VALUES (?, ?, ?)\u0027 with params [\u0022\\xcb\\xdf\\x08\\x46\\x69\\x40\\x44\\xe6\\xab\\xa2\\x77\\x5b\\x53\\x72\\xf2\\x95\u0022, \u0022\\x2f\\xbb\\x5f\\xe2\\xe2\\x9a\\x4d\\x70\\xaa\\x58\\x54\\xce\\x7c\\xe3\\xe2\\x0b\u0022, \u00222022-03-14 13:01:16.132\u0022]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`usr_p532957_2`.`media_translation`, CONSTRAINT `fk.media_translation.media_id` FOREIGN KEY (`media_id`) REFERENCES `media_alt` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)"
}
]
}
Hat jemand eine Idee woran das liegen könnte?