From 3dca1b519a924d668fc9638a5d2d9f8e86093607 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 16 Feb 2023 10:06:08 +0100 Subject: [PATCH] 760 is correct permission --- README.md | 2 +- install/includes/twig_error.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01e5e300..825036c2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. chmod 660 images/guilds chmod 660 images/houses chmod 660 images/gallery - chmod -R 770 system/cache + chmod -R 760 system/cache Visit http://your_domain/install (http://localhost/install) and follow instructions in the browser. diff --git a/install/includes/twig_error.html b/install/includes/twig_error.html index 933a36c1..352b28e8 100644 --- a/install/includes/twig_error.html +++ b/install/includes/twig_error.html @@ -1,4 +1,4 @@ -We have detected that you don't have access to write to the system/cache directory. Under linux you can fix it by using this two command, where first one should be enough (for apache):

chown -R www-data.www-data /var/www/*
chmod -R 660 system/cache +We have detected that you don't have access to write to the system/cache directory. Under linux you can fix it by using this two command, where first one should be enough (for apache):

chown -R www-data.www-data /var/www/*
chmod -R 760 system/cache