Hi,
this is my first time installing drupal manually,cos I read that using fantastico is not a good idea in the long run...
I downloaded the lullabot video and follow step by step...
but I'm stuck here
Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in /home/nusaazh3/public_html/includes/install.inc on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/nusaazh3/public_html/includes/install.inc:188) in /home/nusaazh3/public_html/includes/install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at /home/nusaazh3/public_html/includes/install.inc:188) in /home/nusaazh3/public_html/includes/install.inc on line 619
heelp?
Comments
after upload and unzip the
after upload and unzip the drupal, u need to do 2 things before u start the drupal installation :
1. copy the file sites/default/default.settings.php as settings.php
* copy not rename. after copy, u will have default.settings.php and settings.php in sites/default/
2. create a empty database in MySql for drupal
ahh I see I'll try thanks !
I'm using filezilla...not sure what do you mean copy...
I have to download it first then rename to setting.php then upload again?
both permission 777 ?
oh ok...filezilla...u can't
oh ok...filezilla...u can't copy the file...I think I get it...thanks
What I do
I make an exact clone of default.settings.php, and put it somewhere on my Desktop. (on Windows Vista, not linux or mac ect.) I rename the clone on my Desktop to settings.php. Now, upload to /sites/default. Now, i use FireFTP, and what i do is i select the settings.php file and click properties. Then i change the permissions to read and write and also execute. I change the numeric to 0777, and run the installtion from your website. Then, when you have your MySQL stuff configured, your done.
Hope it helps :)
permissions?
Hi, when you change the permissions, do you tick the boxes for read, write and execute for owner, group and public, or only for owner???
Thanks a lot! Luxi