at the very first screen after moving all the drupal files in the directory, I entered mysql database name, user name, and password, then the following error message appeared.
Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in /home3/kenjimor/public_html/ichinobridge/includes/install.inc on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home3/kenjimor/public_html/ichinobridge/includes/install.inc:188) in /home3/kenjimor/public_html/ichinobridge/includes/install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at /home3/kenjimor/public_html/ichinobridge/includes/install.inc:188) in /home3/kenjimor/public_html/ichinobridge/includes/install.inc on line 619
am i missing any files?
best,
Comments
=-=
what do you have in your sites/ folder?
a default.settings.php and a settings.php?
if so good. If not, that needs to be rectified.
also, if you manually edited settings.php ensure you or your editor didn't add any white space before and after the opening and closing php tag. ie: settings.php doesn't have a closing tag if i remember correctly.