Joomla resmi sitesinde aşağıdaki ayarların yeterli olacağı yazılmış.
Alıntı
change the permissions of the
images/,
media/,
uploadfiles/
administrator/backups …. directories to 707, this should be done recursively:
chmod -R 707 images
chmod -R 707 media
chmod -R 707 uploadfiles
chmod -R 707 components
chmod -R 707 languages
chmod -R 707 modules
chmod -R 707 templates
chmod -R 707 administrator/backups
chmod -R 707 administrator/components
chmod 744 configuration.php
Ek olarak bu ayarları joomla admin panelinden değilde FTP programı kullanarak yapmanızı tavsiye ederim.