views:

1537

answers:

7

After joomla upload to ftp . how many folder needed mode 777 need enable to working joomla without any error.

+3  A: 

Depending on the security configuration of your Web server the recommended default permissions of 755 for directories and 644 for files should be reasonably secure.

source: http://docs.joomla.org/What_are_the_recommended_file_and_directory_permissions%3F

Daniel T. Magnusson
Also, if you are still having problems with Joomla! when your folders are set to 755, you have a HOSTING issue and not a Joomla! issue.
jlleblanc
A: 

The only file that needs to be writable is configuration.php. It should be set to 666.

You can find the list of folders by going to the Joomla admin area (the 'administrator' folder in your Joomla installation). Go to Help > System info in the menu then click Directory permissions. This page tells you whether they are writable or not. Folders should be set to 777.

DisgruntledGoat
A: 

None.

Joomla 1.5 contains an option that uses your FTP account and password to write to files it needs to write to. Enable that and none of them need to be world writeable.

Arlen
+1  A: 

never use 777 but use 755.

755 only for writeable folders like components, modules, templates, caches and images.

except for that .. set to 664

nightingale2k1
A: 

You can check which folders to chmod in system check of your joomla admin

pcnetworks
A: 

Only bad hosting providers will require you to set permissions to 777. If you have to do that, or are told to do that by your host, save yourself and get a better host. I don't deal with clients on hosts like that, because its the source of a LOT of security issues.

gnomeontherun