# Rechte Problem bei der Installation (Slim Application Error... )

**URL:** https://forum.shopware.com/t/rechte-problem-bei-der-installation-slim-application-error/43236
**Category:** Installation/Einstieg
**Created:** [30. Januar 2017 um 13:43 UTC](https://forum.shopware.com/t/rechte-problem-bei-der-installation-slim-application-error/43236 "2017-01-30T13:43:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Danke](https://avatars.discourse-cdn.com/v4/letter/d/0ea827/32.png) [@Danke](https://forum.shopware.com/u/Danke)
#### Post date: [30. Januar 2017 um 13:43 UTC](https://forum.shopware.com/t/rechte-problem-bei-der-installation-slim-application-error/43236/1 "2017-01-30T13:43:05Z")

</div>

Möchte gerade Shopware auf einem VServer installieren.

Leider kommt folgende Fehlermeldung!

```
Slim Application Error
The application could not run because of the following error:

Details

Type: ErrorException
Code: 2
Message: file_put_contents(/var/www/sw.example.com/recovery/install/data/uniqueid.txt: failed to open stream: Permission denied
File: /var/www/sw.example.com/recovery/common/src/Service/UniqueIdGenerator.php
Line: 86

```

Kann mir jemand sagen wie ich das Rechte problem lösen kann?&nbsp;

---

<div class="post-metadata">

### Author: ![Danke](https://avatars.discourse-cdn.com/v4/letter/d/0ea827/32.png) [@Danke](https://forum.shopware.com/u/Danke)
#### Post date: [30. Januar 2017 um 14:17 UTC](https://forum.shopware.com/t/rechte-problem-bei-der-installation-slim-application-error/43236/2 "2017-01-30T14:17:48Z")

</div>

habe das Problem wie folgt gelöst.&nbsp;

die Datei auf&nbsp;uniqueid.txt auf dem Server nicht vorhanden.&nbsp;

Diese habe ich angelegt und mit chmod 777&nbsp;uniqueid.txt versehen.&nbsp;

Dann musste ich noch&nbsp;sudo apt-get install php-curl installieren und jetzt bin ich bei der installation routine.

&nbsp;
