 Joined: Mar 2008 Posts: 206

 United States
|
Jun 15, 2008, 12:11:44 PM | #1 |
If you're installing Joomla for the first time, you might see this
| administrator/backups | Unwriteable | | administrator/components | Unwriteable | | administrator/modules | Unwriteable | | administrator/templates | Unwriteable | | cache | Unwriteable | | components | Unwriteable | | images | Unwriteable | | images/banners] | Unwriteable | | images/stories | Unwriteable | | language | Unwriteable | | mambots | Unwriteable | | mambots/content | Unwriteable | | mambots/editors | Unwriteable | | mambots/editors-xtd | Unwriteable | | mambots/search | Unwriteable | | mambots/system | Unwriteable | | media | Unwriteable | | modules | Unwriteable | | templates | Unwriteable |
All you have to do is login to your server via ssh or telnet and run this sequence of commands
chgrp apache administrator/backups chgrp apache administrator/components chgrp apache administrator/modules chgrp apache administrator/templates chgrp apache cache chgrp apache components chgrp apache images chgrp apache images/banners chgrp apache images/stories chgrp apache language chgrp apache mambots chgrp apache mambots/content chgrp apache mambots/editors chgrp apache mambots/editors-xtd chgrp apache mambots/search chgrp apache mambots/system chgrp apache media chgrp apache modules chgrp apache templates chmod g+w administrator/backups chmod g+w administrator/components chmod g+w administrator/modules chmod g+w administrator/templates chmod g+w cache chmod g+w components chmod g+w images chmod g+w images/banners chmod g+w images/stories chmod g+w language chmod g+w mambots chmod g+w mambots/content chmod g+w mambots/editors chmod g+w mambots/editors-xtd chmod g+w mambots/search chmod g+w mambots/system chmod g+w media chmod g+w modules chmod g+w templates
You can even copy and paste the whole list at one time on the command line
 |
|