-
Notifications
You must be signed in to change notification settings - Fork 37
Cannot write cache #45
Comments
Addendum second:
To give media/ dir also the 777 did the trick:
|
Hey @RobTranquillo, I'm not able to reproduce your issue. I created a fresh clone from this repo and everything works like expected. What kind of OS are you using? |
I use Fedora 30, but i tried it on a other maschine, complete fresh Ubuntu install, and hit the same problem.
|
After a fresh 5.6.0 installation the media directory has the following rights on my system:
I can easily create an image via backend and api. Can you please provide a complete log from ./psh.phar docker:start til ./psh.phar init? |
Sure. Here it is..
|
I have no idea why you get permission issues. It works local on my machine and on a digital ocean droplet as well. |
After make a fresh install* of this repo, start and init the server/Shopware I don't get a response from the system:
checking the logs
$ sudo docker logs -f docker-rob-shopware_app_server_1
brings up:Giving it 777 make it work:
I think the install scripts should be modified to do this or something similar.
Addendum:
I'am sorry, i've forgot something. The command above is not enough, the
files
folder have to be set also:(*) standard install do not work for me, because PHP Version was outdated -> #44
The text was updated successfully, but these errors were encountered: