XF 2.1 What are the proper CHMOD Permissions for data and internal_data

Semper Fidelis

Active member
I had to fix a bunch of permissions today because I installed using the CLI. Normally, folders are set to 0755 and files to 0644.

The data and internal_data need to be writable and the only way I could get an addon to install was to set the permissions for every folder recursively to 077 within data and internal_data. File permissions remained at 0644.

Are these the correct permissions for data and internal_data folders (and subdirectories)?
 
Last edited:
I would suggest you to read the manual. It answers many questions.



View attachment 222405

Data and internal_data (and anything inside) must be chmod 0777 for XF to work correctly.
Re "Data and internal_data (and anything inside) must be chmod 0777 for XF to work correctly."
Does this mean every single file in every folder of those to directories, too?
 
Top Bottom