Hi,

I have a local http server (SUSE) with php. The setup works, as I can install other CMS's and they work. This is my error with 4.6.3:

[18-Sep-2005 17:26:07] PHP Warning: main(sites/default/settings.php): failed to
open stream: No such file or directory in /home/ByteEnable/www/includes/bootstr
ap.inc on line 642

php cannot find "sites/default/settings.php"

I've searched google and yahoo! And all I come up with is thousands of sites that have exact error! Using this search term, "bootstrap.inc on line 642", on Yahoo!, I get 4090 sites that are broken!

Also I've seen this topic here in the support forums but no answers.

Any help appreciated.

Regards,

Byte

Comments

ByteEnable’s picture

Okay, in the mailing list I found my answer:

I needed to add "." in my php.ini on the include line.

It was:

include_path = "/usr/share/php"

It is now:

include_path = ".:/usr/share/php"

Regards,

Byte