drupal

manojreddy - June 4, 2008 - 08:35

i am getting an error while executing drupal web page...
as The Drupal installer requires write permissions to ./sites/default/settings.php during the installation process.
please help me out

..\/..

jfall - June 4, 2008 - 08:43

The Drupal installer requires write permissions to ./sites/default/settings.php

you've answered your own question? That file is read-only - you need to add write permissions.

Changing Permissions

HotDrupal.com - June 4, 2008 - 23:12

Hi Mano,

You can usually use your FTP client (I like FileZilla) to change the permissions on the file.

Check both the file (try setting to 644, or rw-r--r--) and if that doesn't work try 666 or rw-rw-rw-

You might need to check the permissions on the directory as well. When you finished setting it up the first choice for permissions is:

default directory - r-x------
settings.php - r--------

If your host doesn't like that you might need:

default r-xr-xr-x
settings.php r--r--r--

Steve
HotDrupal.com

can u please send me the

manojreddy - June 5, 2008 - 06:36

can u please send me the total commannd for changing the modes for settings.php

can u please send me the

manojreddy - June 5, 2008 - 06:49

can u please send me the total commannd for changing the modes for settings.php

Permissions

HotDrupal.com - June 5, 2008 - 13:34

Do you have shell access? Or do you need to use your FTP client to do it?

Steve
HotDrupal.com

logo uploading

manojreddy - June 7, 2008 - 04:46

when i am uploading logo i am getting an error message as

* The directory files does not exist.
* The selected file /tmp/tmp_UKVlZO could not be uploaded, because the destination files/logo.jpg is not properly configured.
* The settings have not been saved because of the errors.

/files

HotDrupal.com - June 7, 2008 - 16:44

Go here, look about halfway down the page for the section beginning "File System"

http://drupal.org/getting-started/5/install/configure

It should apply (somewhat closely) to 6.2 but feel free to look at the D6 install docs as well if needed.

Steve
HotDrupal.com

 
 

Drupal is a registered trademark of Dries Buytaert.