# Warning: Undefined array key "password"

**URL:** https://forum.shopware.com/t/warning-undefined-array-key-password/99854
**Category:** Shopware 6 (German)
**Tags:** general, installation--gettin, administration, programming, other, offizielle-shopware-
**Created:** [26. Mai 2023 um 11:38 UTC](https://forum.shopware.com/t/warning-undefined-array-key-password/99854 "2023-05-26T11:38:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shopwarer1638](https://avatars.discourse-cdn.com/v4/letter/s/76d3ee/32.png) [@shopwarer1638](https://forum.shopware.com/u/shopwarer1638)
#### Post date: [26. Mai 2023 um 11:38 UTC](https://forum.shopware.com/t/warning-undefined-array-key-password/99854/1 "2023-05-26T11:38:19Z")

</div>

Wir haben diesen Fehler nach der Duplizierung des Live-Setups, kennt jemand das Problem?

Warning: Undefined array key „password“  
in …vendor/shopware/core/ **HttpKernel.php** (line 83)

```auto
$message = str_replace([$connectionParams['url'], $connectionParams['password'], $connectionParams['user']], ' ******', $e->getMessage());        

```

in … public/ **index.php** (line 74)

```auto
$result = $kernel->handle($request);

```

---

<div class="post-metadata">

### Author: ![shopwarer1638](https://avatars.discourse-cdn.com/v4/letter/s/76d3ee/32.png) [@shopwarer1638](https://forum.shopware.com/u/shopwarer1638)
#### Post date: [1. Juni 2023 um 19:59 UTC](https://forum.shopware.com/t/warning-undefined-array-key-password/99854/2 "2023-06-01T19:59:03Z")

</div>

Kann mir jemand helfen bitte?

---

<div class="post-metadata">

### Author: ![shopwarer1638](https://avatars.discourse-cdn.com/v4/letter/s/76d3ee/32.png) [@shopwarer1638](https://forum.shopware.com/u/shopwarer1638)
#### Post date: [1. Juni 2023 um 20:31 UTC](https://forum.shopware.com/t/warning-undefined-array-key-password/99854/3 "2023-06-01T20:31:00Z")

</div>

env fehlte das ‚.‘ Es funktioniert jetzt
