Hallo,
ich versuche die aktuelle shopware Version auf Ubuntu 16.04 zu installieren. Die Abhängigkeiten müssten soweit erfüllt sein. Bis zur Weboberfläche konnte ich aber noch nicht vordringen, aktuell erscheint diese 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/shopware/recovery/install/data/uniqueid.txt): failed to open stream: Permission denied
File: /var/www/shopware/recovery/common/src/Service/UniqueIdGenerator.php
Line: 85
Trace
#0 [internal function]: Slim\Slim::handleErrors(2, ‘file_put_conten…’, ‘/var/www/shopwa…’, 85, Array)
#1 /var/www/shopware/recovery/common/src/Service/UniqueIdGenerator.php(85): file_put_contents(’/var/www/shopwa…’, ‘6loMidKdabVVyL9…’)
#2 /var/www/shopware/recovery/common/src/Service/UniqueIdGenerator.php(58): Shopware\Recovery\Common\Service\UniqueIdGenerator->saveUniqueId(‘6loMidKdabVVyL9…’)
#3 /var/www/shopware/recovery/install/src/ContainerProvider.php(216): Shopware\Recovery\Common\Service\UniqueIdGenerator->getUniqueId()
#4 /var/www/shopware/recovery/common/vendor/pimple/pimple/src/Pimple/Container.php(113): Shopware\Recovery\Install\ContainerProvider->Shopware\Recovery\Install{closure}(Object(Pimple\Container))
#5 /var/www/shopware/recovery/install/src/app.php(206): Pimple\Container->offsetGet(‘shopware.notify’)
#6 [internal function]: {closure}()
#7 /var/www/shopware/recovery/common/vendor/slim/slim/Slim/Route.php(462): call_user_func_array(Object(Closure), Array)
#8 /var/www/shopware/recovery/common/vendor/slim/slim/Slim/Slim.php(1326): Slim\Route->dispatch()
#9 /var/www/shopware/recovery/common/vendor/slim/slim/Slim/Middleware/Flash.php(85): Slim\Slim->call()
#10 /var/www/shopware/recovery/common/vendor/slim/slim/Slim/Middleware/MethodOverride.php(92): Slim\Middleware\Flash->call()
#11 /var/www/shopware/recovery/common/vendor/slim/slim/Slim/Middleware/PrettyExceptions.php(67): Slim\Middleware\MethodOverride->call()
#12 /var/www/shopware/recovery/common/vendor/slim/slim/Slim/Slim.php(1271): Slim\Middleware\PrettyExceptions->call()
#13 /var/www/shopware/recovery/install/index.php(75): Slim\Slim->run()
#14 {main}
Ich habe schon mal den Cache mit dem im Verzeichnis liegenden Script gelöscht und die Berchtigungen für die Datei: /var/www/shopware/recovery/common/src/Service/UniqueIdGenerator.php erweitert. Hat aber beides nichts genutzt.
An welcher Stelle sollte ich weiter suchen?