Closed (fixed)
Project:
Drupal core
Version:
5.0-beta1
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2006 at 12:23 UTC
Updated:
20 Nov 2006 at 12:36 UTC
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