XF 2.2 localhost to website - CHMOD

Old Nick

Well-known member
Hello,

What are the different CHMOD i have to apply for files and folders in the server ? All to 777 ?
I have some problem to access to my page, i get a 500 error but my files and folders are CHMOD 644 or 655 i think...

thanks for the help.
 
In general files and directories should be 0644 and 0755 respectively.

The /data and /internal_data directories should be:
0666/0777 if PHP runs as "nobody" (the web server user)
0644/0755 if it runs as "your" user (suPHP for example)
 
  • xfresource_2.2.0_local_04806806A7_full.zip
  • Scandals-xFGlossary-1.0.0%20Beta.zip
  • cv6-CollapseAdminLists-2.0.1.zip
  • language-French-%28FR%29-XFRM.xml
Is it normal these 4 files are in the root ?
 
i check the DB and i'm in as user/admin so what's wrong with my installation ?

index.php : HTTP 500 ERROR :cry:
install/index.php : The requested user could not be found. :cry:
 
Back
Top Bottom