Jump to content
thirty bees forum
  • 0

Can write to cache is not writable


exotwd

Question

4 answers to this question

Recommended Posts

  • 0
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
Link to comment
Share on other sites

  • 0

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!

Link to comment
Share on other sites

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...