XF 1.5 XenForo Installation Error

Pixel Squad Ltd

Active member
Hello there,

I am in the process of switching hosting provider (moving from shared hosting to VPS) and I have installed XenForo, php and all the php requirements, however, when I go to ipaddress/forums it says:

The following errors occurred while verifying that your server can run XenForo:

  • The directory /var/www/html/forums/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/html/forums/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.
Please correct these errors and try again.

I have made these changes, however, the error still persists (even when I restart apache).

Thank you for any support,
Pixel Squad LTD
 
On your VPS check if SElinux is disabled, if its enabled disable it and run the CHMOD command again.

command to check SElinux Status

Code:
[root@host]# sestatus

for disabling it you can check these guides >
http://idroot.net/tutorials/how-to-disable-selinux-on-centos-7/
http://secure.quickweb.co.nz/system/knowledgebase.php?action=displayarticle&id=63
https://www.centos.org/docs/5/html/5.1/Deployment_Guide/sec-sel-enable-disable.html

Thank you so much! You have really helped me.
 
Top Bottom