XF 2.1 CHMod permission problem. 777 in data, but permission denied

eachinj

New member
As title says, my admin panel says:

data must be writable. Please change the permissions on this directory to be world writable (chmod 0777). If the directory does not exist, please create it.
internal_data must be writable. Please change the permissions on this directory to be world writable (chmod 0777). If the directory does not exist, please create it.


Everything is set at Chmod -R 777. If i do getfacl ./data and ./internal_data, i get rwxrwxrwx, so it's a 777 in both cases. But still get that error, and still can't upload files and avatars to the server cause it gives no permission.

How can i fix that?
 
It shouldn't make a difference, but maybe your commands are wrong? Did you try to do it by using a sftp program such as FileZilla?

201252
 
  • failed to open stream: Permission denied

  • src/vendor/league/flysystem/src/Adapter/Local.php:200



Still that problem..... hosting company seem to have problems too... what the heck is that
 
Top Bottom