frm
Well-known member
I ran into this error while installing:
As of now, they are owned by root, but it did not work with apache, nor with 777'ing the directory and 755'ing the internal (index as of now) files either as in other threads suggested for earlier versions of XF.
I am installing this all via command line (no FTP client) so if you have experience in commands that might help, it'd be more useful.
Thanks
Code:
The directory /var/www/xxxxxxx/public/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/xxxxxxx/public/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.
As of now, they are owned by root, but it did not work with apache, nor with 777'ing the directory and 755'ing the internal (index as of now) files either as in other threads suggested for earlier versions of XF.
Code:
777 drwxrwxrwx. 2 root root 24 Dec 12 16:31 data
777 drwxrwxrwx. 2 root root 41 Dec 12 16:31 internal_data
I am installing this all via command line (no FTP client) so if you have experience in commands that might help, it'd be more useful.
Thanks