Here is the error in my Apache error log. My site is a Drupal site. Note the misspelling: "htdoscs" instead of htdocs, which is keeping me from including a file.
PHP Warning: include_once(c:/program files/Apache2.2/htdoscs/includes/bootstrap.inc) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in C:\Program Files\Apache2.2\htdocs\sirsifile_read.php on line 195
PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'c:/program files/Apache2.2/htdoscs/includes/bootstrap.inc' for inclusion (include_path='.;C:\php5\pear') in C:\Program Files\Apache2.2\htdocs\sirsifile_read.php on line 195
PHP Fatal error: Call to undefined function drupal_bootstrap() in C:\Program Files\Apache2.2\htdocs\sirsifile_read.php on line 196
For the include_once function, I did not give an absolute path. The root in my apache directory is "htdocs" -- as it should be -- not "htdoscs." I have looked in my php.ini file, my settings.php file (Drupal configuration file), my htaccess file and cannot find the misspelling.
From what file does "include_once" derive the path that it uses? How can I sort out this error?
Thanks
spivey