# Bildupload im Backend defekt

**URL:** https://forum.shopware.com/t/bildupload-im-backend-defekt/93443
**Category:** Allgemein
**Created:** [14. März 2022 um 13:03 UTC](https://forum.shopware.com/t/bildupload-im-backend-defekt/93443 "2022-03-14T13:03:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![M\_M](https://avatars.discourse-cdn.com/v4/letter/m/9fc29f/32.png) [@M\_M](https://forum.shopware.com/u/M_M)
#### Post date: [14. März 2022 um 13:03 UTC](https://forum.shopware.com/t/bildupload-im-backend-defekt/93443/1 "2022-03-14T13:03:25Z")

</div>

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:

```auto
{
  "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?
