Hallo,
ich weiß dass Shopware nginx offiziell nicht unterstützt. Dennnoch möchte ich gerne nginx verwenden.
Folgende Configs habe ich verwendet: https://github.com/bcremer/shopware-with-nginx
php-fpm habe ich nicht im Einsatz, dafür aber hhvm. Configs sind schon danach umgestellt
Nun bekomme ich aber bei der Installation folgende Fehlermeldung: (Installation starten -> Sprache wählen -> weiter)
Slim Application Error
The application could not run because of the following error:
Details
Type: ErrorException
Code: 8
Message: Uninitialized string offset: -1
File: /var/www/recovery/install/src/Requirements.php
Line: 390
Trace
#0 /var/www/recovery/install/src/Requirements.php(390): Slim\Slim::handleErrors()
#1 /var/www/recovery/install/src/Requirements.php(166): Shopware\Recovery\Install\Requirements->decodePhpSize()
#2 /var/www/recovery/install/src/Requirements.php(117): Shopware\Recovery\Install\Requirements->compare()
#3 /var/www/recovery/install/src/Requirements.php(64): Shopware\Recovery\Install\Requirements->runChecks()
#4 /var/www/recovery/install/src/app.php(187): Shopware\Recovery\Install\Requirements->toArray()
#5 (): Closure$prefixSessionVars
#4()
#6 /var/www/recovery/common/vendor/slim/slim/Slim/Route.php(462): call_user_func_array()
#7 /var/www/recovery/common/vendor/slim/slim/Slim/Slim.php(1326): Slim\Route->dispatch()
#8 /var/www/recovery/common/vendor/slim/slim/Slim/Middleware/Flash.php(85): Slim\Slim->call()
#9 /var/www/recovery/common/vendor/slim/slim/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash->call()
#10 /var/www/recovery/common/vendor/slim/slim/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride->call()
#11 /var/www/recovery/common/vendor/slim/slim/Slim/Slim.php(1271): Slim\Middleware\PrettyExceptions->call()
#12 /var/www/recovery/install/index.php(74): Slim\Slim->run()
#13 {main}
Weiß jemand wie ich diesen Fehler beheben kann?