XF 2.2 localhost to website - CHMOD

  • Thread starter Thread starter Deleted member 184953
  • Start date Start date
D

Deleted member 184953

Guest
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.
 
Solution
D
a line was not in config.php
  • $config['db']['socket'] = 'xxxx';
I don"t know why... but now everything is fine.
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 can access to upgrade system but it doesn't recognize me... The requested user could not be found.
A database problem ?
 
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:
 
a line was not in config.php
  • $config['db']['socket'] = 'xxxx';
I don"t know why... but now everything is fine.
 
Solution
Back
Top Bottom