I'm an newbee and run into this problem after following instructions in the install.txt file:
Drupal database setup
The following error must be resolved before you can continue the installation process:
The Drupal installer requires write permissions to ./sites/default/settings.php during the installation process
Tomas
Comments
Comment #1
ardas commentedDrupal installation tries to modify ./sites/default/settings.php file and write necessary settings into it. You need to give a write permission for this file, otherwize Drupal will not be able to modify the file. At is a server issue but not a Drupal one, so just open your cpanel or whatever you use click File Manager find this file and set write permission.
Comment #2
WhiplashInfo commentedI have given the file 755, but that doesn't solve the problem.
Comment #3
stevenpatzWhat happens when you set file perms to 777?
Comment #4
WhiplashInfo commentedWell - setting the permission to 777 solved my problem.
Thanks!
Tomas
Comment #5
chx commented