jflory7
Active member
Hello,
Today I tried upgrading my board to 1.5.2 and ran into a strange issue.
I have double-checked that my permissions are correct, and I have set 777 recursively for both directories.
I'm confused as to what could have possibly happened on my system to prevent these directories from becoming unwritable… does anyone have any potential ideas for a solution? I am running my machine on a RHEL 7 server (no web hosts). I'm confused as how to troubleshoot this further.
Thanks in advance!
Cheers,
Today I tried upgrading my board to 1.5.2 and ran into a strange issue.
The following errors occurred while verifying that your server can run XenForo:
Please correct these errors and try again.
- The directory /var/www/crystalcraftmc.com/public_html/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.
- The directory /var/www/crystalcraftmc.com/public_html/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.
I have double-checked that my permissions are correct, and I have set 777 recursively for both directories.
Code:
$ ls -Alh
total 76K
drwxrwxrwx. 7 jflory apache 96 Oct 11 20:19 data
drwxrwxrwx. 6 jflory apache 4.0K Jul 19 02:57 internal_data
I'm confused as to what could have possibly happened on my system to prevent these directories from becoming unwritable… does anyone have any potential ideas for a solution? I am running my machine on a RHEL 7 server (no web hosts). I'm confused as how to troubleshoot this further.
Thanks in advance!
Cheers,
- jflory7