|
Fix Joomla directory permissions
|
|
10-25-2011, 08:52 AM
Post: #1
|
|||
|
|||
|
Fix Joomla directory permissions
Setting Joomla Directory Permissions - updated 03/15/2012 for Joomla 2.5
After installing Joomla! 2.5 (1.5, 1.6, 1.7) you may need to fix the directory permissions in order to have Joomla! working without "permission denied" errors. To view the list of folders that need RW (read, write) rights, go to your Joomla! Administration panel (/administrator) and access "Site" >> "System Information" and select the "Directory Permissions" tab. You will see the full list of directories with the "Writable" or "Unwritable" status. You can change the file permissions for these directories one-by-one via the cPanel File Manager, FTP or any other way. If you have SSH acces, by running the following bash script, where you need to change the "username" for SERVERUSER and optionally add the INSTALLDIR: Code: #!/bin/bash- as result, all directories should be "Writable": administrator/components - Writable administrator/language - Writable administrator/language/en-GB - Writable administrator/language/overrides - Writable administrator/manifests/files - Writable administrator/manifests/libraries - Writable administrator/manifests/packages - Writable administrator/modules - Writable administrator/templates - Writable components - Writable images - Writable images/banners - Writable images/sampledata - Writable images/stories - Writable language - Writable language/en-GB - Writable language/overrides - Writable libraries - Writable media - Writable modules - Writable plugins - Writable plugins/authentication - Writable plugins/captcha - Writable plugins/content - Writable plugins/editors - Writable plugins/editors-xtd - Writable plugins/extension - Writable plugins/finder - Writable plugins/quickicon - Writable plugins/search - Writable plugins/smartsearch - Writable plugins/system - Writable plugins/user - Writable templates - Writable configuration.php - Writable cache (Cache Directory) - Writable administrator/cache (Cache Directory) - Writable /logs (Log directory) - Writable /tmp (Temp directory) - Writable I chatroulette
|
|||
|
11-17-2011, 11:58 AM
Post: #2
|
|||
|
|||
|
Joomla update failed: -1 - An error has occurred. Copy failed
Upgrading 1.6.5 to 1.7: http://docs.joomla.org/Upgrading_1.6.5_to_1.7
In case the Quick Update fails with "Copy failed" error Quote:-1 - An error has occurred.you can try changing the owner of the files in order to make them writable for joomla Here is a shell (linux) script to chown files automatically. You need to change the "username" for SERVERUSER and optionally add the INSTALLDIR: Code: #!/bin/bashI love video chat! |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)





