Jump to content
thirty bees forum
  • 0

Can write to cache is not writable


Question

4 answers to this question

Recommended Posts

  • 0
Posted (edited)
sudo chown -R $USER:www-data /var/www/masterplay.cz/eshop/

sudo find /var/www/masterplay.cz/eshop/ -type d -exec chmod 775 {} \;

sudo find /var/www/masterplay.cz/eshop/ -type f -exec chmod 664 {} \;

 

Edited by yaniv14
  • Like 1
  • 0
Posted

It's working thank you all!


For those with same problem:

Open console and type: 

sudo chown -R $USER:www-data /var/www/your directory name eg. masterplay.cz

Then: 

sudo find /var/www/your directory name eg. masterplay.cz -type d -exec chmod 775 {}\;

And the last one:

sudo find /var/www/your directory name eg. masterplay.cz -type f -exec chmod 664 {}\;

Dont forget to replace "your directory name eg. masterplay.cz" with your web server directory!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...