If you're experiencing an issue where you cannot upgrade your XenForo software due to a "The files are not writable" error message, this is typically a situation where the directories and files are not owned by the correct user and group.
To check the user and group where your XenForo is installed do this:
1. Go to the terminal of your server.
2. Navigate to the directory your XenForo is installed.
3. Type the following:
You should see something like this:
Notice how the third and fourth column indicate xf2addons, this represents the user and group on my server.
To check the user and group where your XenForo is installed do this:
1. Go to the terminal of your server.
2. Navigate to the directory your XenForo is installed.
3. Type the following:
ls -al
You should see something like this:
Notice how the third and fourth column indicate xf2addons, this represents the user and group on my server.