Hello Heine,
------
I am not really sure who you are or what your role with Drupal, but judging from forum post, you have been a life saver for many, including myself. --- Thank you for extending your time.
------
Dear Drupal Friends:
We have completed a new 4.7 core install
The particulars in terms of what we are running are as follows:
Drupal 4.7; current release
Php 4.3.11
Mysql 4.1.18
Apache 1.3.34(unix)
=======
Our current issue:
a) @ www.bfnnetwork.com ---- we get the below error messg.:
Warning: conf_init(./sites/default/settings.php): failed to open stream: No such file or directory in /home/bfnnetwo/public_html/drupal/includes/bootstrap.inc on line 154
Fatal error: conf_init(): Failed opening required './sites/default/settings.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bfnnetwo/public_html/drupal/includes/bootstrap.inc on line 154
b) @ www.bfnnetwork.com/update.php ---- we get blank page.
=====
Through various treads, we have read and even tried the various fixes suggested for instance at: .'/settings.php -- and -- ".:/usr/local/.....
(to be precise, we have not tried the second fix (".:/usr/local/...) yet as we are not currently getting settings.php confg successfully initialized).
In the fix process, we discovered that .'/settings.php refers to blocks of code on bootstrap file dated 11/30/05 and/or other file date short of the current Drupal 4.7 bootstrap file dated 4/28/06. Between the various bootstrap files, the blocks of code are different. The recommended placement of code to fix problems in one bootstrap file, creates conflicts in the other more recently dated bootstrap files.