# Fehlermeldung nach Installation

**URL:** https://forum.shopware.com/t/fehlermeldung-nach-installation/28728
**Category:** Installation/Einstieg
**Created:** [8. Juli 2015 um 00:35 UTC](https://forum.shopware.com/t/fehlermeldung-nach-installation/28728 "2015-07-08T00:35:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ga-bwler](https://avatars.discourse-cdn.com/v4/letter/g/bc8723/32.png) [@ga-bwler](https://forum.shopware.com/u/ga-bwler)
#### Post date: [8. Juli 2015 um 00:35 UTC](https://forum.shopware.com/t/fehlermeldung-nach-installation/28728/1 "2015-07-08T00:35:32Z")

</div>

Hallo zusammen, ich bekomme beim letzten Schritt der Installation folgende Fehlermeldung Slim Application Error The application could not run because of the following error: Details Type: RuntimeException Message: Identifier DB not initialized yet File: /www/htdocs/w00da049/recovery/install/src/ContainerProvider.php Line: 160 Trace #0 /www/htdocs/w00da049/recovery/common/vendor/pimple/pimple/src/Pimple/Container.php(112): Shopware\Recovery\Install\ContainerProvider-\>Shopware\Recovery\Install{closure}(Object(Pimple\Container)) #1 /www/htdocs/w00da049/recovery/install/src/ContainerProvider.php(143): Pimple\Container-\>offsetGet(‘db’) #2 /www/htdocs/w00da049/recovery/common/vendor/pimple/pimple/src/Pimple/Container.php(112): Shopware\Recovery\Install\ContainerProvider-\>Shopware\Recovery\Install{closure}(Object(Pimple\Container)) #3 /www/htdocs/w00da049/recovery/install/src/app.php(436): Pimple\Container-\>offsetGet(‘theme.service’) #4 [internal function]: {closure}() #5 /www/htdocs/w00da049/recovery/common/vendor/slim/slim/Slim/Route.php(462): call\_user\_func\_array(Object(Closure), Array) #6 /www/htdocs/w00da049/recovery/common/vendor/slim/slim/Slim/Slim.php(1326): Slim\Route-\>dispatch() #7 /www/htdocs/w00da049/recovery/common/vendor/slim/slim/Slim/Middleware/Flash.php(85): Slim\Slim-\>call() #8 /www/htdocs/w00da049/recovery/common/vendor/slim/slim/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash-\>call() #9 /www/htdocs/w00da049/recovery/common/vendor/slim/slim/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride-\>call() #10 /www/htdocs/w00da049/recovery/common/vendor/slim/slim/Slim/Slim.php(1271): Slim\Middleware\PrettyExceptions-\>call() #11 /www/htdocs/w00da049/recovery/install/index.php(74): Slim\Slim-\>run() #12 {main} Vor der Installation wird mir der Punkt memory\_limit mit Erforderlich 256 und Ihr System 128 bemängelt. In der htaccess steht aber bereits php\_value memory\_limit 256M. Kann mir jemand sagen wie ich den Fehler wieder wegbekomme?

---

<div class="post-metadata">

### Author: ![TimmeHosting](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/timmehosting/32/15580_2.png) [@TimmeHosting](https://forum.shopware.com/u/TimmeHosting)
#### Post date: [10. Juli 2015 um 20:23 UTC](https://forum.shopware.com/t/fehlermeldung-nach-installation/28728/2 "2015-07-10T20:23:12Z")

</div>

[quote=“ga-bwler”] Vor der Installation wird mir der Punkt memory\_limit mit Erforderlich 256 und Ihr System 128 bemängelt. In der htaccess steht aber bereits php\_value memory\_limit 256M.[/quote] Je nach Serverkonfiguration wird die .htaccess beachtet oder eben auch nicht. Wenn Du die aktuellen PHP-Einstellungen auslesen möchtest, lege Dir folgendes Skript auf den Server und rufe es per Browser auf. Wenn Du dann wirklich nur 128MB PHP-Memory-Limit hast, solltest Du es mindestens auf 256MB erhöhen. `<?php phpinfo();
?>`
